|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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 | |
---|---|
WeakReference[] |
m_arefClassByTypeId
An array of WeakReferences to user type classes, indexed by type identifier. |
PofSerializer[] |
m_aserByTypeId
An array of PofSerializer objects, indexed by type identifier. |
Map |
m_mapTypeIdByClass
Once initialized, this references a thread-safe Map that contains mappings from Java classes to POF type identifiers (wrapped as Integer objects). |
Map |
m_mapTypeIdByClassName
Once initialized, this references a thread-safe Map that contains mappings from Java class names to POF type identifiers (wrapped as Integer objects). |
XmlElement |
m_xml
The XML configuration, if supplied by constructor, or by the XmlConfigurable interface. |
Constructor Summary | |
---|---|
protected |
ConfigurablePofContext.PofConfig()
|
Field Detail |
---|
public XmlElement m_xml
public Map m_mapTypeIdByClass
public Map m_mapTypeIdByClassName
public WeakReference[] m_arefClassByTypeId
public PofSerializer[] m_aserByTypeId
Constructor Detail |
---|
protected ConfigurablePofContext.PofConfig()
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |