|
Oracle® Coherence Java API Reference v3.5 E14977-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_arefClassByTypeIdAn 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_fSubclassAllowedTrue iff serialization of sub-classes is explicitly enabled. |
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). |
XmlElement |
m_xmlThe XML configuration, if supplied by constructor, or by the XmlConfigurable interface. |
| Constructor Summary | |
|---|---|
protected |
ConfigurablePofContext.PofConfig() |
| Field Detail |
|---|
public XmlElement m_xml
public java.util.Map m_mapTypeIdByClass
public java.util.Map m_mapTypeIdByClassName
public java.lang.ref.WeakReference[] m_arefClassByTypeId
public PofSerializer[] m_aserByTypeId
public boolean m_fInterfaceAllowed
public boolean m_fSubclassAllowed
| Constructor Detail |
|---|
protected ConfigurablePofContext.PofConfig()
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||