public class ExternalContextBinderService extends BinderService
Constructor and Description |
---|
ExternalContextBinderService(String name,
Object source) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<ExternalContexts> |
getExternalContextsInjector() |
void |
start(org.jboss.msc.service.StartContext context)
Bind the entry into the injected context.
|
void |
stop(org.jboss.msc.service.StopContext context)
Unbind the entry from the injected context.
|
acquire, getManagedObjectInjector, getName, getNamingStoreInjector, getServiceName, getSource, getValue, release, setSource, toString
public org.jboss.msc.value.InjectedValue<ExternalContexts> getExternalContextsInjector()
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
BinderService
start
in interface org.jboss.msc.service.Service<ManagedReferenceFactory>
start
in class BinderService
context
- The start contextorg.jboss.msc.service.StartException
- If the entity can not be boundpublic void stop(org.jboss.msc.service.StopContext context)
BinderService
stop
in interface org.jboss.msc.service.Service<ManagedReferenceFactory>
stop
in class BinderService
context
- The stop contextCopyright © 2018 JBoss by Red Hat. All rights reserved.