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(String jobName, String jobGroup, String operationName, long operationNextFireTime, int resourceId, String resourceName, String resourceTypeName)
           
 
Method Summary
 int getResourceId()
           
 String getResourceName()
           
 String getResourceTypeName()
           
 String toString()
           
 
Methods inherited from class org.rhq.core.domain.operation.composite.OperationScheduleComposite
getOperationJobId, 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(String jobName,
                                          String jobGroup,
                                          String operationName,
                                          long operationNextFireTime,
                                          int resourceId,
                                          String resourceName,
                                          String resourceTypeName)
Method Detail

getResourceId

public int getResourceId()

getResourceName

public String getResourceName()

getResourceTypeName

public String getResourceTypeName()

toString

public String toString()
Overrides:
toString in class OperationScheduleComposite


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