|
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 | |||||||
java.lang.Object
com.tangosol.io.pof.ConfigurablePofContext.PofConfig
protected static class ConfigurablePofContext.PofConfig
The information related to the configuration of a particular PofContext for a specific URI and ClassLoader.
| Field Summary | |
|---|---|
java.lang.ref.WeakReference[] |
m_aClzByTypeIdAn array of WeakReferences to user type classes, indexed by type identifier. |
PofSerializer[] |
m_aserByTypeIdAn array of PofSerializer objects, indexed by type identifier. |
boolean |
m_fInterfaceAllowedTrue iff an interface name is acceptable in the configuration as the class of a user type. |
boolean |
m_fReferenceEnabledTrue iff POF Identity/Reference type support is enabled. |
boolean |
m_fSubclassAllowedTrue iff serialization of sub-classes is explicitly enabled. |
java.util.Map |
m_mapClassNameByTypeIdOnce initialized, this references a thread-safe Map that contains mappings from POF type identifiers (wrapped as Integer objects) to Java class names. |
java.util.Map |
m_mapTypeIdByClassOnce initialized, this references a thread-safe Map that contains mappings from Java classes to POF type identifiers (wrapped as Integer objects). |
java.util.Map |
m_mapTypeIdByClassNameOnce initialized, this references a thread-safe Map that contains mappings from Java class names to POF type identifiers (wrapped as Integer objects). |
| Constructor Summary | |
|---|---|
protected |
ConfigurablePofContext.PofConfig() |
| Field Detail |
|---|
public java.util.Map m_mapTypeIdByClass
public java.util.Map m_mapTypeIdByClassName
public java.lang.ref.WeakReference[] m_aClzByTypeId
public PofSerializer[] m_aserByTypeId
public boolean m_fInterfaceAllowed
public boolean m_fSubclassAllowed
public boolean m_fReferenceEnabled
public java.util.Map m_mapClassNameByTypeId
| Constructor Detail |
|---|
protected ConfigurablePofContext.PofConfig()
|
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 | |||||||