org.netxms.client
Class NXCNotification
java.lang.Object
org.netxms.api.client.SessionNotification
org.netxms.client.NXCNotification
public class NXCNotification
- extends SessionNotification
Client library notification
Fields inherited from class org.netxms.api.client.SessionNotification |
code, CONNECTION_BROKEN, CUSTOM_MESSAGE, DBCON_STATUS_CHANGED, NOTIFY_BASE, object, SERVER_SHUTDOWN, subCode, USER_DB_CHANGED, USER_DB_OBJECT_CREATED, USER_DB_OBJECT_DELETED, USER_DB_OBJECT_MODIFIED |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEW_EVENTLOG_RECORD
public static final int NEW_EVENTLOG_RECORD
- See Also:
- Constant Field Values
OBJECT_CHANGED
public static final int OBJECT_CHANGED
- See Also:
- Constant Field Values
DEPLOYMENT_STATUS
public static final int DEPLOYMENT_STATUS
- See Also:
- Constant Field Values
NEW_SYSLOG_RECORD
public static final int NEW_SYSLOG_RECORD
- See Also:
- Constant Field Values
NEW_SNMP_TRAP
public static final int NEW_SNMP_TRAP
- See Also:
- Constant Field Values
JOB_CHANGE
public static final int JOB_CHANGE
- See Also:
- Constant Field Values
OBJECT_DELETED
public static final int OBJECT_DELETED
- See Also:
- Constant Field Values
SITUATION_BASE
public static final int SITUATION_BASE
- See Also:
- Constant Field Values
SITUATION_CREATED
public static final int SITUATION_CREATED
- See Also:
- Constant Field Values
SITUATION_DELETED
public static final int SITUATION_DELETED
- See Also:
- Constant Field Values
SITUATION_UPDATED
public static final int SITUATION_UPDATED
- See Also:
- Constant Field Values
SITUATION_INSTANCE_UPDATED
public static final int SITUATION_INSTANCE_UPDATED
- See Also:
- Constant Field Values
SITUATION_INSTANCE_DELETED
public static final int SITUATION_INSTANCE_DELETED
- See Also:
- Constant Field Values
EVENT_DB_CHANGED
public static final int EVENT_DB_CHANGED
- See Also:
- Constant Field Values
ALARM_DELETED
public static final int ALARM_DELETED
- See Also:
- Constant Field Values
NEW_ALARM
public static final int NEW_ALARM
- See Also:
- Constant Field Values
ALARM_CHANGED
public static final int ALARM_CHANGED
- See Also:
- Constant Field Values
ACTION_CREATED
public static final int ACTION_CREATED
- See Also:
- Constant Field Values
ACTION_MODIFIED
public static final int ACTION_MODIFIED
- See Also:
- Constant Field Values
ACTION_DELETED
public static final int ACTION_DELETED
- See Also:
- Constant Field Values
OBJECT_TOOLS_CHANGED
public static final int OBJECT_TOOLS_CHANGED
- See Also:
- Constant Field Values
ALARM_TERMINATED
public static final int ALARM_TERMINATED
- See Also:
- Constant Field Values
PREDEFINED_GRAPHS_CHANGED
public static final int PREDEFINED_GRAPHS_CHANGED
- See Also:
- Constant Field Values
EVENT_TEMPLATE_MODIFIED
public static final int EVENT_TEMPLATE_MODIFIED
- See Also:
- Constant Field Values
EVENT_TEMPLATE_DELETED
public static final int EVENT_TEMPLATE_DELETED
- See Also:
- Constant Field Values
OBJECT_TOOL_DELETED
public static final int OBJECT_TOOL_DELETED
- See Also:
- Constant Field Values
TRAP_CONFIGURATION_CREATED
public static final int TRAP_CONFIGURATION_CREATED
- See Also:
- Constant Field Values
TRAP_CONFIGURATION_MODIFIED
public static final int TRAP_CONFIGURATION_MODIFIED
- See Also:
- Constant Field Values
TRAP_CONFIGURATION_DELETED
public static final int TRAP_CONFIGURATION_DELETED
- See Also:
- Constant Field Values
IMAGE_LIBRARY_UPDATED
public static final int IMAGE_LIBRARY_UPDATED
- See Also:
- Constant Field Values
OBJECT_SYNC_COMPLETED
public static final int OBJECT_SYNC_COMPLETED
- See Also:
- Constant Field Values
NXCNotification
public NXCNotification(int code,
long subCode,
java.lang.Object object)
- Parameters:
code
- subCode
- object
-
NXCNotification
public NXCNotification(int code,
long subCode)
- Parameters:
code
- subCode
-
NXCNotification
public NXCNotification(int code,
java.lang.Object object)
- Parameters:
code
- object
-
NXCNotification
public NXCNotification(int code)
- Parameters:
code
-
Copyright © 2012. All Rights Reserved.