|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_client.deployment.api.ResourceEnvRefDesc
Class that represents the resource-env-ref and jonas-resource-env tags.
Constructor Summary | |
ResourceEnvRefDesc(java.lang.ClassLoader classLoader,
org.objectweb.jonas_client.deployment.xml.ResourceEnvRef res,
org.objectweb.jonas_client.deployment.xml.JonasResourceEnv jRes)
Construct a descriptor for the resource-env-ref and jonas-resource-env tags. |
Method Summary | |
java.lang.String |
getJndiName()
Get the jndi name of the resource environment ref. |
java.lang.String |
getName()
Get resource environment ref. name. |
java.lang.Class |
getType()
Get resource environment ref. type. |
java.lang.String |
toString()
String representation of the object for test purpose. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ResourceEnvRefDesc(java.lang.ClassLoader classLoader, org.objectweb.jonas_client.deployment.xml.ResourceEnvRef res, org.objectweb.jonas_client.deployment.xml.JonasResourceEnv jRes) throws ClientContainerDeploymentDescException
classLoader
- the classloader for the classes.res
- the resource-env-ref resulting of the application-client.xml parsing.jRes
- the jonas-resource-env resulting of the jonas-client.xml
parsing.
ClientContainerDeploymentDescException
- when missing information for
creating the ResourceEnvRefDesc.Method Detail |
public java.lang.String getName()
public java.lang.Class getType()
public java.lang.String getJndiName()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |