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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void renew(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
    • Constructor Detail

    • Method Detail

      • renew

         abstract void renew(Duration expires)

        Resets the expires duration.

        This will also affect getExpiresTimeout.

        Parameters:
        expires - the duration to reset.