org.rhq.core.domain.operation.composite
Class OperationScheduleComposite
java.lang.Object
org.rhq.core.domain.operation.composite.OperationScheduleComposite
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- GroupOperationScheduleComposite, ResourceOperationScheduleComposite
public abstract class OperationScheduleComposite
- extends Object
- implements Serializable
- See Also:
- Serialized Form
OperationScheduleComposite
protected OperationScheduleComposite()
OperationScheduleComposite
public OperationScheduleComposite(int id,
String jobName,
String jobGroup,
String operationName,
long operationNextFireTime)
getId
public int getId()
getJobId
public JobId getJobId()
getOperationName
public String getOperationName()
setOperationName
public void setOperationName(String operationName)
getOperationNextFireTime
public long getOperationNextFireTime()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.