Uses of Enum
org.somda.sdc.dpws.soap.wseventing.model.WsEventingStatus
Packages that use WsEventingStatus
Package
Description
Device implementation of DPWS.
WS-Eventing plugin for SOAP.
Internal WS-Eventing model items.
-
Uses of WsEventingStatus in org.somda.sdc.dpws.device
Methods in org.somda.sdc.dpws.device with parameters of type WsEventingStatusModifier and TypeMethodDescriptionvoidEventSourceAccess.subscriptionEndToAll(WsEventingStatus status) Sends a subscription end message to all subscribers and shut down connected subscriptions. -
Uses of WsEventingStatus in org.somda.sdc.dpws.soap.wseventing
Methods in org.somda.sdc.dpws.soap.wseventing with parameters of type WsEventingStatusModifier and TypeMethodDescriptionvoidSourceSubscriptionManager.offerEndTo(WsEventingStatus status) Tries to send an end-to message to the event sink of the given status.voidSourceSubscriptionManagerImpl.offerEndTo(WsEventingStatus status) voidActionBasedEventSource.subscriptionEndToAll(WsEventingStatus status) voidEventSource.subscriptionEndToAll(WsEventingStatus status) Sends a subscription end to all event sinks.voidGenericEventSource.subscriptionEndToAll(WsEventingStatus status) -
Uses of WsEventingStatus in org.somda.sdc.dpws.soap.wseventing.model
Methods in org.somda.sdc.dpws.soap.wseventing.model that return WsEventingStatusModifier and TypeMethodDescriptionstatic WsEventingStatusReturns the enum constant of this type with the specified name.static WsEventingStatus[]WsEventingStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.