Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

oracle.apps.fnd.applcp.util
Class ESSContext

java.lang.Object
  extended by oracle.apps.fnd.applcp.util.ESSContext

public class ESSContext
extends java.lang.Object

Describe class ESSContext here. Created: Fri Jun 22 11:45:02 2007

Version:
1.0
Author:
Ramkarthik Kalyanasundaram

Constructor Summary
ESSContext()
          Creates a new ESSContext instance.
 
Method Summary
static oracle.as.scheduler.MetadataService getMetadataService()
          Get a handle to the MetadataService
static oracle.as.scheduler.RuntimeService getRuntimeService()
          Get a handle to the RuntimeService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESSContext

public ESSContext()
Creates a new ESSContext instance.

Method Detail

getMetadataService

public static oracle.as.scheduler.MetadataService getMetadataService()
                                                              throws oracle.as.scheduler.MetadataServiceException
Get a handle to the MetadataService

Returns:
the ESS metadata service
Throws:
javax.naming.NamingException - if an error occurs looking up the service
javax.ejb.CreateException - if an error occurs while creating the service
oracle.as.scheduler.MetadataServiceException

getRuntimeService

public static oracle.as.scheduler.RuntimeService getRuntimeService()
                                                            throws oracle.as.scheduler.RuntimeServiceException
Get a handle to the RuntimeService.

Returns:
the ESS runtime service
Throws:
javax.naming.NamingException - if an error occurs looking up the service
javax.ejb.CreateException - if an error occurs while creating the service
oracle.as.scheduler.RuntimeServiceException

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.