Package com.tailf.notif
Class UserSessNotification
Object
com.tailf.notif.Notification
com.tailf.notif.UserSessNotification
Data structure for user session start/stop notifications.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
User information.int
User session event type:USER_SESS_START
USER_SESS_STOP
USER_SESS_LOCK
USER_SESS_UNLOCK
USER_SESS_START_TRANS
USER_SESS_STOP_TRANS
toString()
Methods inherited from class com.tailf.notif.Notification
getNotificationType
-
Field Details
-
USER_SESS_START
public static final int USER_SESS_START- See Also:
-
USER_SESS_STOP
public static final int USER_SESS_STOP- See Also:
-
USER_SESS_LOCK
public static final int USER_SESS_LOCK- See Also:
-
USER_SESS_UNLOCK
public static final int USER_SESS_UNLOCK- See Also:
-
USER_SESS_START_TRANS
public static final int USER_SESS_START_TRANS- See Also:
-
USER_SESS_STOP_TRANS
public static final int USER_SESS_STOP_TRANS- See Also:
-
-
Constructor Details
-
UserSessNotification
-
-
Method Details
-
toString
- Overrides:
toString
in classNotification
-
getUserSessionType
public int getUserSessionType()User session event type: -
getUserInfo
User information. -
getDatabase
public int getDatabase()Database type:
-