Uses of Interface
org.somda.sdc.dpws.soap.wseventing.SubscriptionManager
-
Packages that use SubscriptionManager Package Description org.somda.sdc.dpws.device Device implementation of DPWS.org.somda.sdc.dpws.soap.wseventing WS-Eventing plugin for SOAP.org.somda.sdc.dpws.soap.wseventing.helper WS-Eventing related helpers. -
-
Uses of SubscriptionManager in org.somda.sdc.dpws.device
Methods in org.somda.sdc.dpws.device that return types with arguments of type SubscriptionManager Modifier and Type Method Description Map<String,SubscriptionManager>Device. getActiveSubscriptions()Map<String,SubscriptionManager>DeviceImpl. getActiveSubscriptions() -
Uses of SubscriptionManager in org.somda.sdc.dpws.soap.wseventing
Subinterfaces of SubscriptionManager in org.somda.sdc.dpws.soap.wseventing Modifier and Type Interface Description interfaceSinkSubscriptionManagerSubscription manager interface that is used by event sinks.interfaceSourceSubscriptionManagerSubscription manager interface that is used by event sources.Classes in org.somda.sdc.dpws.soap.wseventing that implement SubscriptionManager Modifier and Type Class Description classSinkSubscriptionManagerImplDefault implementation ofSinkSubscriptionManager.classSourceSubscriptionManagerImplDefault implementation ofSourceSubscriptionManager.Methods in org.somda.sdc.dpws.soap.wseventing that return types with arguments of type SubscriptionManager Modifier and Type Method Description Map<String,SubscriptionManager>EventSource. getActiveSubscriptions()Returns all active subscription ids with their SubscriptionManager.Map<String,SubscriptionManager>EventSourceInterceptor. getActiveSubscriptions() -
Uses of SubscriptionManager in org.somda.sdc.dpws.soap.wseventing.helper
Classes in org.somda.sdc.dpws.soap.wseventing.helper that implement SubscriptionManager Modifier and Type Class Description classSubscriptionManagerBaseHelper class that collects data shared between source and sink subscription managers.
-