Package com.werkii.comet.soap
Interface Legacy
-
public interface LegacyFor internal usage.
-
-
Field Summary
Fields Modifier and Type Field Description static intSESSION_STATUS_AVAILABLEstatic intSESSION_STATUS_CORRUPTEDstatic intSESSION_STATUS_NOT_EXISTINGstatic intSESSION_STATUS_NOT_REGISTEREDstatic intSESSION_STATUS_OPENED_BY_USERstatic intSESSION_STATUS_OPENED_IN_SESSIONstatic intSESSION_STATUS_OPENED_ON_CLIENTstatic intSESSION_STATUS_OPENED_ON_SERVERstatic intSESSION_STATUS_UNKNOWN
-
-
-
Field Detail
-
SESSION_STATUS_AVAILABLE
static final int SESSION_STATUS_AVAILABLE
- See Also:
- Constant Field Values
-
SESSION_STATUS_CORRUPTED
static final int SESSION_STATUS_CORRUPTED
- See Also:
- Constant Field Values
-
SESSION_STATUS_NOT_EXISTING
static final int SESSION_STATUS_NOT_EXISTING
- See Also:
- Constant Field Values
-
SESSION_STATUS_NOT_REGISTERED
static final int SESSION_STATUS_NOT_REGISTERED
- See Also:
- Constant Field Values
-
SESSION_STATUS_OPENED_BY_USER
static final int SESSION_STATUS_OPENED_BY_USER
- See Also:
- Constant Field Values
-
SESSION_STATUS_OPENED_IN_SESSION
static final int SESSION_STATUS_OPENED_IN_SESSION
- See Also:
- Constant Field Values
-
SESSION_STATUS_OPENED_ON_CLIENT
static final int SESSION_STATUS_OPENED_ON_CLIENT
- See Also:
- Constant Field Values
-
SESSION_STATUS_OPENED_ON_SERVER
static final int SESSION_STATUS_OPENED_ON_SERVER
- See Also:
- Constant Field Values
-
SESSION_STATUS_UNKNOWN
static final int SESSION_STATUS_UNKNOWN
- See Also:
- Constant Field Values
-
-