public class UserSessNotification extends Notification
Modifier and Type | Field and Description |
---|---|
static int |
USER_SESS_LOCK |
static int |
USER_SESS_START |
static int |
USER_SESS_START_TRANS |
static int |
USER_SESS_STOP |
static int |
USER_SESS_STOP_TRANS |
static int |
USER_SESS_UNLOCK |
Constructor and Description |
---|
UserSessNotification(int user_sess_type,
DpUserInfo uinfo,
int database) |
Modifier and Type | Method and Description |
---|---|
int |
getDatabase()
|
DpUserInfo |
getUserInfo()
User information.
|
int |
getUserSessionType()
|
String |
toString() |
getNotificationType
public static final int USER_SESS_START
public static final int USER_SESS_STOP
public static final int USER_SESS_LOCK
public static final int USER_SESS_UNLOCK
public static final int USER_SESS_START_TRANS
public static final int USER_SESS_STOP_TRANS
public UserSessNotification(int user_sess_type, DpUserInfo uinfo, int database)
public String toString()
toString
in class Notification
public int getUserSessionType()
public DpUserInfo getUserInfo()
public int getDatabase()