IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.clientserver
Interface ChannelSession

All Known Implementing Classes:
DSEChannelSession, HttpChannelSession, RestChannelSession

public interface ChannelSession

The ChannelSession interface This is the interface for session management and control by the channel device. This interface is to be used if an open industry standard is not currently available i.e. HttpSession

Any object implementing this interface will have to provide:

  1. - an unigue indentifier


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getId()
          Returns the value of the id property.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getId

java.lang.String getId()
Returns the value of the id property.

Returns:
String - The unique identifier for the sessionid.

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011