Class JMSTopicService
- java.lang.Object
-
- org.wildfly.extension.messaging.activemq.jms.JMSTopicService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<jakarta.jms.Topic>,org.jboss.msc.value.Value<jakarta.jms.Topic>
public class JMSTopicService extends Object implements org.jboss.msc.service.Service<jakarta.jms.Topic>
Service responsible for creating and destroying ajakarta.jms.Topic.- Author:
- Emanuel Muckenhuber
-
-
Constructor Summary
Constructors Constructor Description JMSTopicService(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.jms.TopicgetValue()static JMSTopicServiceinstallService(String name, org.jboss.msc.service.ServiceName serverServiceName, org.jboss.msc.service.ServiceTarget serviceTarget)voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Constructor Detail
-
JMSTopicService
public JMSTopicService(String name)
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
public jakarta.jms.Topic getValue() throws IllegalStateException- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<jakarta.jms.Topic>- Throws:
IllegalStateException
-
installService
public static JMSTopicService installService(String name, org.jboss.msc.service.ServiceName serverServiceName, org.jboss.msc.service.ServiceTarget serviceTarget)
-
-