| java.lang.Object org.objectweb.jonas_lib.deployment.api.ResourceEnvRefDesc
ResourceEnvRefDesc | public class ResourceEnvRefDesc (Code) | | This class represents the description of a ResourceEnvRef object
author: Christophe Ney author: Florent Benoit |
ResourceEnvRefDesc | public ResourceEnvRefDesc(ClassLoader classLoader, ResourceEnvRef res, JonasResourceEnv jRes) throws DeploymentDescException(Code) | | Construct a descriptor for the resource-env-ref and jonas-resource-env
tags.
Parameters: classLoader - the classloader for the classes. Parameters: res - the resource-env-ref resulting of the web.xml parsing. Parameters: jRes - the jonas-resource-env resulting of the jonas-web.xmlparsing. throws: DeploymentDescException - when missing information forcreating the ResourceEnvRefDesc. |
getJndiName | public String getJndiName()(Code) | | Get the jndi name of the resource environment ref.
String representation of the JNDI name. |
getName | public String getName()(Code) | | Get resource environment ref. name.
Name of the resource environment ref. |
getType | public Class getType()(Code) | | Get resource environment ref. type.
Class of the resource environment ref. |
toString | public String toString()(Code) | | String representation of the object for test purpose.
String representation of this object. |
|
|