com.anabas.sharedlet
Interface SharedletSessionLogicInfo
- public interface SharedletSessionLogicInfo
The info structure that describe a piece of session logic. This structure
will be instantiated and examined by the sharedlet manager first before the
session logic is instantiated. It contains information about the session logic.
Currently, it only contains the unique session logic id.
Method Summary |
java.lang.String |
getID()
|
getID
public java.lang.String getID()
- Returns:
- A unique id that distinguish this session logic type from other
session logic types for this sharedlet.