com.ibm.btt.clientserver
Interface ChannelSession
- All Known Implementing Classes:
- DSEChannelSession, HttpChannelSession
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:
- - an unigue indentifier
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.String |
getId()
Returns the value of the id property. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getId
java.lang.String getId()
- Returns the value of the id property.
- Returns:
- String - The unique identifier for the sessionid.
(c) Copyright IBM Corporation 1998, 2011