Interface DOMService
-
- All Superinterfaces:
DOMService
- All Known Subinterfaces:
DOMActionProviderService
,DOMActionService
,DOMDataBroker
,DOMExtensibleService<T,E>
,DOMMountPointService
,DOMNotificationPublishService
,DOMNotificationService
,DOMRpcProviderService
,DOMRpcService
,TracingDOMDataBroker
- All Known Implementing Classes:
AbstractDOMDataBroker
,AbstractDOMRpcProviderService
,AbstractLegacyDOMDataBrokerAdapter
,DOMMountPointServiceImpl
,DOMNotificationRouter
,DOMRpcRouter
,ForwardingDOMDataBroker
,ForwardingDOMNotificationPublishService
,ForwardingDOMNotificationService
,ForwardingDOMRpcProviderService
,ForwardingDOMRpcService
,LegacyDOMActionServiceAdapter
,LegacyDOMDataBrokerAdapter
,LegacyDOMNotificationServiceAdapter
,LegacyDOMRpcServiceAdapter
,LegacyPingPongDOMDataBrokerAdapter
,LegacyShardedDOMDataBrokerAdapter
,PingPongDataBroker
,SerializedDOMDataBroker
,TracingBroker
@Deprecated(forRemoval=true) public interface DOMService extends DOMService
Deprecated, for removal: This API element is subject to removal in a future version.UseDOMService
instead.Marker interface for services which can be obtained from aDOMMountPoint
instance. No further semantics are implied.