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(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.operation.bean.GroupOperationSchedule schedule)
          Schedules a Resource group operation for execution.
 int OperationManagerBean.scheduleGroupOperation(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.operation.bean.GroupOperationSchedule schedule)
           
 org.rhq.core.domain.operation.bean.GroupOperationSchedule OperationManagerLocal.scheduleGroupOperation(org.rhq.core.domain.auth.Subject subject, int groupId, int[] executionOrderResourceIds, boolean haltOnFailure, String operationName, org.rhq.core.domain.configuration.Configuration parameters, long delay, long repeatInterval, int repeatCount, int timeout, String description)
          #see {@link OperationManagerRemote#scheduleGroupOperation
 org.rhq.core.domain.operation.bean.GroupOperationSchedule OperationManagerRemote.scheduleGroupOperation(org.rhq.core.domain.auth.Subject subject, int groupId, int[] executionOrderResourceIds, boolean haltOnFailure, String operationName, org.rhq.core.domain.configuration.Configuration parameters, long delay, long repeatInterval, int repeatCount, int timeout, String description)
           
 org.rhq.core.domain.operation.bean.GroupOperationSchedule OperationManagerBean.scheduleGroupOperation(org.rhq.core.domain.auth.Subject subject, int groupId, int[] executionOrderResourceIds, boolean haltOnFailure, String operationName, org.rhq.core.domain.configuration.Configuration parameters, long delay, long repeatInterval, int repeatCount, int timeout, String description)
           
 org.rhq.core.domain.operation.bean.ResourceOperationSchedule OperationManagerLocal.scheduleResourceOperation(org.rhq.core.domain.auth.Subject subject, int resourceId, String operationName, long delay, long repeatInterval, int repeatCount, int timeout, org.rhq.core.domain.configuration.Configuration parameters, String description)
          Schedules an operation for execution on the given resource.
 org.rhq.core.domain.operation.bean.ResourceOperationSchedule OperationManagerRemote.scheduleResourceOperation(org.rhq.core.domain.auth.Subject subject, int resourceId, String operationName, long delay, long repeatInterval, int repeatCount, int timeout, org.rhq.core.domain.configuration.Configuration parameters, String description)
          Schedules an operation for execution on the given resource.
 org.rhq.core.domain.operation.bean.ResourceOperationSchedule OperationManagerBean.scheduleResourceOperation(org.rhq.core.domain.auth.Subject subject, int resourceId, String operationName, long delay, long repeatInterval, int repeatCount, int timeout, org.rhq.core.domain.configuration.Configuration parameters, String notes)
           
 int OperationManagerBean.scheduleResourceOperation(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.operation.bean.ResourceOperationSchedule schedule)
           
 

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

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



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