org.gwe.api
Class Session4ServerAPI<API_TYPE extends java.rmi.Remote,SESSION_ID>
java.lang.Object
org.gwe.api.Session4ServerAPI<API_TYPE,SESSION_ID>
- Direct Known Subclasses:
- Session4ClientAPI, Session4MonitorAPI
public class Session4ServerAPI<API_TYPE extends java.rmi.Remote,SESSION_ID>
- extends java.lang.Object
- Since:
- Dec 17, 2007
- Author:
- Marco Ruiz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sessionId
protected SESSION_ID sessionId
Session4ServerAPI
protected Session4ServerAPI(java.lang.Class<API_TYPE> serverAPIClass,
ServerAPILink apiLink,
SESSION_ID sessionId)
executeRequest
public <RETURN_TYPE> RETURN_TYPE executeRequest(SessionRequest<API_TYPE,RETURN_TYPE> req)
throws ServerAPIConnectionException,
java.rmi.RemoteException,
PasswordMismatchException
- Throws:
ServerAPIConnectionException
java.rmi.RemoteException
PasswordMismatchException
connect
public void connect()
throws ServerAPIConnectionException
- Throws:
ServerAPIConnectionException
getServerAPI
protected API_TYPE getServerAPI()
throws ServerAPIConnectionException
- Throws:
ServerAPIConnectionException
Copyright © 2007-2009. All Rights Reserved.