Class CommonDeploymentService

  • All Implemented Interfaces:
    org.jboss.msc.Service, org.jboss.msc.service.Service<org.jboss.jca.deployers.common.CommonDeployment>, org.jboss.msc.value.Value<org.jboss.jca.deployers.common.CommonDeployment>

    public class CommonDeploymentService
    extends Object
    implements org.jboss.msc.service.Service<org.jboss.jca.deployers.common.CommonDeployment>
    • Constructor Detail

      • CommonDeploymentService

        public CommonDeploymentService​(org.jboss.jca.deployers.common.CommonDeployment value)
        create an instance
    • Method Detail

      • getServiceName

        public static org.jboss.msc.service.ServiceName getServiceName​(ContextNames.BindInfo bindInfo)
      • start

        public void start​(org.jboss.msc.service.StartContext context)
                   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 context)
        Specified by:
        stop in interface org.jboss.msc.Service