public class ConnectionAbstract extends InputAbstract
| Modifier and Type | Field and Description |
|---|---|
protected String |
brokerURL |
protected String |
password |
protected String |
user |
context, verbose| Constructor and Description |
|---|
ConnectionAbstract() |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionFactory |
createConnectionFactory() |
protected ActiveMQConnectionFactory |
createCoreConnectionFactory() |
Object |
execute(ActionContext context) |
String |
getClientID() |
String |
getPassword() |
String |
getProtocol() |
String |
getUser() |
ConnectionAbstract |
setClientID(String clientID) |
ConnectionAbstract |
setPassword(String password) |
void |
setProtocol(String protocol) |
ConnectionAbstract |
setUser(String user) |
enableInput, input, input, inputBoolean, inputPassword, isSilentInput, setSilentInputcheckOptions, getBrokerEtc, getBrokerHome, getBrokerInstance, getBrokerURIInstance, isVerbose, setHomeValuesprotected String brokerURL
protected String user
protected String password
public String getUser()
public ConnectionAbstract setUser(String user)
public String getPassword()
public ConnectionAbstract setPassword(String password)
public String getClientID()
public ConnectionAbstract setClientID(String clientID)
public String getProtocol()
public void setProtocol(String protocol)
public Object execute(ActionContext context) throws Exception
execute in interface Actionexecute in class InputAbstractExceptionprotected ConnectionFactory createConnectionFactory() throws Exception
Exceptionprotected ActiveMQConnectionFactory createCoreConnectionFactory()
Copyright © 2021 JBoss by Red Hat. All rights reserved.