com.caucho.config.types
Class EjbLocalRef
java.lang.Object
com.caucho.config.types.BaseRef
com.caucho.config.types.EjbRef
com.caucho.config.types.EjbLocalRef
- All Implemented Interfaces:
- ObjectProxy
public class EjbLocalRef
- extends EjbRef
Configuration for the ejb-local-ref
| Methods inherited from class com.caucho.config.types.EjbRef |
bind, createObject, getByType, getEjbRefName, getHome, getInjectionTarget, getRemote, init, initBinding, setClientClassName, setConfigLocation, setDescription, setEjbLink, setEjbRefName, setEjbRefType, setForeignName, setHome, setId, setInjectionTarget, setRemote, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EjbLocalRef
public EjbLocalRef()
EjbLocalRef
public EjbLocalRef(Path path)
EjbLocalRef
public EjbLocalRef(Path path,
java.lang.String sourceEjbName)
isEjbLocalRef
public boolean isEjbLocalRef()
- Overrides:
isEjbLocalRef in class EjbRef
getTagName
protected java.lang.String getTagName()
- Overrides:
getTagName in class EjbRef
setLocalHome
public void setLocalHome(java.lang.Class home)
getLocal
public java.lang.Class getLocal()
- Overrides:
getLocal in class EjbRef
setLocal
public void setLocal(java.lang.Class local)
mergeFrom
public void mergeFrom(EjbRef otherRef)
- Merges duplicated information in application-client.xml / resin-application-client.xml
- Overrides:
mergeFrom in class EjbRef