|
||||||||||
| 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 Brokerb - The new BrokerProperty valuepublic void initialize()
public JGrinderQuery create()
public java.lang.Object find(SQLQuery q)
Broker
find in interface Brokerq -
public java.util.Vector findAttributes(SQLQuery q,
java.lang.String[] at)
findAttributes in interface Brokerq - at -
public Persistence findUnique(SQLQuery q)
findUnique in interface Brokerq -
public int count(SQLQuery q)
throws QueryException
count in interface Brokerq -
QueryException
public void beginTransaction()
throws QueryException
beginTransaction in interface BrokerQueryException
public void commit()
throws QueryException
commit in interface BrokerQueryException
public void delete(Persistence obj)
throws QueryException
delete in interface Brokerobj -
QueryException
public void deleteObjects(java.util.ArrayList deleteList)
throws QueryException
deleteObjects in interface BrokerdeleteList -
QueryException
public void deleteAll(SQLQuery q)
throws QueryException
deleteAll in interface Brokerq -
QueryException
public void rollback()
throws QueryException
rollback in interface BrokerQueryException
public void save(Persistence obj)
throws QueryException
save in interface Brokerobj -
QueryException
public void saveObjects(java.util.ArrayList saveList)
throws QueryException
saveObjects in interface BrokersaveList -
QueryExceptionpublic void close()
close in interface Broker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||