Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
oracle.as.scheduler.async |
Classes for use by asynchronous jobs.
|
oracle.as.scheduler.core | |
oracle.as.scheduler.request |
Request Log and Output Content API.
|
oracle.as.scheduler.substitution |
Support for substitution on environment, configuration, execution context, and parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyExistsException
Exception to indicate an object being created already exists in the system.
|
class |
ConcurrentUpdateException
Exception thrown when the metadata API detects concurrent update on a
metadata object.
|
class |
ConstraintException
Exception to indicate violation of a system enforced constraint.
|
class |
ExecutionBizErrorException
Exception used by the
Executable interface to indicate
a business error condition was encountered during execution. |
class |
ExecutionCancelledException
Exception used by the
Executable interface to indicate
execution cancelled. |
class |
ExecutionErrorException
Exception used by the
Executable interface to indicate
an error condition was encountered during execution. |
class |
ExecutionManualRecoveryException
Exception indicating a status that can only be recovered using manual
intervention.
|
class |
ExecutionPausedException
Exception used by the
Executable interface to indicate request
execution should be paused to allow submitted sub-requests to execute. |
class |
ExecutionWarningException
Exception used by the
Executable interface to indicate
a warning condition was encountered during execution. |
class |
IllegalArgumentException
Exception used when one or more arguments to a method are incorrect
or invalid.
|
class |
IllegalStateException
Exception used when system or request state to perform and operation
is incorrect or invalid.
|
class |
InvalidPropertyException
Exception used to indicate that a property in the list of constrainable
properties is invalid.
|
class |
MetadataIllegalOperationException
Exception used by the
MetadataService to indicate illegal
operations. |
class |
MetadataNotFoundException
Exception used to indicate a metadata object is not found.
|
class |
MetadataServiceAccessControlException
Exception used by the
MetadataService to indicate permission
or security related errors. |
class |
MetadataServiceException
Exception used by
MetadataService to indicate system errors. |
class |
NotAllowedException
Exception used to indicate that a specific operation is not allowed
for the given set of arguments.
|
class |
NotFoundException
Exception used to indicate that the requested object is not found
in the system.
|
class |
RequestNotFoundException
Exception that indicates the request is not found in the system.
|
class |
RollbackException
Thrown when the a transactional operation is invoked and the
transaction has been marked as rollback only.
|
class |
RuntimeIllegalOperationException
Exception that indicates an operation on a request is illegal.
|
class |
RuntimeServiceAccessControlException
Exception used by the
RuntimeService to indicate permission
or security related errors. |
class |
RuntimeServiceException
Exception used by
RuntimeService to indicate system errors. |
class |
RuntimeStoreAccessException
Exception used to indicate an error accessing or performing an operation
on the Enterprise Scheduler runtime store.
|
class |
RuntimeStoreLockException
Exception used to indicate that an Enterprise Scheduler runtime store
lock could not be obtained.
|
class |
SchedulerUserAssertionException
Base class for Enterprise Scheduler user authentication exceptions.
|
class |
UnsupportedOperationException
Exception used to indicate that an operation is not supported.
|
class |
ValidationException
Exception used to indicate a failed validation.
|
Constructor and Description |
---|
RemoteAsyncHelper(RequestExecutionContext context,
RequestParameters params) |
RemoteAsyncHelper(RequestExecutionContext context,
RequestParameters params,
Context jndiContext) |
RemoteAsyncHelper(RequestExecutionContext context,
RequestParameters params,
Context jndiContext,
String jndiMapName) |
RemoteAsyncHelper(RequestExecutionContext context,
RequestParameters params,
String asyncReqBeanMapName) |
RemoteAsyncHelper(RequestExecutionContext context,
RequestParameters params,
String username,
char[] password) |
Modifier and Type | Class and Description |
---|---|
class |
oracle.as.scheduler.core.EssCoreException |
Modifier and Type | Method and Description |
---|---|
AsyncRequestBeanRemote |
RemoteConnector.getAsyncRequestEJB(RequestParameters params)
Returns the stub of AsyncRequestBean through JNDI lookup
on remote ESS server.
|
AsyncRequestBeanRemote |
RemoteConnector.getAsyncRequestEJB(RequestParameters params,
String jndiMappedName)
Returns the stub of AsyncRequestBean through JNDI lookup
on remote ESS server.
|
Context |
RemoteConnector.getInitialContext(RequestParameters params)
Returns an context of ESS server for JNDI lookup.
|
MetadataServiceRemote |
RemoteConnector.getMetadataServiceEJB(RequestParameters params)
Returns the stub of MetadataServiceBean through JNDI lookup
on remote ESS server.
|
MetadataServiceRemote |
RemoteConnector.getMetadataServiceEJB(RequestParameters params,
String jndiMappedName)
Returns the stub of MetadataServiceBean through JNDI lookup
on remote ESS server.
|
RuntimeServiceRemote |
RemoteConnector.getRuntimeServiceEJB(RequestParameters params)
Returns the stub of RuntimeServiceBean through JNDI lookup
on remote ESS server.
|
RuntimeServiceRemote |
RemoteConnector.getRuntimeServiceEJB(RequestParameters params,
String jndiMappedName)
Returns the stub of RuntimeServiceBean through JNDI lookup
on remote ESS server.
|
oracle.security.jps.service.credstore.PasswordCredential |
RemoteConnector.lookupCredentials(String csfKey)
Lookup the Key in Key store
|
Constructor and Description |
---|
RemoteContentHelper(RequestExecutionContext context,
RequestParameters params)
Creates a remote helper for request content.
|
RemoteContentHelper(RequestExecutionContext context,
RequestParameters params,
RuntimeService runtime)
Creates a remote helper for request content using the given
RuntimeService.
|
Modifier and Type | Class and Description |
---|---|
class |
SubstitutionException |