Package org.jboss.msc.service
Interface Service<T>
-
- Type Parameters:
T- the type of value that this service provides; may beVoid
- All Known Subinterfaces:
SingletonService<T>
- All Known Implementing Classes:
BinderService,DefaultNamespaceContextSelectorService,ExternalContextBinderService,ExternalContextsService,HttpRemoteNamingServerService,JndiViewExtensionRegistry,NamingService,NamingStoreService,RemoteNamingServerService,RuntimeBindReleaseService
@Deprecated public interface Service<T> extends Service, Value<T>
Deprecated.useServiceinstead. This class will be removed in a future release.Legacy service interface.- Author:
- David M. Lloyd, Richard Opalka