public class Subscription extends SubscriptionObject<EPR,Consumer>
| Modifier and Type | Field and Description |
|---|---|
static GCUBELog |
logger |
| Constructor and Description |
|---|
Subscription(Consumer consumer,
EPR producer) |
| Modifier and Type | Method and Description |
|---|---|
void |
removeSubscription() |
void |
subscribe(javax.xml.namespace.QName topic) |
getConsumer, getNotificationResourceEnpoint, getProducer, isSubscribed, setConsumer, setNotificationResourceEnpoint, setProducer, setSubscribedpublic void removeSubscription()
throws java.lang.Exception
removeSubscription in class SubscriptionObject<EPR,Consumer>java.lang.Exceptionpublic void subscribe(javax.xml.namespace.QName topic)
throws java.lang.Exception
subscribe in class SubscriptionObject<EPR,Consumer>java.lang.Exception