Interface SinkSubscriptionManager
-
- All Superinterfaces:
SubscriptionManager
- All Known Implementing Classes:
SinkSubscriptionManagerImpl
public interface SinkSubscriptionManager extends SubscriptionManager
Subscription manager interface that is used by event sinks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrenew(Duration expires)Resets the expires duration.-
Methods inherited from interface org.somda.sdc.dpws.soap.wseventing.SubscriptionManager
getActions, getEndTo, getExpires, getExpiresTimeout, getNotifyTo, getSubscriptionId, getSubscriptionManagerEpr
-
-
-
-
Method Detail
-
renew
void renew(Duration expires)
Resets the expires duration.This will also affect
SubscriptionManager.getExpiresTimeout().- Parameters:
expires- the duration to reset.
-
-