Interface NamingConstants
- 
 public interface NamingConstants
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classNamingConstants.JavaColonNamespaceThis enum represents the different namespaces of java: COMP = java:comp COMP_ENV = java:comp/env COMP_WS = java:comp/websphere GLOBAL = java:global APP = java:app MODULE = java:module
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringJAVA_NSA String representing the prefix of the java: namespacestatic java.lang.StringJNDI_NAME_KEYA string representing the key used for the JNDI resource name when building aReferenceor searching the SR for a resource.static java.lang.StringRES_REF_AUTHConstant for the resource-ref/res-auth entrystatic java.lang.StringRES_REF_SHARINGConstant for the resource-ref:res-sharing-scope entry
 
- 
- 
- 
Field Detail- 
JNDI_NAME_KEYstatic final java.lang.String JNDI_NAME_KEY A string representing the key used for the JNDI resource name when building aReferenceor searching the SR for a resource.- See Also:
- Constant Field Values
 
 - 
RES_REF_AUTHstatic final java.lang.String RES_REF_AUTH Constant for the resource-ref/res-auth entry- See Also:
- Constant Field Values
 
 - 
RES_REF_SHARINGstatic final java.lang.String RES_REF_SHARING Constant for the resource-ref:res-sharing-scope entry- See Also:
- Constant Field Values
 
 - 
JAVA_NSstatic final java.lang.String JAVA_NS A String representing the prefix of the java: namespace- See Also:
- Constant Field Values
 
 
- 
 
-