Uses of Interface
org.glassfish.api.admin.Job

Packages that use Job
Package
Description
Admin commands in GlassFish
  • Uses of Job in org.glassfish.api.admin

    Classes in org.glassfish.api.admin with type parameters of type Job
    Modifier and Type
    Interface
    Description
    interface 
    CommandInvocation defines a command excecution context like the requested name of the command to execute, the parameters of the command, etc...
    interface 
    CommandRunner<T extends Job>
    CommandRunner is a service that allows you to run administrative commands.
    interface 
    JobManager<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 jobs
    static class 
    Container for checkpoint related objects
    Methods in org.glassfish.api.admin with parameters of type Job
    Modifier and Type
    Method
    Description
    void
    CommandAspectBase.done(T ann, AdminCommand command, Job instance)
    Execute when command is finished successfully or not.
    void
    CommandAspectFacade.done(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.
    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.