Uses of Interface
org.glassfish.api.admin.Job
Packages that use Job
-
Uses of Job in org.glassfish.api.admin
Classes in org.glassfish.api.admin with type parameters of type JobModifier and TypeInterfaceDescriptioninterfaceCommandInvocation<T extends Job>CommandInvocation defines a command excecution context like the requested name of the command to execute, the parameters of the command, etc...interfaceCommandRunner<T extends Job>CommandRunner is a service that allows you to run administrative commands.interfaceJobManager<T extends Job>This is the contract for the JobManagerService The JobManager will be responsible for 1. generating unique ids for jobs 2. serving as a registry for jobs 3. creating thread pools for jobs 4.removing expired jobsstatic classJobManager.Checkpoint<T extends Job>Container for checkpoint related objectsMethods in org.glassfish.api.admin with parameters of type JobModifier and TypeMethodDescriptionvoidCommandAspectBase.done(T ann, AdminCommand command, Job instance) Execute when command is finished successfully or not.voidCommandAspectFacade.done(AdminCommand command, Job instance) Execute when command is finished successfully or not.voidCommandAspectImpl.done(T ann, AdminCommand command, Job instance) Execute when command is finished successfully or not.voidCommandAspectBase.init(T ann, AdminCommand command, AdminCommandContext context, Job instance) Execute when command is just completely initialized, i..e injected with parameters.voidCommandAspectImpl.init(T ann, AdminCommand command, AdminCommandContext context, Job instance) Execute when command is just completely initialized, i..e injected with parameters.