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, toStringpublic org.jboss.msc.value.InjectedValue<ExternalContexts> getExternalContextsInjector()
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
BinderServicestart in interface org.jboss.msc.Servicestart in class BinderServicecontext - The start contextorg.jboss.msc.service.StartException - If the entity can not be boundpublic void stop(org.jboss.msc.service.StopContext context)
BinderServicestop in interface org.jboss.msc.Servicestop in class BinderServicecontext - The stop contextCopyright © 2021 JBoss by Red Hat. All rights reserved.