|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.cs.servlet.CSAssignServiceIdAndServerTIDProtocol
The CSAssignServiceIdAndServerTIDProtocol class is used by CSClient services to ask the server for a session ID and for the server terminal ID.
Constructor Summary | |
CSAssignServiceIdAndServerTIDProtocol(CSClient aClient)
This constructor creates a CSAssignServiceIdAndServerTIDProtocol object. |
Method Summary | |
void |
ClientProcess(CSClient aClient)
This method opens a connection with the server and retrieves the server for a session ID and for the server terminal ID. |
long |
getServerId()
Gets the serverId property (long) value. |
java.lang.String |
getServerTID()
Gets the _serverTID property (java.util.String) value. |
java.lang.String |
getServiceId()
Gets the _serviceId property (String) value. |
long |
getTimeout()
Gets the timeout property (long) value. |
boolean |
getUseCookie()
Gets the fieldUseCookie property (boolean) value. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CSAssignServiceIdAndServerTIDProtocol(CSClient aClient) throws java.lang.Exception
Method Detail |
public void ClientProcess(CSClient aClient) throws java.lang.Exception
aClient
- CSClientpublic long getServerId()
public java.lang.String getServerTID()
public java.lang.String getServiceId()
public long getTimeout()
public boolean getUseCookie()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |