@Contract public interface EmbeddedAdminContainer extends EmbeddedContainer
| Modifier and Type | Method and Description |
|---|---|
void |
bind(Port port)
Make the server listen to administrative requests (CLI, REST) on
the passed port.
|
CommandExecution |
execute(String commandName,
CommandParameters params)
Executes synchronously a command
|
bind, getSniffers, start, stopCommandExecution execute(String commandName, CommandParameters params)
commandName - command name as typed by asadmin usersparams - command parametersvoid bind(Port port)
port - an initialized portCopyright © 2013. All Rights Reserved.