org.ws4d.java.eventing
Interface ClientSubscriptionInternal

All Superinterfaces:
ClientSubscription

public interface ClientSubscriptionInternal
extends ClientSubscription


Method Summary
 void dispose()
          Performs final clean-up on this client subscription instance.
 void renewInternal(long newDuration)
          Called after a renew on this client subscription.
 
Methods inherited from interface org.ws4d.java.eventing.ClientSubscription
getCommunicationManagerId, getEventSink, getServiceReference, getServiceSubscriptionId, getStatus, getSubscriptionManagerAddressInfo, getTimeoutTime, renew, unsubscribe
 

Method Detail

renewInternal

void renewInternal(long newDuration)
Called after a renew on this client subscription.

Parameters:
newDuration - the new duration

dispose

void dispose()
Performs final clean-up on this client subscription instance. After a call to this method, the subscription will be invalid.

Warning! This method is not intended to be called from application code! It is used internally when a subscription instance is not needed anymore.