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

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

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

Methods in org.rhq.enterprise.server.operation that throw UnscheduleException
 void OperationManagerRemote.unscheduleGroupOperation(Subject subject, java.lang.String jobId, int resourceGroupId)
          Unschedules the group operation identified with the given job ID.
 void OperationManagerLocal.unscheduleGroupOperation(Subject subject, java.lang.String jobId, int resourceGroupId)
          #see {@link OperationManagerRemote#unscheduleGroupOperation(Subject, String, PageControl)
 void OperationManagerBean.unscheduleGroupOperation(Subject subject, java.lang.String jobId, int resourceGroupId)
           
 void OperationManagerRemote.unscheduleResourceOperation(Subject subject, java.lang.String jobId, int resourceId)
          Unschedules the resource operation identified with the given job ID.
 void OperationManagerLocal.unscheduleResourceOperation(Subject subject, java.lang.String jobId, int resourceId)
          Unschedules the resource operation identified with the given job ID.
 void OperationManagerBean.unscheduleResourceOperation(Subject subject, java.lang.String jobId, int resourceId)
           
 

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

Methods in org.rhq.enterprise.server.webservices that throw UnscheduleException
 void WebservicesManagerBean.unscheduleGroupOperation(Subject subject, java.lang.String jobId, int resourceGroupId)
           
 void WebservicesManagerBean.unscheduleResourceOperation(Subject subject, java.lang.String jobId, int resourceId)
           
 



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