Interface Service<T>

Type Parameters:
T - the type of value that this service provides; may be Void
All Superinterfaces:
Service, Value<T>
All Known Subinterfaces:
SingletonService<T>
All Known Implementing Classes:
ActiveMQActivationService, BinderService, DefaultNamespaceContextSelectorService, ExternalBrokerConfigurationService, ExternalConnectionFactoryService, ExternalContextBinderService, ExternalContextsService, ExternalJMSQueueService, ExternalJMSTopicService, ExternalPooledConnectionFactoryService, GroupBindingService, HttpRemoteNamingServerService, HTTPUpgradeService, JMSQueueService, JMSService, JMSTopicService, JndiViewExtensionRegistry, LegacyConnectionFactoryService, NamingService, NamingStoreService, PooledConnectionFactoryService, PooledConnectionFactoryStatisticsService, RemoteNamingServerService, RuntimeBindReleaseService

@Deprecated public interface Service<T> extends Service, Value<T>
Deprecated.
use Service instead. This class will be removed in a future release.
Legacy service interface.
Author:
David M. Lloyd, Richard Opalka
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Service<Void>
    Deprecated.
    A simple null service which performs no start or stop action.
  • Method Summary

    Methods inherited from interface org.jboss.msc.Service

    start, stop

    Methods inherited from interface org.jboss.msc.value.Value

    getValue
  • Field Details

    • NULL

      static final Service<Void> NULL
      Deprecated.
      A simple null service which performs no start or stop action.