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

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

public class GroupOperationScheduleComposite
extends OperationScheduleComposite

Provides some information on a compatible group's scheduled operation.

See Also:
Serialized Form

Constructor Summary
GroupOperationScheduleComposite(String jobName, String jobGroup, String operationName, long operationNextFireTime, int groupId, String groupName, String groupResourceTypeName)
           
 
Method Summary
 int getGroupId()
           
 String getGroupName()
           
 String getGroupResourceTypeName()
           
 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

GroupOperationScheduleComposite

public GroupOperationScheduleComposite(String jobName,
                                       String jobGroup,
                                       String operationName,
                                       long operationNextFireTime,
                                       int groupId,
                                       String groupName,
                                       String groupResourceTypeName)
Method Detail

getGroupId

public int getGroupId()

getGroupName

public String getGroupName()

getGroupResourceTypeName

public String getGroupResourceTypeName()

toString

public String toString()
Overrides:
toString in class OperationScheduleComposite


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