|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.persist.broker.RemoteBeanBroker
Constructor Summary | |
RemoteBeanBroker()
Construct the EJB test client |
Method Summary | |
void |
beginTransaction()
|
void |
close()
Tell the broker the application is done with it. |
void |
commit()
|
int |
count(SQLQuery q)
|
JGrinderQuery |
create()
|
void |
delete(Persistence obj)
|
void |
deleteAll(SQLQuery q)
The return type of object allows the support of multiple collection types. |
void |
deleteObjects(java.util.ArrayList deleteList)
|
java.lang.Object |
find(SQLQuery q)
The return type of object allows the support of multiple collection types. |
java.util.Vector |
findAttributes(SQLQuery q,
java.lang.String[] at)
|
Persistence |
findUnique(SQLQuery q)
|
void |
initialize()
|
static void |
main(java.lang.String[] args)
Main method |
void |
rollback()
|
void |
save(Persistence obj)
|
void |
saveObjects(java.util.ArrayList saveList)
|
void |
setBrokerProperty(BrokerPropertyIF b)
Sets the BrokerProperty attribute of the RemoteBeanBroker object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteBeanBroker()
Method Detail |
public static void main(java.lang.String[] args)
args
- The command line argumentspublic void setBrokerProperty(BrokerPropertyIF b)
setBrokerProperty
in interface Broker
b
- The new BrokerProperty valuepublic void initialize()
public JGrinderQuery create()
public java.lang.Object find(SQLQuery q)
Broker
find
in interface Broker
q
-
public java.util.Vector findAttributes(SQLQuery q, java.lang.String[] at)
findAttributes
in interface Broker
q
- at
-
public Persistence findUnique(SQLQuery q)
findUnique
in interface Broker
q
-
public int count(SQLQuery q) throws QueryException
count
in interface Broker
q
-
QueryException
public void beginTransaction() throws QueryException
beginTransaction
in interface Broker
QueryException
public void commit() throws QueryException
commit
in interface Broker
QueryException
public void delete(Persistence obj) throws QueryException
delete
in interface Broker
obj
-
QueryException
public void deleteObjects(java.util.ArrayList deleteList) throws QueryException
deleteObjects
in interface Broker
deleteList
-
QueryException
public void deleteAll(SQLQuery q) throws QueryException
deleteAll
in interface Broker
q
-
QueryException
public void rollback() throws QueryException
rollback
in interface Broker
QueryException
public void save(Persistence obj) throws QueryException
save
in interface Broker
obj
-
QueryException
public void saveObjects(java.util.ArrayList saveList) throws QueryException
saveObjects
in interface Broker
saveList
-
QueryException
public void close()
close
in interface Broker
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |