IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.cs.servlet
Class CSAssignServiceIdAndServerTIDProtocol

java.lang.Object
  extended by com.ibm.btt.cs.servlet.CSAssignServiceIdAndServerTIDProtocol

public class CSAssignServiceIdAndServerTIDProtocol
extends java.lang.Object

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

CSAssignServiceIdAndServerTIDProtocol

public CSAssignServiceIdAndServerTIDProtocol(CSClient aClient)
                                      throws java.lang.Exception
This constructor creates a CSAssignServiceIdAndServerTIDProtocol object. param com.ibm.cs.clientserver.CSClient aClient

Throws:
java.lang.Exception
Method Detail

ClientProcess

public void ClientProcess(CSClient aClient)
                   throws java.lang.Exception
This method opens a connection with the server and retrieves the server for a session ID and for the server terminal ID.

Parameters:
aClient - CSClient
Throws:
java.lang.Exception

getServerId

public long getServerId()
Gets the serverId property (long) value.

Returns:
long

getServerTID

public java.lang.String getServerTID()
Gets the _serverTID property (java.util.String) value.

Returns:
String

getServiceId

public java.lang.String getServiceId()
Gets the _serviceId property (String) value.

Returns:
java.lang.String

getTimeout

public long getTimeout()
Gets the timeout property (long) value.

Returns:
long

getUseCookie

public boolean getUseCookie()
Gets the fieldUseCookie property (boolean) value.

Returns:
boolean

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009