public class ExternalJMSTopicService extends Object implements org.jboss.msc.service.Service<javax.jms.Topic>
javax.jms.Topic.| Modifier and Type | Method and Description |
|---|---|
javax.jms.Topic |
getValue() |
static ExternalJMSTopicService |
installRuntimeTopicService(DestinationConfiguration config,
org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.msc.service.ServiceName pcf) |
static ExternalJMSTopicService |
installService(String name,
org.jboss.msc.service.ServiceName serviceName,
org.jboss.msc.service.ServiceTarget serviceTarget) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic javax.jms.Topic getValue()
throws IllegalStateException
getValue in interface org.jboss.msc.value.Value<javax.jms.Topic>IllegalStateExceptionpublic static ExternalJMSTopicService installService(String name, org.jboss.msc.service.ServiceName serviceName, org.jboss.msc.service.ServiceTarget serviceTarget)
public static ExternalJMSTopicService installRuntimeTopicService(DestinationConfiguration config, org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.msc.service.ServiceName pcf)
Copyright © 2019 JBoss by Red Hat. All rights reserved.