Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler
Interface MetadataServiceHandle

All Superinterfaces:
java.io.Serializable

public interface MetadataServiceHandle
extends java.io.Serializable

Handle for accessing the metadata service.

The MetadataService is exposed as a Stateless Session EJB. All calls to the service must be made via the local interface of the corresponding stateless session EJB.

When the service is invoked within a client's transactional context, it is necessary to store the required state across multiple calls to the stateless session EJB. Clients can achieve this by obtaining an handle to the service via a call to the open method and then passing it in every subsequent method calls. Finally, clients must call the close method to close the handle.

The handle stores the necessary state to support transactional boundary across multiple method calls. The implementation of MetadataServiceHandle interface depends upon the implementation of the MetadataService interface.


Method Summary
 void dispose()
          Dispose all the resources hold by this handle.
 java.util.Locale getLocale()
          retrieve the locale info associated with this session

 

Method Detail

getLocale

java.util.Locale getLocale()
retrieve the locale info associated with this session

dispose

void dispose()
Dispose all the resources hold by this handle.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.