org.rhq.core.domain.operation
Class ResourceOperationScheduleEntity

java.lang.Object
  extended by org.rhq.core.domain.operation.OperationScheduleEntity
      extended by org.rhq.core.domain.operation.ResourceOperationScheduleEntity
All Implemented Interfaces:
Serializable

public class ResourceOperationScheduleEntity
extends OperationScheduleEntity

Information on a specific operation schedule on a particular resource.

See Also:
Serialized Form

Field Summary
static String QUERY_DELETE_BY_RESOURCES
           
static String QUERY_FIND_BY_RESOURCE_ID
           
 
Fields inherited from class org.rhq.core.domain.operation.OperationScheduleEntity
QUERY_FIND_BY_JOB_ID, QUERY_GET_SCHEDULE_GROUP, QUERY_GET_SCHEDULE_GROUP_ADMIN, QUERY_GET_SCHEDULE_RESOURCE, QUERY_GET_SCHEDULE_RESOURCE_ADMIN
 
Constructor Summary
protected ResourceOperationScheduleEntity()
           
  ResourceOperationScheduleEntity(String jobName, String jobGroup, Date nextFireTime, Resource resource)
           
 
Method Summary
 Resource getResource()
           
 void setResource(Resource resource)
           
 String toString()
           
 
Methods inherited from class org.rhq.core.domain.operation.OperationScheduleEntity
equals, getJobGroup, getJobId, getJobName, hashCode, setJobGroup, setJobName, setNextFireTime, setNextFireTime
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

QUERY_DELETE_BY_RESOURCES

public static final String QUERY_DELETE_BY_RESOURCES
See Also:
Constant Field Values

QUERY_FIND_BY_RESOURCE_ID

public static final String QUERY_FIND_BY_RESOURCE_ID
See Also:
Constant Field Values
Constructor Detail

ResourceOperationScheduleEntity

protected ResourceOperationScheduleEntity()

ResourceOperationScheduleEntity

public ResourceOperationScheduleEntity(String jobName,
                                       String jobGroup,
                                       Date nextFireTime,
                                       Resource resource)
Method Detail

getResource

public Resource getResource()

setResource

public void setResource(Resource resource)

toString

public String toString()
Overrides:
toString in class OperationScheduleEntity


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