Package com.uc4.api.objects
Class ConsoleSAP.XIChannelFilter
java.lang.Object
com.uc4.api.objects.ConsoleSAP.XIChannelFilter
- Enclosing class:
- ConsoleSAP
An instance of this class represents a single entry in the
list of filter for XI Communication channels.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionXIChannelFilter
(String channel, String partner, String service, String state, String activationState) protected
XIChannelFilter
(Element row) -
Method Summary
-
Constructor Details
-
XIChannelFilter
public XIChannelFilter(String channel, String partner, String service, String state, String activationState) - Parameters:
channel
- Name of the XI Communication Channelpartner
- Name of the partnerservice
- Name of the servicestate
- State, allowed values are ERROR, OK, INACTIVE, UNKNOWN, UNREGISTEREDactivationState
- Activation state, allowed values are STARTED, STOPPED
-
XIChannelFilter
-
-
Method Details