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 | Field and Description |
---|---|
private CommandCallback |
JMXMethodExecutor.callback |
Modifier and Type | Method and Description |
---|---|
ContainerMethodExecutor |
AbstractJMXProtocol.getExecutor(T config,
ProtocolMetaData metaData,
CommandCallback callback) |
Constructor and Description |
---|
JMXMethodExecutor(javax.management.MBeanServerConnection mbeanServer,
CommandCallback callback) |
JMXMethodExecutor(javax.management.MBeanServerConnection mbeanServer,
CommandCallback callback,
java.lang.String objectName,
java.util.Map<java.lang.String,java.lang.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,
java.util.Collection<HTTPContext> contexts,
CommandCallback callback) |