Uses of Class
org.apache.openejb.jee.jba.JndiName
-
Packages that use JndiName Package Description org.apache.openejb.jee.jba -
-
Uses of JndiName in org.apache.openejb.jee.jba
Fields in org.apache.openejb.jee.jba declared as JndiName Modifier and Type Field Description protected JndiNameEjbRef. jndiNameprotected JndiNameEntity. jndiNameprotected JndiNameInvoker. jndiNameprotected JndiNameMessageDestination. jndiNameprotected JndiNameMessageDestinationRef. jndiNameprotected JndiNameResourceEnvRef. jndiNameprotected JndiNameSession. jndiNameMethods in org.apache.openejb.jee.jba that return JndiName Modifier and Type Method Description JndiNameObjectFactory. createJndiName()Create an instance ofJndiNameJndiNameEjbRef. getJndiName()Gets the value of the jndiName property.JndiNameEntity. getJndiName()Gets the value of the jndiName property.JndiNameInvoker. getJndiName()Gets the value of the jndiName property.JndiNameMessageDestination. getJndiName()Gets the value of the jndiName property.JndiNameMessageDestinationRef. getJndiName()Gets the value of the jndiName property.JndiNameResourceEnvRef. getJndiName()Gets the value of the jndiName property.JndiNameSession. getJndiName()Gets the value of the jndiName property.Methods in org.apache.openejb.jee.jba with parameters of type JndiName Modifier and Type Method Description voidEjbRef. setJndiName(JndiName value)Sets the value of the jndiName property.voidEntity. setJndiName(JndiName value)Sets the value of the jndiName property.voidInvoker. setJndiName(JndiName value)Sets the value of the jndiName property.voidMessageDestination. setJndiName(JndiName value)Sets the value of the jndiName property.voidMessageDestinationRef. setJndiName(JndiName value)Sets the value of the jndiName property.voidResourceEnvRef. setJndiName(JndiName value)Sets the value of the jndiName property.voidSession. setJndiName(JndiName value)Sets the value of the jndiName property.
-