Uses of Class
org.rhq.enterprise.server.exception.ScheduleException

Packages that use ScheduleException
org.rhq.enterprise.server.operation   
org.rhq.enterprise.server.webservices   
 

Uses of ScheduleException in org.rhq.enterprise.server.operation
 

Methods in org.rhq.enterprise.server.operation that throw ScheduleException
 int OperationManagerLocal.scheduleGroupOperation(Subject subject, GroupOperationSchedule schedule)
          Schedules a Resource group operation for execution.
 int OperationManagerBean.scheduleGroupOperation(Subject subject, GroupOperationSchedule schedule)
           
 GroupOperationSchedule OperationManagerLocal.scheduleGroupOperation(Subject subject, int groupId, int[] executionOrderResourceIds, boolean haltOnFailure, String operationName, Configuration parameters, long delay, long repeatInterval, int repeatCount, int timeout, String description)
          #see {@link OperationManagerRemote#scheduleGroupOperation
 GroupOperationSchedule OperationManagerBean.scheduleGroupOperation(Subject subject, int groupId, int[] executionOrderResourceIds, boolean haltOnFailure, String operationName, Configuration parameters, long delay, long repeatInterval, int repeatCount, int timeout, String description)
           
 GroupOperationSchedule OperationManagerRemote.scheduleGroupOperation(Subject subject, int groupId, int[] executionOrderResourceIds, boolean haltOnFailure, String operationName, Configuration parameters, long delay, long repeatInterval, int repeatCount, int timeout, String description)
           
 ResourceOperationSchedule OperationManagerLocal.scheduleResourceOperation(Subject subject, int resourceId, String operationName, long delay, long repeatInterval, int repeatCount, int timeout, Configuration parameters, String description)
          Schedules an operation for execution on the given resource.
 ResourceOperationSchedule OperationManagerBean.scheduleResourceOperation(Subject subject, int resourceId, String operationName, long delay, long repeatInterval, int repeatCount, int timeout, Configuration parameters, String notes)
           
 ResourceOperationSchedule OperationManagerRemote.scheduleResourceOperation(Subject subject, int resourceId, String operationName, long delay, long repeatInterval, int repeatCount, int timeout, Configuration parameters, String description)
          Schedules an operation for execution on the given resource.
 int OperationManagerBean.scheduleResourceOperation(Subject subject, ResourceOperationSchedule schedule)
           
 

Uses of ScheduleException in org.rhq.enterprise.server.webservices
 

Methods in org.rhq.enterprise.server.webservices that throw ScheduleException
 GroupOperationSchedule WebservicesManagerBean.scheduleGroupOperation(Subject subject, int groupId, int[] executionOrderResourceIds, boolean haltOnFailure, String operationName, Configuration parameters, long delay, long repeatInterval, int repeatCount, int timeout, String description)
           
 ResourceOperationSchedule WebservicesManagerBean.scheduleResourceOperation(Subject subject, int resourceId, String operationName, long delay, long repeatInterval, int repeatCount, int timeout, Configuration parameters, String description)
           
 



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