Uses of Interface
org.glassfish.api.admin.Job
-
Packages that use Job Package Description com.sun.enterprise.v3.admin com.sun.enterprise.v3.admin.commands All the general utility admin commands may be placed in this package.org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of Job in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin that implement Job Modifier and Type Class Description classAdminCommandInstanceImplRepresents running (or finished) command instance.Methods in com.sun.enterprise.v3.admin that return Job Modifier and Type Method Description JobJobCreatorService. createJob(String id, String scope, String name, Subject subject, boolean isManagedJob, ParameterMap parameters)This will create a new job with the name of command and a new unused id for the jobJobJobManagerService. get(String id)This will return a job associated with the idMethods in com.sun.enterprise.v3.admin that return types with arguments of type Job Modifier and Type Method Description Iterator<Job>JobManagerService. getJobs()This returns all the jobs in the registryMethods in com.sun.enterprise.v3.admin with parameters of type Job Modifier and Type Method Description static CheckpointHelper.CheckpointFilenameCheckpointHelper.CheckpointFilename. createAttachment(Job job, String attachmentId)static CheckpointHelper.CheckpointFilenameCheckpointHelper.CheckpointFilename. createBasic(Job job)<T extends Serializable>
TCheckpointHelper. loadAttachment(Job job, String attachmentId)voidJobManagerService. registerJob(Job job)This adds the jobsvoidCheckpointHelper. saveAttachment(Serializable data, Job job, String attachmentId) -
Uses of Job in com.sun.enterprise.v3.admin.commands
Fields in com.sun.enterprise.v3.admin.commands declared as Job Modifier and Type Field Description protected JobAttachCommand. attachedMethods in com.sun.enterprise.v3.admin.commands with parameters of type Job Modifier and Type Method Description voidAttachCommand. attach(Job attached, JobInfo jobInfo, AdminCommandContext context, String jobName)protected booleanListJobsCommand. checkScope(Job job)protected booleanListJobsCommand. isJobEligible(Job job)protected booleanListJobsCommand. isSingleJobOK(Job singleJob) -
Uses of Job in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return Job Modifier and Type Method Description JobJobCreator. createJob(String id, String scope, String name, Subject subject, boolean isManagedJob, ParameterMap parameters)JobJobManager. get(String id)This method is used to get a job by its idJobJobManager.Checkpoint. getJob()Methods in org.glassfish.api.admin that return types with arguments of type Job Modifier and Type Method Description Iterator<Job>JobManager. getJobs()This method will return the list of jobs in the job registryMethods in org.glassfish.api.admin with parameters of type Job Modifier and Type Method Description voidCommandAspectBase. 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.static voidCommandSupport. done(org.glassfish.hk2.api.ServiceLocator serviceLocator, AdminCommand command, Job instance)static voidCommandSupport. done(org.glassfish.hk2.api.ServiceLocator serviceLocator, AdminCommand command, Job instance, boolean isNotify)Execute aspects 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.static voidCommandSupport. 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.voidJobManager. registerJob(Job instance)This method will register the job in the job registryConstructors in org.glassfish.api.admin with parameters of type Job Constructor Description Checkpoint(Job job, AdminCommand command, AdminCommandContext context)
-