Modifier and Type | Method and Description |
---|---|
ContainerMethodExecutor |
LocalProtocol.getExecutor(LocalProtocolConfiguration protocolConfiguration,
ProtocolMetaData metaData,
CommandCallback callback) |
Modifier and Type | Method and Description |
---|---|
ContainerMethodExecutor |
Protocol.getExecutor(T protocolConfiguration,
ProtocolMetaData metaData,
CommandCallback callback) |
Modifier and Type | Method and Description |
---|---|
ContainerMethodExecutor |
AbstractJMXProtocol.getExecutor(T config,
ProtocolMetaData metaData,
CommandCallback callback) |
Constructor and Description |
---|
JMXMethodExecutor(MBeanServerConnection mbeanServer,
CommandCallback callback) |
JMXMethodExecutor(MBeanServerConnection mbeanServer,
CommandCallback callback,
String objectName,
Map<String,String> protocolProps) |
Modifier and Type | Field and Description |
---|---|
protected CommandCallback |
ServletMethodExecutor.callback |
Modifier and Type | Method and Description |
---|---|
ServletMethodExecutor |
BaseServletProtocol.getExecutor(ServletProtocolConfiguration protocolConfiguration,
ProtocolMetaData metaData,
CommandCallback callback) |
Constructor and Description |
---|
ServletMethodExecutor(ServletProtocolConfiguration config,
Collection<HTTPContext> contexts,
CommandCallback callback) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.