org.rhq.core.domain.operation.composite
Class GroupOperationScheduleComposite
java.lang.Object
org.rhq.core.domain.operation.composite.OperationScheduleComposite
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
GroupOperationScheduleComposite
public GroupOperationScheduleComposite(int id,
String jobName,
String jobGroup,
String operationName,
long operationNextFireTime,
int groupId,
String groupName,
String groupResourceTypeName)
getGroupId
public int getGroupId()
getGroupName
public String getGroupName()
getGroupResourceTypeName
public String getGroupResourceTypeName()
toString
public String toString()
- Overrides:
toString
in class OperationScheduleComposite
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.