public class Subscription
extends java.lang.Object
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ 25103.1 2004-04-22 HDMPL v6 Release 44739.7 2007-07-30 HDMPL v6.1 release (no changes) 51619.1 2008-07-14 HDMPL v7 release: Deprecated
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
copyright
Deprecated.
IBM Copyright
|
protected static java.lang.String |
sccsid
Deprecated.
Version information
|
Modifier | Constructor and Description |
---|---|
protected |
Subscription(java.lang.String uuid,
java.lang.String topicName,
java.lang.String user,
java.lang.String subscriptionPoint,
java.lang.String registrationDate,
java.lang.String client,
java.lang.String filter,
java.lang.String broker)
Deprecated.
Creates a new Subscription reference.
|
Modifier and Type | Method and Description |
---|---|
void |
delete(SubscriptionsProxy owningProxy)
Deprecated.
Use WebSphere MQ to manage subscriptions.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
java.lang.String |
getBroker()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
java.lang.String |
getClient()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
java.lang.String |
getFilter()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
java.util.Date |
getRegistrationDate()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
static Subscription |
getSubscriptionFromString(java.lang.String encodedData)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
java.lang.String |
getSubscriptionPoint()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
java.lang.String |
getTopicName()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
java.lang.String |
getUser()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
protected java.lang.String |
getUUID()
Deprecated.
Returns the UUID field for the current subscription
|
java.lang.String |
toString()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
protected static final java.lang.String copyright
protected static final java.lang.String sccsid
protected Subscription(java.lang.String uuid, java.lang.String topicName, java.lang.String user, java.lang.String subscriptionPoint, java.lang.String registrationDate, java.lang.String client, java.lang.String filter, java.lang.String broker)
uuid
- topicName
- user
- subscriptionPoint
- registrationDate
- client
- filter
- broker
- public java.lang.String getTopicName()
public java.lang.String getUser()
public java.lang.String getSubscriptionPoint()
public java.util.Date getRegistrationDate()
public java.lang.String getClient()
public java.lang.String getFilter()
public java.lang.String getBroker()
protected java.lang.String getUUID()
public void delete(SubscriptionsProxy owningProxy) throws ConfigManagerProxyLoggedException
public static Subscription getSubscriptionFromString(java.lang.String encodedData)
public java.lang.String toString()
toString
in class java.lang.Object