Class ContextServiceService
java.lang.Object
org.jboss.as.ee.concurrent.service.ContextServiceService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<WildFlyContextService>,org.jboss.msc.value.Value<WildFlyContextService>
Service responsible for managing a context service impl's lifecycle.
- Author:
- Eduardo Martins, Richard Opalka
-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionContextServiceService(String name, String jndiName, ContextServiceTypesConfiguration contextServiceTypesConfiguration) -
Method Summary
-
Constructor Details
-
ContextServiceService
public ContextServiceService(String name, String jndiName, ContextServiceTypesConfiguration contextServiceTypesConfiguration)
-
-
Method Details
-
getValue
- Throws:
IllegalStateException
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-