org.apache.openejb.jee.jba
Class ResourceEnvRef

java.lang.Object
  extended by org.apache.openejb.jee.jba.ResourceEnvRef

public class ResourceEnvRef
extends Object


Field Summary
protected  JndiName jndiName
           
protected  String resourceEnvRefName
           
 
Constructor Summary
ResourceEnvRef()
           
 
Method Summary
 JndiName getJndiName()
          Gets the value of the jndiName property.
 String getResourceEnvRefName()
          Gets the value of the resourceEnvRefName property.
 void setJndiName(JndiName value)
          Sets the value of the jndiName property.
 void setResourceEnvRefName(String value)
          Sets the value of the resourceEnvRefName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceEnvRefName

protected String resourceEnvRefName

jndiName

protected JndiName jndiName
Constructor Detail

ResourceEnvRef

public ResourceEnvRef()
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 is String

getJndiName

public JndiName getJndiName()
Gets the value of the jndiName property.

Returns:
possible object is JndiName

setJndiName

public void setJndiName(JndiName value)
Sets the value of the jndiName property.

Parameters:
value - allowed object is JndiName


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.