| Package | Description |
|---|---|
| com.sun.enterprise.admin.util | |
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceCommandExecutor
Causes execution of an administrative command on one or more remote instances to be
triggered from code running inside the DAS.
|
class |
InstanceRestCommandExecutor
Causes execution of an administrative command on one or more remote instances to be
triggered from code running inside the DAS.
|
| Modifier and Type | Method and Description |
|---|---|
Future<InstanceCommandResult> |
CommandThreadPool.submitJob(InstanceCommand ice,
InstanceCommandResult r) |
Future<InstanceCommandResult> |
InstanceStateService.submitJob(Server server,
InstanceCommand ice,
InstanceCommandResult r) |
Future<InstanceCommandResult> |
InstanceStateServiceImpl.submitJob(Server server,
InstanceCommand ice,
InstanceCommandResult r) |
| Modifier and Type | Method and Description |
|---|---|
InstanceCommand |
InstanceCommandResult.getInstanceCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceCommandResult.setInstanceCommand(InstanceCommand i) |
Copyright © 2019. All rights reserved.