Class SessionNotification

java.lang.Object
org.netxms.client.SessionNotification

public class SessionNotification extends Object
Generic client library notifications
  • Field Details

  • Constructor Details

    • SessionNotification

      public SessionNotification(int code, Object object)
      Parameters:
      code - The notification code
      object - The notification object
    • SessionNotification

      public SessionNotification(int code, long subCode)
      Parameters:
      code - The notification code
      subCode - The notification subcode
    • SessionNotification

      public SessionNotification(int code, long subCode, Object object)
      Parameters:
      code - The notification code
      subCode - The notification subcode
      object - The notification object
    • SessionNotification

      public SessionNotification(int code)
      Parameters:
      code - The notification code
  • Method Details

    • getCode

      public final int getCode()
      Returns:
      Notification's code
    • getSubCode

      public final long getSubCode()
      Returns:
      Notification's subcode
    • getObject

      public final Object getObject()
      Returns:
      Object associated with notification