org.rhq.core.domain.operation.composite
Class OperationScheduleComposite

java.lang.Object
  extended by 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

Constructor Summary
OperationScheduleComposite(ScheduleJobId operationJobId, String operationName, long operationNextFireTime)
           
 
Method Summary
 ScheduleJobId getOperationJobId()
           
 String getOperationName()
           
 long getOperationNextFireTime()
           
 void setOperationName(String operationName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationScheduleComposite

public OperationScheduleComposite(ScheduleJobId operationJobId,
                                  String operationName,
                                  long operationNextFireTime)
Method Detail

getOperationJobId

public ScheduleJobId getOperationJobId()

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-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.