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
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintUser information.intUser session event type:USER_SESS_STARTUSER_SESS_STOPUSER_SESS_LOCKUSER_SESS_UNLOCKUSER_SESS_START_TRANSUSER_SESS_STOP_TRANStoString()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:
 toStringin classNotification
 - 
getUserSessionType
public int getUserSessionType()User session event type: - 
getUserInfo
User information. - 
getDatabase
public int getDatabase()Database type: 
 -