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