public class CheckContext extends ActionContext
err, in, out
Constructor and Description |
---|
CheckContext(ActionContext actionContext,
ActiveMQConnectionFactory factory,
ActiveMQManagementProxy managementProxy) |
Modifier and Type | Method and Description |
---|---|
ActionContext |
getActionContext() |
ActiveMQConnectionFactory |
getFactory() |
ActiveMQManagementProxy |
getManagementProxy() |
String |
getNodeId() |
Map<String,NodeInfo> |
getTopology() |
void |
setActionContext(ActionContext actionContext) |
void |
setFactory(ActiveMQConnectionFactory factory) |
void |
setManagementProxy(ActiveMQManagementProxy managementProxy) |
system
public CheckContext(ActionContext actionContext, ActiveMQConnectionFactory factory, ActiveMQManagementProxy managementProxy)
public ActionContext getActionContext()
public void setActionContext(ActionContext actionContext)
public ActiveMQConnectionFactory getFactory()
public void setFactory(ActiveMQConnectionFactory factory)
public ActiveMQManagementProxy getManagementProxy()
public void setManagementProxy(ActiveMQManagementProxy managementProxy)
Copyright © 2021 JBoss by Red Hat. All rights reserved.