|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.eclipselink.coherence.integrated.internal.cache.CoherenceAdaptor
oracle.eclipselink.coherence.integrated.internal.cache.Coherence35Adaptor
public class Coherence35Adaptor
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.
| 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 |
|---|
public Coherence35Adaptor()
| Method Detail |
|---|
public com.tangosol.net.NamedCache getNamedCache(ClassDescriptor descriptor,
Session session)
getNamedCache in class CoherenceAdaptordescriptor -session - used to access the default class-loader for the lookup
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||