oracle.apps.fnd.applcp.request.exec
Class ExtJobContext
java.lang.Object
oracle.apps.fnd.applcp.request.exec.ExtJobContext
- All Implemented Interfaces:
- oracle.as.scheduler.extensions.JobContextExtensions
public class ExtJobContext
- extends java.lang.Object
- implements oracle.as.scheduler.extensions.JobContextExtensions
! HISTORY:
!
! MODIFIED (MM/DD/YY) (Bug #) (Description)
! aweisber 08/16/11 - JobContextExtensions class created for Extended
! Mode
! aweisber - 07/17/11 - - Created.
!
Nested classes/interfaces inherited from interface oracle.as.scheduler.extensions.JobContextExtensions |
oracle.as.scheduler.extensions.JobContextExtensions.RequestStage |
Method Summary |
protected boolean |
canLog(java.util.logging.Level level)
Check if log message can be written to the ODL log at a particular level. |
void |
cleanupJobContext(long RequestId,
oracle.as.scheduler.extensions.JobContextExtensions.RequestStage requestStage)
|
java.util.Map<java.lang.String,java.lang.String> |
getApplicationEnv()
|
void |
initializeJobContext(long requestId,
oracle.as.scheduler.extensions.JobContextExtensions.RequestStage requestStage)
|
void |
terminateJobContext(long RequestId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtJobContext
public ExtJobContext()
initializeJobContext
public void initializeJobContext(long requestId,
oracle.as.scheduler.extensions.JobContextExtensions.RequestStage requestStage)
throws java.lang.Exception
- Specified by:
initializeJobContext
in interface oracle.as.scheduler.extensions.JobContextExtensions
- Throws:
java.lang.Exception
cleanupJobContext
public void cleanupJobContext(long RequestId,
oracle.as.scheduler.extensions.JobContextExtensions.RequestStage requestStage)
throws java.lang.Exception
- Specified by:
cleanupJobContext
in interface oracle.as.scheduler.extensions.JobContextExtensions
- Throws:
java.lang.Exception
terminateJobContext
public void terminateJobContext(long RequestId)
throws java.lang.Exception
- Specified by:
terminateJobContext
in interface oracle.as.scheduler.extensions.JobContextExtensions
- Throws:
java.lang.Exception
getApplicationEnv
public java.util.Map<java.lang.String,java.lang.String> getApplicationEnv()
throws java.lang.Exception
- Specified by:
getApplicationEnv
in interface oracle.as.scheduler.extensions.JobContextExtensions
- Throws:
java.lang.Exception
canLog
protected boolean canLog(java.util.logging.Level level)
- Check if log message can be written to the ODL log at a particular level.
- Parameters:
level
- a Level
value
- Returns:
- a
boolean
value
Copyright © 2012 Oracle. All Rights Reserved.