public class EAPDestinationManager extends ASDestinationManager
| Constructor and Description |
|---|
EAPDestinationManager(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName hqServiceName,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Queue |
installQueueService(String name,
String jndiName,
String selector,
boolean durable) |
javax.jms.Topic |
installTopicService(String name,
String jndiName) |
void |
removeDestination(org.jboss.msc.value.Value service,
String name,
String jndiName,
JMSDestination.Type type) |
destinationServiceTimeout, hqServiceName, target, throwTimeoutpublic EAPDestinationManager(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName hqServiceName,
Context context)
public javax.jms.Queue installQueueService(String name, String jndiName, String selector, boolean durable) throws Exception
installQueueService in class ASDestinationManagerExceptionpublic javax.jms.Topic installTopicService(String name, String jndiName) throws Exception
installTopicService in class ASDestinationManagerExceptionpublic void removeDestination(org.jboss.msc.value.Value service,
String name,
String jndiName,
JMSDestination.Type type)
removeDestination in class ASDestinationManagerCopyright © 2015. All Rights Reserved.