Package org.apache.openejb.jee.jba
Class ResourceEnvRef
- java.lang.Object
-
- org.apache.openejb.jee.jba.ResourceEnvRef
-
public class ResourceEnvRef extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected JndiNamejndiNameprotected StringresourceEnvRefName
-
Constructor Summary
Constructors Constructor Description ResourceEnvRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JndiNamegetJndiName()Gets the value of the jndiName property.StringgetResourceEnvRefName()Gets the value of the resourceEnvRefName property.voidsetJndiName(JndiName value)Sets the value of the jndiName property.voidsetResourceEnvRefName(String value)Sets the value of the resourceEnvRefName property.
-
-
-
Method Detail
-
getResourceEnvRefName
public String getResourceEnvRefName()
Gets the value of the resourceEnvRefName property.- Returns:
- possible object is
String
-
setResourceEnvRefName
public void setResourceEnvRefName(String value)
Sets the value of the resourceEnvRefName property.- Parameters:
value- allowed object isString
-
getJndiName
public JndiName getJndiName()
Gets the value of the jndiName property.- Returns:
- possible object is
JndiName
-
-