Class SourceSubscriptionManagerImpl

java.lang.Object
com.google.common.util.concurrent.AbstractExecutionThreadService
org.somda.sdc.dpws.soap.wseventing.SourceSubscriptionManagerImpl
All Implemented Interfaces:
com.google.common.util.concurrent.Service, SourceSubscriptionManager, SubscriptionManager

public class SourceSubscriptionManagerImpl extends com.google.common.util.concurrent.AbstractExecutionThreadService implements SourceSubscriptionManager
Default implementation of SourceSubscriptionManager.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service

    com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a string identifying the certificate of the consumer that started the subscription.
    Optional<org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType>
     
     
     
     
     
    org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType
     
     
    org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType
     
    void
    offerEndTo(SoapMessage endToMessage)
    Tries to send a custom end-to message to the event sink.
    void
    Tries to send an end-to message to the event sink of the given status.
    void
    Inserts the notification into the subscription manager's queue.
    void
    renew(Duration expires)
    Resets the expires duration.
    protected void
    run()
     
    protected void
     
    protected void
     

    Methods inherited from class com.google.common.util.concurrent.AbstractExecutionThreadService

    addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, executor, failureCause, isRunning, serviceName, shutDown, startAsync, state, stopAsync, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.common.util.concurrent.Service

    addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, failureCause, isRunning, startAsync, state, stopAsync