|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface ExternalizableHelper.XmlBeanClassCache
An interface for caching class reference by integer ID values.
| Method Summary | |
|---|---|
java.lang.Class |
getClass(int nId, java.lang.ClassLoader loader)Look up the class for the specified ID. |
int |
getClassId(java.lang.Class clz)Look up the class ID for the specified class. |
void |
init(com.tangosol.run.xml.XmlElement xml)Initialize the XmlBeanClassCache. |
| Method Detail |
|---|
void init(com.tangosol.run.xml.XmlElement xml)
xml - the XML configuration for the cacheint getClassId(java.lang.Class clz)
clz - the class to look up
java.lang.Class getClass(int nId,
java.lang.ClassLoader loader)
nId - the class IDloader - the ClassLoader for the class to load
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||