Package org.jboss.as.naming.deployment
Class RuntimeBindReleaseService
- java.lang.Object
-
- org.jboss.as.naming.deployment.RuntimeBindReleaseService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<RuntimeBindReleaseService.References>,org.jboss.msc.value.Value<RuntimeBindReleaseService.References>
public class RuntimeBindReleaseService extends Object implements org.jboss.msc.service.Service<RuntimeBindReleaseService.References>
AServicewhich on stop releases runtime installedBinderServices.- Author:
- Eduardo Martins
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuntimeBindReleaseService.References
-
Constructor Summary
Constructors Constructor Description RuntimeBindReleaseService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeBindReleaseService.ReferencesgetValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Method Detail
-
getValue
public RuntimeBindReleaseService.References getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<RuntimeBindReleaseService.References>- Throws:
IllegalStateExceptionIllegalArgumentException
-
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
-
-