Interface SinkSubscriptionManager
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.wseventing.SubscriptionManager
public interface SinkSubscriptionManager implements SubscriptionManager
Subscription manager interface that is used by event sinks.
-
-
Method Summary
Modifier and Type Method Description abstract voidrenew(Duration expires)Resets the expires duration. -
Methods inherited from class org.somda.sdc.dpws.soap.wseventing.SubscriptionManager
getEndTo, getExpires, getExpiresTimeout, getFilterDialect, getFilters, getNotifyTo, getSubscriptionId, getSubscriptionManagerEpr -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
renew
abstract void renew(Duration expires)
Resets the expires duration.
This will also affect getExpiresTimeout.
- Parameters:
expires- the duration to reset.
-
-
-
-