com.caucho.config.types
Class ResourceEnvRef
java.lang.Object
com.caucho.config.types.BaseRef
com.caucho.config.types.ResourceEnvRef
public class ResourceEnvRef
- extends BaseRef
Configuration for the init-param pattern.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResourceEnvRef
public ResourceEnvRef()
ResourceEnvRef
public ResourceEnvRef(Path modulePath,
java.lang.String sourceEjbName)
setDescription
public void setDescription(java.lang.String description)
- Sets the description.
setResourceEnvRefName
public void setResourceEnvRefName(java.lang.String name)
- Sets the name
setResourceEnvRefType
public void setResourceEnvRefType(java.lang.Class type)
- Sets the type
initBinding
public void initBinding(AbstractServer ejbServer)
throws java.lang.Exception
- Initialize the resource.
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object