Class JavaNamespaceSetup

  • All Implemented Interfaces:
    org.jboss.as.server.deployment.SetupAction

    public class JavaNamespaceSetup
    extends Object
    implements org.jboss.as.server.deployment.SetupAction
    Sets and restores the java: contexts
    Author:
    Stuart Douglas
    • Constructor Detail

      • JavaNamespaceSetup

        public JavaNamespaceSetup​(NamespaceContextSelector namespaceSelector,
                                  org.jboss.msc.service.ServiceName deploymentUnitServiceName)
    • Method Detail

      • priority

        public int priority()
        Specified by:
        priority in interface org.jboss.as.server.deployment.SetupAction
      • dependencies

        public Set<org.jboss.msc.service.ServiceName> dependencies()
        Specified by:
        dependencies in interface org.jboss.as.server.deployment.SetupAction
      • setup

        public void setup​(Map<String,​Object> properties)
        Specified by:
        setup in interface org.jboss.as.server.deployment.SetupAction
      • teardown

        public void teardown​(Map<String,​Object> properties)
        Specified by:
        teardown in interface org.jboss.as.server.deployment.SetupAction