MessageBrokerSubscriberValue Class
- public class MessageBrokerSubscriberValue
extends Object
implements Serializable
Represents a subscriber for a channel
A workflow with a static and dynamic subscription will have two
entries, one for each subscription
-
Hierarchy
-
Object
MessageBrokerSubscriberValue
-
All Implemented Interfaces
-
Serializable
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageBrokerSubscriberValue
public MessageBrokerSubscriberValue(String
subscriptionRuleName,
String
subscriberUri,
String
channelName,
String
methodName,
String
controlName,
String
filterString)
getChannelName() Method
public String
getChannelName()
get channel name
Returns
- channel name
getControlName() Method
public String
getControlName()
get the control name
(may be null if this is a static subscription)
Returns
- control name
getFilterString() Method
public String
getFilterString()
get the filter string
(may be null if doesn't have a filter)
Returns
- filter string
getMethodName() Method
public String
getMethodName()
get method name
Returns
- method name
getSubscriberUri() Method
public String
getSubscriberUri()
get subscriber URI
Returns
- subscriber URI
getSubscriptionRuleName() Method
public String
getSubscriptionRuleName()
get subscriber URI
Returns
- subscriber URI