Package org.jboss.as.naming.deployment
Class Attachments
java.lang.Object
org.jboss.as.naming.deployment.Attachments
The Naming subsystem's DU attachment keys.
- Author:
- Eduardo Martins
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<ExternalContexts>The DU key where the subsystem'sExternalContextsinstance may be found by DUPs. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EXTERNAL_CONTEXTS
public static final org.jboss.as.server.deployment.AttachmentKey<ExternalContexts> EXTERNAL_CONTEXTSThe DU key where the subsystem'sExternalContextsinstance may be found by DUPs.
-
-
Constructor Details
-
Attachments
public Attachments()
-