|
PreCache NetInjector Documentation Center : PreCache NetInjector API Reference Java Classes |
|
|
|
SubscriptionHandle the subscription identification class A SubscriptionHandle object identifies a subscription that was registered with a Proxy object and can be used to have the Proxy perform various operations on the subscription. Hierarchy java.lang.Object --> com.precache.event.SubscriptionHandle Methods SubscriptionHandle inherits clone, equals, getClass, hashCode, notify, notifyAll, toString, and wait from class java.lang.Object. finalize public void finalize() Frees up resources associated with this object. getAttrFilterString public java.lang.String getAttrFilterString() Retrives the string representation of the attribute filter associated with the subscription. getSubjectFilter public java.lang.String getSubjectFilter() Retrives the string representation of the subject filter associated with the subscription. getClosure public java.lang.Object getClosure() Retrieves a pointer to the closure associated with the current subscription. getSubscriber public Subscriber getSubscriber() Retrieves a pointer to the Subscriber object associated with the current subscription |
|