public abstract class ForwardingResourceInjectionServices extends Object implements ResourceInjectionServices
| Constructor and Description |
|---|
ForwardingResourceInjectionServices() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ResourceInjectionServices |
delegate() |
ResourceReferenceFactory<Object> |
registerResourceInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Register a resource injection point.
|
ResourceReferenceFactory<Object> |
registerResourceInjectionPoint(String jndiName,
String mappedName)
Register a resource injection point with the given JNDI name and mapped name.
|
protected abstract ResourceInjectionServices delegate()
public ResourceReferenceFactory<Object> registerResourceInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
ResourceInjectionServicesResourceReferenceFactory is returned which may be used at runtime for creating instances of the
resource.registerResourceInjectionPoint in interface ResourceInjectionServicesinjectionPoint - the injection point metadatapublic ResourceReferenceFactory<Object> registerResourceInjectionPoint(String jndiName, String mappedName)
ResourceInjectionServicesResourceReferenceFactory is returned which may be used at runtime
for creating instances of the resource.registerResourceInjectionPoint in interface ResourceInjectionServicesjndiName - JNDI namemappedName - mapped nameCopyright © 2008–2019. All rights reserved.