public abstract class DestinationAction extends ConnectionAbstract
| Modifier and Type | Class and Description |
|---|---|
static interface |
DestinationAction.ManagementCallback<T> |
| Modifier and Type | Field and Description |
|---|---|
static String |
CORE_QUEUE |
static String |
JMS_QUEUE |
static String |
JMS_TOPIC |
brokerURL, password, usercontext, verbose| Constructor and Description |
|---|
DestinationAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestType() |
String |
getName() |
void |
performCoreManagement(DestinationAction.ManagementCallback<ClientMessage> cb) |
void |
performJmsManagement(DestinationAction.ManagementCallback<Message> cb) |
void |
setDestType(String destType) |
void |
setName(String name) |
createConnectionFactoryexecute, input, inputPassword, isSilentInput, setSilentInputgetBrokerHome, getBrokerInstance, getBrokerURIInstance, isVerbose, setHomeValuespublic static final String JMS_QUEUE
public static final String JMS_TOPIC
public static final String CORE_QUEUE
public void performJmsManagement(DestinationAction.ManagementCallback<Message> cb) throws Exception
Exceptionpublic void performCoreManagement(DestinationAction.ManagementCallback<ClientMessage> cb) throws Exception
Exceptionpublic void setName(String name)
public String getName()
public String getDestType()
public void setDestType(String destType)
Copyright © 2018 JBoss by Red Hat. All rights reserved.