Class WeldClassIntrospector

    • Method Detail

      • install

        public static void install​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
                                   org.jboss.msc.service.ServiceTarget serviceTarget)
      • serviceName

        public static org.jboss.msc.service.ServiceName serviceName​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      • start

        public void start​(org.jboss.msc.service.StartContext startContext)
                   throws org.jboss.msc.service.StartException
        Specified by:
        start in interface org.jboss.msc.Service
        Throws:
        org.jboss.msc.service.StartException
      • stop

        public void stop​(org.jboss.msc.service.StopContext stopContext)
        Specified by:
        stop in interface org.jboss.msc.Service