Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


oracle.eclipselink.coherence.integrated.internal.cache
Class CoherenceAdaptor

java.lang.Object
  extended by oracle.eclipselink.coherence.integrated.internal.cache.CoherenceAdaptor

Direct Known Subclasses:
Coherence35Adaptor

public class CoherenceAdaptor
extends java.lang.Object

Purpose: Coherence 3.5.1 introduced new APIs for acquiring a named cache scoped to a particular application. This adaptor allows us to access the older APIs.

Since:
Oracle TopLink 11g (11.1.1.2.0)
Author:
gyorke

Constructor Summary
CoherenceAdaptor()
           

 

Method Summary
 com.tangosol.net.NamedCache getNamedCache(ClassDescriptor descriptor, Session session)
          Lookup the Coherence NamedCache for a provided descriptor.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CoherenceAdaptor

public CoherenceAdaptor()

Method Detail

getNamedCache

public com.tangosol.net.NamedCache getNamedCache(ClassDescriptor descriptor,
                                                 Session session)
Lookup the Coherence NamedCache for a provided descriptor.
Parameters:
descriptor -
session - used to access the default class-loader for the lookup
Returns:

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.