public abstract class CheckAbstract extends AbstractAction
AbstractAction.ManagementCallback<T>| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
brokerURL, password, usercontext, verbose| Constructor and Description |
|---|
CheckAbstract() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(ActionContext context) |
protected abstract CheckTask[] |
getCheckTasks() |
String |
getName() |
int |
getTimeout() |
void |
setName(String name) |
void |
setTimeout(int timeout) |
performCoreManagementcreateConnectionFactory, createCoreConnectionFactory, getClientID, getPassword, getProtocol, getUser, setClientID, setPassword, setProtocol, setUserenableInput, input, input, inputBoolean, inputPassword, isSilentInput, setSilentInputcheckOptions, getBrokerEtc, getBrokerHome, getBrokerInstance, getBrokerURIInstance, isVerbose, setHomeValuesprotected String name
public String getName()
public void setName(String name)
public int getTimeout()
public void setTimeout(int timeout)
public Object execute(ActionContext context) throws Exception
execute in interface Actionexecute in class ConnectionAbstractExceptionprotected abstract CheckTask[] getCheckTasks()
Copyright © 2021 JBoss by Red Hat. All rights reserved.