Uses of Class
org.rhq.core.domain.operation.JobId

Packages that use JobId
org.rhq.core.domain.criteria   
org.rhq.core.domain.operation   
org.rhq.core.domain.operation.bean   
org.rhq.core.domain.operation.composite   
 

Uses of JobId in org.rhq.core.domain.criteria
 

Methods in org.rhq.core.domain.criteria with parameters of type JobId
 void OperationHistoryCriteria.addFilterJobId(JobId filterJobId)
           
 

Uses of JobId in org.rhq.core.domain.operation
 

Subclasses of JobId in org.rhq.core.domain.operation
 class HistoryJobId
          Simple object that encapsulates the individual pieces of data that make up an individual invocation of an operation job ID.
 class ScheduleJobId
          This class is a mutable version of JobId, which represents the unique identifier of the Quartz job for a scheduled RHQ operation.
 

Methods in org.rhq.core.domain.operation that return JobId
 JobId OperationScheduleEntity.getJobId()
          The single job ID which identifies this specific schedule.
 

Uses of JobId in org.rhq.core.domain.operation.bean
 

Methods in org.rhq.core.domain.operation.bean that return JobId
 JobId OperationSchedule.getJobId()
          The single job ID which identifies the operation.
 

Uses of JobId in org.rhq.core.domain.operation.composite
 

Methods in org.rhq.core.domain.operation.composite that return JobId
 JobId OperationScheduleComposite.getJobId()
           
 



Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.