| Package | Description |
|---|---|
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| Modifier and Type | Method and Description |
|---|---|
Job |
JobCreator.createJob(String id,
String scope,
String name,
Subject subject,
boolean isManagedJob,
ParameterMap parameters) |
Job |
JobManager.get(String id)
This method is used to get a job by its id
|
Job |
JobManager.Checkpoint.getJob() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Job> |
JobManager.getJobs()
This method will return the list of jobs in the job registry
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandAspectFacade.done(AdminCommand command,
Job instance)
Execute when command is finished successfully or not.
|
static void |
CommandSupport.done(org.glassfish.hk2.api.ServiceLocator serviceLocator,
AdminCommand command,
Job instance) |
static void |
CommandSupport.done(org.glassfish.hk2.api.ServiceLocator serviceLocator,
AdminCommand command,
Job instance,
boolean isNotify)
Execute aspects when command is finished successfully or not.
|
void |
CommandAspectBase.done(T ann,
AdminCommand command,
Job instance)
Execute when command is finished successfully or not.
|
void |
CommandAspectImpl.done(T ann,
AdminCommand command,
Job instance)
Execute when command is finished successfully or not.
|
static void |
CommandSupport.init(org.glassfish.hk2.api.ServiceLocator serviceLocator,
AdminCommand command,
AdminCommandContext context,
Job instance)
Execute aspects when command is just completely initialized, i..e
injected with parameters.
|
void |
CommandAspectBase.init(T ann,
AdminCommand command,
AdminCommandContext context,
Job instance)
Execute when command is just completely initialized, i..e
injected with parameters.
|
void |
CommandAspectImpl.init(T ann,
AdminCommand command,
AdminCommandContext context,
Job instance)
Execute when command is just completely initialized, i..e
injected with parameters.
|
void |
JobManager.registerJob(Job instance)
This method will register the job in the job registry
|
| Constructor and Description |
|---|
Checkpoint(Job job,
AdminCommand command,
AdminCommandContext context) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.