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

java.lang.Object
  extended by org.rhq.core.domain.operation.composite.OperationScheduleComposite
      extended by org.rhq.core.domain.operation.composite.ResourceOperationScheduleComposite
All Implemented Interfaces:
Serializable

public class ResourceOperationScheduleComposite
extends OperationScheduleComposite

See Also:
Serialized Form

Constructor Summary
ResourceOperationScheduleComposite(int id, String jobName, String jobGroup, String operationName, long operationNextFireTime, int resourceId, int resourceTypeId, String resourceName, String ancestry)
           
 
Method Summary
 String getAncestry()
           
 int getResourceId()
           
 String getResourceName()
           
 int getResourceTypeId()
           
 String toString()
           
 
Methods inherited from class org.rhq.core.domain.operation.composite.OperationScheduleComposite
getId, getJobId, getOperationName, getOperationNextFireTime, setOperationName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceOperationScheduleComposite

public ResourceOperationScheduleComposite(int id,
                                          String jobName,
                                          String jobGroup,
                                          String operationName,
                                          long operationNextFireTime,
                                          int resourceId,
                                          int resourceTypeId,
                                          String resourceName,
                                          String ancestry)
Method Detail

getResourceId

public int getResourceId()

getResourceName

public String getResourceName()

getResourceTypeId

public int getResourceTypeId()

getAncestry

public String getAncestry()

toString

public String toString()
Overrides:
toString in class OperationScheduleComposite


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.