Class | Description |
---|---|
AppJndiNamingStrategy |
Simple Java EE 6 Global JNDI naming support for java:app prefixed JNDI names based on the EJB 3.1
specification Section 4.4.1.1, page 84
The java:app prefix allows a component executing within a Java EE application to access an application-specific namespace. |
GlobalJndiNamingStrategy |
Simple Java EE 6 Global JNDI naming support for java:global prefixed JNDI names based on the EJB
3.1 specification Section 4.4.1, page 83
With this you can use JNDI names in the following format: java:global/[<appName>]/<moduleName>/<bean-name>[!<fully-qualified-interface-name>]
|
ModuleJndiNamingStrategy |
Simple Java EE 6 Global JNDI naming support for java:module prefixed JNDI names based on
the EJB 3.1 specification Section 4.4.1.2, page 85
The java:module prefix allows a component executing within a Java EE application to access a module-specific namespace. |
Copyright © 2015. All rights reserved.