Class EventSourceInterceptorDispatcher
- java.lang.Object
-
- com.google.common.util.concurrent.AbstractIdleService
-
- org.somda.sdc.dpws.soap.wseventing.EventSourceInterceptorDispatcher
-
- All Implemented Interfaces:
com.google.common.util.concurrent.Service,Interceptor
public class EventSourceInterceptorDispatcher extends com.google.common.util.concurrent.AbstractIdleService implements Interceptor
Interceptor that manages subscriptions and dispatches subscription activity to filter dialect handlers.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,SubscriptionManager>getActiveSubscriptions()protected voidshutDown()protected voidstartUp()
-
-
-
Method Detail
-
getActiveSubscriptions
public Map<String,SubscriptionManager> getActiveSubscriptions()
-
startUp
protected void startUp()
- Specified by:
startUpin classcom.google.common.util.concurrent.AbstractIdleService
-
shutDown
protected void shutDown()
- Specified by:
shutDownin classcom.google.common.util.concurrent.AbstractIdleService
-
-