Class ExternalJMSTopicService

  • All Implemented Interfaces:
    org.jboss.msc.Service, org.jboss.msc.service.Service<javax.jms.Topic>, org.jboss.msc.value.Value<javax.jms.Topic>

    public class ExternalJMSTopicService
    extends Object
    implements org.jboss.msc.service.Service<javax.jms.Topic>
    Service responsible for creating and destroying a client javax.jms.Topic.
    Author:
    Emmanuel Hugonnet (c) 2018 Red Hat, inc.
    • Method Detail

      • 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
        Specified by:
        start in interface org.jboss.msc.service.Service<javax.jms.Topic>
        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
        Specified by:
        stop in interface org.jboss.msc.service.Service<javax.jms.Topic>
      • installService

        public static ExternalJMSTopicService installService​(String name,
                                                             org.jboss.msc.service.ServiceName serviceName,
                                                             org.jboss.msc.service.ServiceTarget serviceTarget,
                                                             boolean enabledAMQ1Prefix)
      • installRuntimeTopicService

        public static ExternalJMSTopicService installRuntimeTopicService​(DestinationConfiguration config,
                                                                         org.jboss.msc.service.ServiceTarget serviceTarget,
                                                                         org.jboss.msc.service.ServiceName pcf,
                                                                         boolean enabledAMQ1Prefix)