public class WeldEjbInjectionServices
extends org.jboss.as.weld.services.bootstrap.AbstractResourceInjectionServices
implements org.jboss.weld.injection.spi.EjbInjectionServices
| Constructor and Description |
|---|
WeldEjbInjectionServices(org.jboss.msc.service.ServiceRegistry serviceRegistry,
org.jboss.as.ee.component.EEModuleDescription moduleDescription,
org.jboss.as.ee.component.EEApplicationDescription applicationDescription,
org.jboss.vfs.VirtualFile deploymentRoot,
org.jboss.modules.Module module,
boolean warModule) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
protected org.jboss.weld.injection.spi.ResourceReferenceFactory<Object> |
createLazyResourceReferenceFactory(org.jboss.as.ee.component.ViewDescription viewDescription) |
Object |
doLookup(String jndiName,
String mappedName) |
protected org.jboss.as.naming.deployment.ContextNames.BindInfo |
getBindInfo(String result) |
org.jboss.weld.injection.spi.ResourceReferenceFactory<Object> |
registerEjbInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint) |
public WeldEjbInjectionServices(org.jboss.msc.service.ServiceRegistry serviceRegistry,
org.jboss.as.ee.component.EEModuleDescription moduleDescription,
org.jboss.as.ee.component.EEApplicationDescription applicationDescription,
org.jboss.vfs.VirtualFile deploymentRoot,
org.jboss.modules.Module module,
boolean warModule)
public org.jboss.weld.injection.spi.ResourceReferenceFactory<Object> registerEjbInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
registerEjbInjectionPoint in interface org.jboss.weld.injection.spi.EjbInjectionServicesprotected org.jboss.as.naming.deployment.ContextNames.BindInfo getBindInfo(String result)
getBindInfo in class org.jboss.as.weld.services.bootstrap.AbstractResourceInjectionServicespublic void cleanup()
cleanup in interface org.jboss.weld.bootstrap.api.Serviceprotected org.jboss.weld.injection.spi.ResourceReferenceFactory<Object> createLazyResourceReferenceFactory(org.jboss.as.ee.component.ViewDescription viewDescription)
Copyright © 2020 JBoss by Red Hat. All rights reserved.