Interface EmbeddedAdminContainer
- All Superinterfaces:
EmbeddedContainer
Container for administrative tasks.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMake the server listen to administrative requests (CLI, REST) on the passed port.execute(String commandName, CommandParameters params) Executes synchronously a commandMethods inherited from interface org.glassfish.internal.embedded.EmbeddedContainer
bind, getSniffers, start, stop
-
Method Details
-
execute
Executes synchronously a command- Parameters:
commandName- command name as typed by asadmin usersparams- command parameters- Returns:
- an command excecution to follow command's execution
-
bind
Make the server listen to administrative requests (CLI, REST) on the passed port.- Parameters:
port- an initialized port
-