Interface NamingConstants
public interface NamingConstants
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
This 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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
A String representing the prefix of the java: namespacestatic final String
A string representing the key used for the JNDI resource name when building aReference
or searching the SR for a resource.static final String
Constant for the resource-ref/res-auth entrystatic final String
Constant for the resource-ref:res-sharing-scope entry
-
Field Details
-
JNDI_NAME_KEY
A string representing the key used for the JNDI resource name when building aReference
or searching the SR for a resource.- See Also:
-
RES_REF_AUTH
Constant for the resource-ref/res-auth entry- See Also:
-
RES_REF_SHARING
Constant for the resource-ref:res-sharing-scope entry- See Also:
-
JAVA_NS
A String representing the prefix of the java: namespace- See Also:
-