|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.broker.config.proxy.Subscription
Each Subscription object represents a single topic subscription on a broker. Subscription objects are returned as results from SubscriptionProxy queries.
com.ibm.broker.config.proxy.Subscription
|
|
Responsibilities | Represents a single read-only entry from the Subscription table. |
Internal Collaborators | None |
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ 25103.1 2004-04-22 HDMPL v6 Release
Method Summary | |
---|---|
void |
delete(SubscriptionsProxy owningProxy)
Asks the Configuration Manager to delete the supplied subscription. |
String |
getBroker()
Returns the broker field for the current subscription |
String |
getClient()
Returns the client field for the current subscription |
String |
getFilter()
Returns the filter field for the current subscription |
Date |
getRegistrationDate()
Returns the registration date for the current subscription |
static Subscription |
getSubscriptionFromString(String encodedData)
Returns a new Subscription object that contains the information described in the encoded String. |
String |
getSubscriptionPoint()
Returns the subscription point field for the current subscription |
String |
getTopicName()
Returns the topicname field for the current subscription |
String |
getUser()
Returns the user field for the current subscription |
String |
toString()
Displays information on the subscription (for trace) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public String getTopicName()
public String getUser()
public String getSubscriptionPoint()
public Date getRegistrationDate()
public String getClient()
public String getFilter()
public String getBroker()
public void delete(SubscriptionsProxy owningProxy) throws ConfigManagerProxyLoggedException
Note: Any response message from the Config Manager resulting from this method will be sent to listeners of the ConfigManagerProxy object, because Subscriptions and SubscriptionsProxies cannot have AdministeredObjectListeners.
owningProxy
- Proxy that can be used to route
the delete request to the Config Manager.
ConfigManagerProxyLoggedException
- If the
request could not be sent to the Configuration
Manager.public static Subscription getSubscriptionFromString(String encodedData)
encodedData
- String encoded in the format
used by the SubscriptionsProxy.
public String toString()
|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |