com.groiss.wf
Interface Session
- All Superinterfaces:
- java.rmi.Remote
public interface Session
- extends java.rmi.Remote
Use on RMI client to access server services.
commit
void commit()
throws java.lang.Exception
- Throws:
java.lang.Exception
rollback
void rollback()
throws java.lang.Exception
- Throws:
java.lang.Exception
logout
void logout()
throws java.lang.Exception
- Throws:
java.lang.Exception
getStore
Store getStore()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getDMS
DMS getDMS()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getWfEngine
WfEngine getWfEngine()
throws java.rmi.RemoteException,
WfException
- Throws:
java.rmi.RemoteException
WfException
getOrgData
OrgData getOrgData()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getUser
User getUser()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getService
java.rmi.Remote getService(java.lang.String classname)
throws java.lang.Exception
- This method returns a service interface to the client
- Throws:
java.lang.Exception
execute
java.lang.Object execute(java.lang.Object obj,
java.lang.String method,
java.lang.Object[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.