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>
A
Service which on stop releases runtime installed BinderServices.- Author:
- Eduardo Martins
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RuntimeBindReleaseService
public RuntimeBindReleaseService()
-
-
Method Details
-
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
-