public static class ContextNames.BindInfo extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAbsoluteJndiName()
Returns the absolute jndi name of this
ContextNames.BindInfo . |
org.jboss.msc.service.ServiceName |
getBinderServiceName()
The service name for binder
|
String |
getBindName()
The name for the binding
|
org.jboss.msc.service.ServiceName |
getParentContextServiceName()
The service name for the target namespace the binding will occur.
|
void |
setupLookupInjection(org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
org.jboss.msc.inject.Injector<ManagedReferenceFactory> targetInjector,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
boolean optional)
Setup a lookup with respect to
Resource injection. |
String |
toString() |
public org.jboss.msc.service.ServiceName getParentContextServiceName()
public org.jboss.msc.service.ServiceName getBinderServiceName()
public String getBindName()
public String getAbsoluteJndiName()
ContextNames.BindInfo
. The absolute jndi name is inclusive of the jndi namespacepublic void setupLookupInjection(org.jboss.msc.service.ServiceBuilder<?> serviceBuilder, org.jboss.msc.inject.Injector<ManagedReferenceFactory> targetInjector, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, boolean optional)
Resource
injection.serviceBuilder
- the builder that should depend on the lookuptargetInjector
- the injector which will receive the lookup result once the builded service startsCopyright © 2017 JBoss by Red Hat. All rights reserved.