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 OperationManagerLocal.unscheduleGroupOperation(org.rhq.core.domain.auth.Subject subject, String jobId, int resourceGroupId)
          see OperationManagerRemote.unscheduleGroupOperation(org.rhq.core.domain.auth.Subject, String, int)
 void OperationManagerRemote.unscheduleGroupOperation(org.rhq.core.domain.auth.Subject subject, String jobId, int resourceGroupId)
          Unschedules the group operation identified with the given job ID.
 void OperationManagerBean.unscheduleGroupOperation(org.rhq.core.domain.auth.Subject subject, String jobId, int resourceGroupId)
           
 void OperationManagerLocal.unscheduleResourceOperation(org.rhq.core.domain.auth.Subject subject, String jobId, int resourceId)
          Unschedules the resource operation identified with the given job ID.
 void OperationManagerRemote.unscheduleResourceOperation(org.rhq.core.domain.auth.Subject subject, String jobId, int resourceId)
          Unschedules the resource operation identified with the given job ID.
 void OperationManagerBean.unscheduleResourceOperation(org.rhq.core.domain.auth.Subject subject, 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(org.rhq.core.domain.auth.Subject subject, String jobId, int resourceGroupId)
           
 void WebservicesManagerBean.unscheduleResourceOperation(org.rhq.core.domain.auth.Subject subject, String jobId, int resourceId)
           
 



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