org.rhq.core.domain.operation
Class ResourceOperationScheduleEntity
java.lang.Object
org.rhq.core.domain.operation.OperationScheduleEntity
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
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
ResourceOperationScheduleEntity
protected ResourceOperationScheduleEntity()
ResourceOperationScheduleEntity
public ResourceOperationScheduleEntity(String jobName,
String jobGroup,
Date nextFireTime,
Resource resource)
getResource
public Resource getResource()
setResource
public void setResource(Resource resource)
toString
public String toString()
- Overrides:
toString
in class OperationScheduleEntity
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.