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

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

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 and is used as the primary key to the OperationScheduleEntity entities.
 

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



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.