Package org.jboss.as.naming.subsystem
Interface NamingSubsystemModel
-
public interface NamingSubsystemModelUser: jpai
-
-
Field Summary
Fields Modifier and Type Field Description static StringBINDINGstatic org.jboss.as.controller.PathElementBINDING_PATHstatic StringBINDING_TYPEstatic StringCACHEstatic StringCLASSstatic StringENVIRONMENTstatic StringEXTERNAL_CONTEXTstatic StringLOOKUPstatic StringMODULEstatic StringOBJECT_FACTORYstatic StringREBINDstatic StringREMOTE_NAMINGstatic org.jboss.as.controller.PathElementREMOTE_NAMING_PATHstatic StringSERVICEstatic StringSIMPLEstatic StringTYPEstatic StringVALUE
-
-
-
Field Detail
-
BINDING
static final String BINDING
- See Also:
- Constant Field Values
-
BINDING_TYPE
static final String BINDING_TYPE
- See Also:
- Constant Field Values
-
CACHE
static final String CACHE
- See Also:
- Constant Field Values
-
CLASS
static final String CLASS
- See Also:
- Constant Field Values
-
EXTERNAL_CONTEXT
static final String EXTERNAL_CONTEXT
- See Also:
- Constant Field Values
-
LOOKUP
static final String LOOKUP
- See Also:
- Constant Field Values
-
OBJECT_FACTORY
static final String OBJECT_FACTORY
- See Also:
- Constant Field Values
-
ENVIRONMENT
static final String ENVIRONMENT
- See Also:
- Constant Field Values
-
MODULE
static final String MODULE
- See Also:
- Constant Field Values
-
REBIND
static final String REBIND
- See Also:
- Constant Field Values
-
REMOTE_NAMING
static final String REMOTE_NAMING
- See Also:
- Constant Field Values
-
SIMPLE
static final String SIMPLE
- See Also:
- Constant Field Values
-
SERVICE
static final String SERVICE
- See Also:
- Constant Field Values
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
VALUE
static final String VALUE
- See Also:
- Constant Field Values
-
BINDING_PATH
static final org.jboss.as.controller.PathElement BINDING_PATH
-
REMOTE_NAMING_PATH
static final org.jboss.as.controller.PathElement REMOTE_NAMING_PATH
-
-