|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Session
Use on RMI client to access server services.
| Method Summary | |
|---|---|
void |
commit()
Commit the current transaction. |
Object |
execute(Object obj,
String method,
Object[] args)
Execute a method on the server via reflection. |
RemoteDMS |
getDMS()
Get a DMS service. |
RemoteOrgData |
getOrgData()
Get a OrgData service. |
Remote |
getService(String classname)
This method returns a service interface to the client. |
RemoteStore |
getStore()
Get a store service. |
User |
getUser()
Get the current user. |
RemoteWfEngine |
getWfEngine()
Get a WfEngine service |
void |
logout()
Terminate the session. |
void |
rollback()
Rollback the current transaction. |
| Method Detail |
|---|
void commit()
throws Exception
Exception
void rollback()
throws Exception
Exception
void logout()
throws Exception
Exception
RemoteStore getStore()
throws RemoteException
RemoteException
RemoteDMS getDMS()
throws RemoteException
RemoteException
RemoteWfEngine getWfEngine()
throws RemoteException
RemoteException
RemoteOrgData getOrgData()
throws RemoteException
RemoteException
User getUser()
throws RemoteException
RemoteException
Remote getService(String classname)
throws Exception
Exception
Object execute(Object obj,
String method,
Object[] args)
throws Exception
obj - the target objectmethod - the name of the methodargs - the arguments for the method call
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||