public class SessionNotification
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
code |
static int |
CONNECTION_BROKEN |
static int |
CUSTOM_MESSAGE |
static int |
DBCON_STATUS_CHANGED |
static int |
MAPPING_TABLE_DELETED |
static int |
MAPPING_TABLE_UPDATED |
static int |
NOTIFY_BASE |
protected java.lang.Object |
object |
static int |
SERVER_SHUTDOWN |
protected long |
subCode |
static int |
USER_DB_CHANGED |
static int |
USER_DB_OBJECT_CREATED |
static int |
USER_DB_OBJECT_DELETED |
static int |
USER_DB_OBJECT_MODIFIED |
Constructor and Description |
---|
SessionNotification(int code) |
SessionNotification(int code,
long subCode) |
SessionNotification(int code,
long subCode,
java.lang.Object object) |
SessionNotification(int code,
java.lang.Object object) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.Object |
getObject() |
long |
getSubCode() |
public static final int CONNECTION_BROKEN
public static final int USER_DB_CHANGED
public static final int NOTIFY_BASE
public static final int SERVER_SHUTDOWN
public static final int DBCON_STATUS_CHANGED
public static final int MAPPING_TABLE_UPDATED
public static final int MAPPING_TABLE_DELETED
public static final int CUSTOM_MESSAGE
public static final int USER_DB_OBJECT_CREATED
public static final int USER_DB_OBJECT_DELETED
public static final int USER_DB_OBJECT_MODIFIED
protected int code
protected long subCode
protected java.lang.Object object
public SessionNotification(int code, java.lang.Object object)
code
- object
- public SessionNotification(int code, long subCode)
code
- subCode
- public SessionNotification(int code, long subCode, java.lang.Object object)
code
- subCode
- object
- public SessionNotification(int code)
code
- Copyright © 2013. All Rights Reserved.