Package com.portal.pcm
Interface PortalEnums.PinTermStatus
- Enclosing class:
PortalEnums
public static interface PortalEnums.PinTermStatus
PIN_FLD_STATUS - The status of this logout re the PIN system,
*not* the NAS status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
the session was forced close *static final int
the NAS was found to have been reset *static final int
not set yet (implies session is open) *static final int
OK - login/logout is OK *static final int
LOGIN found an orphan session *
-
Field Details
-
NOT_SET
static final int NOT_SETnot set yet (implies session is open) *- See Also:
-
OK
static final int OKOK - login/logout is OK *- See Also:
-
ORPHAN
static final int ORPHANLOGIN found an orphan session *- See Also:
-
NAS_RESET
static final int NAS_RESETthe NAS was found to have been reset *- See Also:
-
FORCED
static final int FORCEDthe session was forced close *- See Also:
-