Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The ConfigurablePofContext..::..PofConfig type exposes the following members.

Constructors

  NameDescription
Public methodConfigurablePofContext..::..PofConfig
Initializes a new instance of the ConfigurablePofContext..::..PofConfig class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldm_isInterfaceAllowed
true iff an interface name is acceptable in the configuration as the class of a user type.
Public fieldm_isReferenceEnabled
true iff POF Identity/Reference type support is enabled.
Public fieldm_isSubclassAllowed
true iff serialization of sub-classes is explicitly enabled.
Public fieldm_mapTypeIdByType
Once initialized, this references a non thread-safe map that contains mappings from .NET types to POF type identifiers.
Public fieldm_mapTypeIdByTypeName
Once initialized, this references a non thread-safe map that contains mappings from .NET type names to POF type identifiers.
Public fieldm_serByTypeId
An array of IPofSerializer objects, indexed by type identifier.
Public fieldm_typeByTypeId
An array of user Types, indexed by type identifier.
Public fieldm_xml
The XML configuration, if supplied by constructor.

See Also