MessageBrokerSubscriberValue Class

com.bea.wli.management.runtime
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

Constructor Summary

MessageBrokerSubscriberValue(String subscriptionRuleName, String subscriberUri, String channelName, String methodName, String controlName, String filterString)

 

Method Summary

public String
getChannelName()
get channel name
public String
getControlName()
get the control name (may be null if this is a static subscription)
public String
getFilterString()
get the filter string (may be null if doesn't have a filter)
public String
getMethodName()
get method name
public String
getSubscriberUri()
get subscriber URI
public String
getSubscriptionRuleName()
get subscriber URI
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

MessageBrokerSubscriberValue

public MessageBrokerSubscriberValue(String subscriptionRuleName, 
                                    String subscriberUri, 
                                    String channelName, 
                                    String methodName, 
                                    String controlName, 
                                    String filterString)
 

Method Detail

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