public abstract class BaseRef extends ResourceGroupConfig
Modifier and Type | Field and Description |
---|---|
protected InjectionTarget |
_injectionTarget |
protected Path |
_modulePath |
protected java.lang.String |
_sourceEjbName |
Constructor and Description |
---|
BaseRef() |
BaseRef(Path modulePath) |
BaseRef(Path modulePath,
java.lang.String sourceEjbName) |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.AccessibleObject |
getFieldOrMethod(java.lang.Class cl,
java.lang.String fieldName) |
InjectionTarget |
getInjectionTarget() |
java.lang.Class |
getJavaClass(java.lang.String className) |
void |
setInjectionTarget(InjectionTarget injectionTarget) |
addInjectionTarget, createObject, deploy, error, getJndiClassLoader, getLookupName, getProgram, getProgram, getValue, inferTypeFromInjection, init, inject, isProgram, setConfigLocation, setDefaultInjectionClass, setDescription, setId, setJndiClassLoader, setLookupName, setProgram, toString
addProgram, bind, compareTo, configure, configure, configure, create, create, create, getDeclaringClass, getName, getPriority, getQName, init
protected final Path _modulePath
protected java.lang.String _sourceEjbName
protected InjectionTarget _injectionTarget
public BaseRef()
public BaseRef(Path modulePath)
public BaseRef(Path modulePath, java.lang.String sourceEjbName)
public InjectionTarget getInjectionTarget()
public void setInjectionTarget(InjectionTarget injectionTarget)
public java.lang.Class getJavaClass(java.lang.String className) throws java.lang.Exception
java.lang.Exception
public java.lang.reflect.AccessibleObject getFieldOrMethod(java.lang.Class cl, java.lang.String fieldName) throws java.lang.Exception
java.lang.Exception