Uses of Class
org.apache.openejb.jee.jba.JndiName

Packages that use JndiName
org.apache.openejb.jee.jba   
 

Uses of JndiName in org.apache.openejb.jee.jba
 

Fields in org.apache.openejb.jee.jba declared as JndiName
protected  JndiName ResourceEnvRef.jndiName
           
protected  JndiName Invoker.jndiName
           
protected  JndiName EjbRef.jndiName
           
protected  JndiName MessageDestination.jndiName
           
protected  JndiName MessageDestinationRef.jndiName
           
protected  JndiName Session.jndiName
           
protected  JndiName Entity.jndiName
           
 

Methods in org.apache.openejb.jee.jba that return JndiName
 JndiName ObjectFactory.createJndiName()
          Create an instance of JndiName
 JndiName ResourceEnvRef.getJndiName()
          Gets the value of the jndiName property.
 JndiName Invoker.getJndiName()
          Gets the value of the jndiName property.
 JndiName EjbRef.getJndiName()
          Gets the value of the jndiName property.
 JndiName MessageDestination.getJndiName()
          Gets the value of the jndiName property.
 JndiName MessageDestinationRef.getJndiName()
          Gets the value of the jndiName property.
 JndiName Session.getJndiName()
          Gets the value of the jndiName property.
 JndiName Entity.getJndiName()
          Gets the value of the jndiName property.
 

Methods in org.apache.openejb.jee.jba with parameters of type JndiName
 void ResourceEnvRef.setJndiName(JndiName value)
          Sets the value of the jndiName property.
 void Invoker.setJndiName(JndiName value)
          Sets the value of the jndiName property.
 void EjbRef.setJndiName(JndiName value)
          Sets the value of the jndiName property.
 void MessageDestination.setJndiName(JndiName value)
          Sets the value of the jndiName property.
 void MessageDestinationRef.setJndiName(JndiName value)
          Sets the value of the jndiName property.
 void Session.setJndiName(JndiName value)
          Sets the value of the jndiName property.
 void Entity.setJndiName(JndiName value)
          Sets the value of the jndiName property.
 



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