Interface SinkSubscriptionManager
- All Superinterfaces:
SubscriptionManager
- All Known Implementing Classes:
SinkSubscriptionManagerImpl
Subscription manager interface that is used by event sinks.
-
Method Summary
Methods inherited from interface org.somda.sdc.dpws.soap.wseventing.SubscriptionManager
getEndTo, getExpires, getExpiresTimeout, getFilterDialect, getFilters, getNotifyTo, getSubscriptionId, getSubscriptionManagerEpr
-
Method Details
-
renew
Resets the expires duration.This will also affect
SubscriptionManager.getExpiresTimeout().- Parameters:
expires- the duration to reset.
-