com.ibm.dse.clientserver
Interface ChannelSession

All Known Implementing Classes:
DSEChannelSession

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


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

Method Detail

getId

public java.lang.String getId()
Returns the value of the id property.
Returns:
String - The unique identifier for the sessionid.