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 Coherence35Adaptor

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


public class Coherence35Adaptor
extends CoherenceAdaptor

Purpose: Coherence 3.5.1 introduced new APIs for acquiring a named cache scoped to a particular application. This adaptor allows us to access that API without breaking our usage of the older APIs.

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

Constructor Summary
Coherence35Adaptor()
           

 

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

Coherence35Adaptor

public Coherence35Adaptor()

Method Detail

getNamedCache

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

Skip navigation links

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