public abstract class CheckAbstract extends AbstractAction
AbstractAction.ManagementCallback<T>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
brokerURL, password, user
context, 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) |
performCoreManagement
createConnectionFactory, createCoreConnectionFactory, getClientID, getPassword, getProtocol, getUser, setClientID, setPassword, setProtocol, setUser
enableInput, input, input, inputBoolean, inputPassword, isSilentInput, setSilentInput
checkOptions, getBrokerEtc, getBrokerHome, getBrokerInstance, getBrokerURIInstance, isVerbose, setHomeValues
protected 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 Action
execute
in class ConnectionAbstract
Exception
protected abstract CheckTask[] getCheckTasks()
Copyright © 2021 JBoss by Red Hat. All rights reserved.