Class ConsoleSAP.XIChannelFilter

java.lang.Object
com.uc4.api.objects.ConsoleSAP.XIChannelFilter
Enclosing class:
ConsoleSAP

public static final class ConsoleSAP.XIChannelFilter extends Object
An instance of this class represents a single entry in the list of filter for XI Communication channels.
  • Constructor Details

    • XIChannelFilter

      public XIChannelFilter(String channel, String partner, String service, String state, String activationState)
      Parameters:
      channel - Name of the XI Communication Channel
      partner - Name of the partner
      service - Name of the service
      state - State, allowed values are ERROR, OK, INACTIVE, UNKNOWN, UNREGISTERED
      activationState - Activation state, allowed values are STARTED, STOPPED
    • XIChannelFilter

      protected XIChannelFilter(Element row)
  • Method Details

    • store

      protected void store(com.uc4.util.XMLDocument doc, Element filter)
    • getChannel

      public String getChannel()
      Returns:
      Name of the Communication Channel
    • getPartner

      public String getPartner()
      Returns:
      Name of the partner
    • getService

      public String getService()
      Returns:
      Name of the service
    • getState

      public String getState()
      Returns:
      State
    • getActivationState

      public String getActivationState()
      Returns:
      Activation state
    • toString

      public String toString()
      Overrides:
      toString in class Object