|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ejb.deployment.api.ResourceRefDesc
Class to hold meta-information related to resource-ref description.
The resource-ref element contains a declaration of enterprise bean's reference
to an external resource.
It consists of:
Field Summary | |
static int |
APPLICATION_AUTH
|
static int |
CONTAINER_AUTH
|
Constructor Summary | |
ResourceRefDesc(java.lang.ClassLoader classLoader,
org.objectweb.jonas_ejb.deployment.xml.ResourceRef res,
org.objectweb.jonas_ejb.deployment.xml.JonasResource jRes)
constructor to be used by parent node |
Method Summary | |
int |
getAuthentication()
Get the authentication of the resource ref. |
java.lang.String |
getJndiName()
Get the jndi name of the resource ref. |
java.lang.String |
getName()
Get resource ref. |
java.lang.Class |
getType()
Get resource ref. |
java.lang.String |
getTypeName()
Get resource ref. |
boolean |
isJdbc()
Assessor for JDBC resource |
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 |
Field Detail |
public static final int APPLICATION_AUTH
public static final int CONTAINER_AUTH
Constructor Detail |
public ResourceRefDesc(java.lang.ClassLoader classLoader, org.objectweb.jonas_ejb.deployment.xml.ResourceRef res, org.objectweb.jonas_ejb.deployment.xml.JonasResource jRes) throws DeploymentDescException
Method Detail |
public java.lang.String getName()
public java.lang.Class getType()
public java.lang.String getTypeName()
public int getAuthentication()
public boolean isJdbc()
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 |