Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Uses of Class
oracle.as.scheduler.NotAllowedException

Packages that use NotAllowedException
oracle.as.scheduler Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService. 

 

Uses of NotAllowedException in oracle.as.scheduler

 

Methods in oracle.as.scheduler that throw NotAllowedException
 void RuntimeService.deleteRequest(RuntimeServiceHandle handle, long requestId)
          Marks a submitted request as deleted.
 void RuntimeService.holdRequest(RuntimeServiceHandle handle, long requestId)
          Withholds further processing of a request that is in WAIT or READY state.
 void RuntimeService.purgeRequest(RuntimeServiceHandle handle, long requestId)
          Deprecated. As of 11.1.1.3.0(D8B4) Purge not supported via runtime API. Always throws NotAllowedException
 void RuntimeService.releaseRequest(RuntimeServiceHandle handle, long requestId)
          Releases a request from the HOLD state.

 


Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.