org.netxms.client
Class NXCNotification

java.lang.Object
  extended by org.netxms.api.client.SessionNotification
      extended by org.netxms.client.NXCNotification

public class NXCNotification
extends SessionNotification

Client library notification


Field Summary
static int ACTION_CREATED
           
static int ACTION_DELETED
           
static int ACTION_MODIFIED
           
static int ALARM_CHANGED
           
static int ALARM_DELETED
           
static int ALARM_TERMINATED
           
static int DEPLOYMENT_STATUS
           
static int EVENT_DB_CHANGED
           
static int EVENT_TEMPLATE_DELETED
           
static int EVENT_TEMPLATE_MODIFIED
           
static int IMAGE_LIBRARY_UPDATED
           
static int JOB_CHANGE
           
static int NEW_ALARM
           
static int NEW_EVENTLOG_RECORD
           
static int NEW_SNMP_TRAP
           
static int NEW_SYSLOG_RECORD
           
static int OBJECT_CHANGED
           
static int OBJECT_DELETED
           
static int OBJECT_SYNC_COMPLETED
           
static int OBJECT_TOOL_DELETED
           
static int OBJECT_TOOLS_CHANGED
           
static int PREDEFINED_GRAPHS_CHANGED
           
static int SITUATION_BASE
           
static int SITUATION_CREATED
           
static int SITUATION_DELETED
           
static int SITUATION_INSTANCE_DELETED
           
static int SITUATION_INSTANCE_UPDATED
           
static int SITUATION_UPDATED
           
static int TRAP_CONFIGURATION_CREATED
           
static int TRAP_CONFIGURATION_DELETED
           
static int TRAP_CONFIGURATION_MODIFIED
           
 
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
 
Constructor Summary
NXCNotification(int code)
           
NXCNotification(int code, long subCode)
           
NXCNotification(int code, long subCode, java.lang.Object object)
           
NXCNotification(int code, java.lang.Object object)
           
 
Method Summary
 
Methods inherited from class org.netxms.api.client.SessionNotification
getCode, getObject, getSubCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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.