org.globus.wsrf
Interface LocalInvocationEnabledSubscription
- All Superinterfaces:
- PausableSubscription, Resource, ResourceLifetime, Subscription
- All Known Implementing Classes:
- SimpleSubscription
- public interface LocalInvocationEnabledSubscription
- extends PausableSubscription
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.
getCallback
public NotifyCallback getCallback()
- Get the object that implements NotifyCallback
If any. Returns null for insecure subcriptions
- Returns:
- callback