org.globus.wsrf
Interface LocalInvocationEnabledSubscription
- All Superinterfaces:
- Resource, ResourceLifetime, Subscription
- All Known Implementing Classes:
- SimpleSubscription
- public interface LocalInvocationEnabledSubscription
- extends Subscription
Interface to be implemented by subscription resources that can be used
in local subscription requests. Extends from Subscription and adds just
one method to get the NotifyCallback of the subscription.
| Methods inherited from interface org.globus.wsrf.Subscription |
getConsumerReference, getCreationTime, getPrecondition, getProducerReference, getResource, getSecurityProperties, getSelector, getSubscriptionPolicy, getTopicExpression, getUseNotify, isPaused, pause, resume |
getCallback
public NotifyCallback getCallback()
- Get the object that implements NotifyCallback
If any. Returns null for insecure subcriptions
- Returns:
- callback