public abstract class ASDestinationManager extends Object
| Constructor and Description |
|---|
ASDestinationManager(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName hqServiceName) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
destinationServiceTimeout() |
protected org.jboss.msc.service.ServiceName |
hqServiceName() |
abstract javax.jms.Queue |
installQueueService(String name,
String jndiName,
String selector,
boolean durable) |
abstract javax.jms.Topic |
installTopicService(String name,
String jndiName) |
abstract void |
removeDestination(org.jboss.msc.value.Value service,
String name,
String jndiName,
JMSDestination.Type type) |
protected org.jboss.msc.service.ServiceTarget |
target() |
protected void |
throwTimeout(String message) |
public ASDestinationManager(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName hqServiceName)
public abstract javax.jms.Queue installQueueService(String name, String jndiName, String selector, boolean durable) throws Exception
Exceptionpublic abstract javax.jms.Topic installTopicService(String name, String jndiName) throws Exception
Exceptionpublic abstract void removeDestination(org.jboss.msc.value.Value service,
String name,
String jndiName,
JMSDestination.Type type)
protected org.jboss.msc.service.ServiceTarget target()
protected org.jboss.msc.service.ServiceName hqServiceName()
protected long destinationServiceTimeout()
protected void throwTimeout(String message)
Copyright © 2015. All Rights Reserved.