com.caucho.config.types
Class BaseRef
java.lang.Object
com.caucho.config.types.BaseRef
- Direct Known Subclasses:
- EjbRef, ResourceEnvRef
public abstract class BaseRef
- extends java.lang.Object
Base configuration for ejb-ref and resource-env-ref.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_modulePath
protected final Path _modulePath
_sourceEjbName
protected java.lang.String _sourceEjbName
_injectionTarget
protected InjectionTarget _injectionTarget
BaseRef
public BaseRef()
BaseRef
public BaseRef(Path modulePath)
BaseRef
public BaseRef(Path modulePath,
java.lang.String sourceEjbName)
getInjectionTarget
public InjectionTarget getInjectionTarget()
setInjectionTarget
public void setInjectionTarget(InjectionTarget injectionTarget)
getJavaClass
public java.lang.Class getJavaClass(java.lang.String className)
throws java.lang.Exception
- Throws:
java.lang.Exception
getFieldOrMethod
public java.lang.reflect.AccessibleObject getFieldOrMethod(java.lang.Class cl,
java.lang.String fieldName)
throws java.lang.Exception
- Throws:
java.lang.Exception