Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The ConfigurablePofContext type exposes the following members.

Constructors

  NameDescription
ConfigurablePofContextOverloaded.

Methods

  NameDescription
AppendDefaultSerializerToUserTypes
Process <default-serializer> element from specified xml configuration and appends information about serializer to each <user-type> element within <user-type-list> unless user type already has serializer specified.
CheckNotInitialized
Verify that the ConfigurablePofContext has not already been initialized.
CreatePofConfig
Create a ConfigurablePofContext..::.PofConfig object based on a configuration that was either provided as XML, or can be loaded from the specified (or default) URI.
Deserialize
Deserialize an object from a stream by reading its state using the specified DataReader object.
EnsureInitialized
Fully initialize the ConfigurablePofContext if it has not already been initialized.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInheritedUserTypeIdentifier
Helper method for determining the user type identifier associated with a given class that does not have a direct configured association.
GetPofConfig
Obtain the ConfigurablePofContext..::.PofConfig that represents the initialized state of the ConfigurablePofContext.
GetPofSerializer
Return an IPofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.
GetSerializer
Returns serializer for user type specified by xmlType.
GetTypeOverloaded.
GetTypeName
Determine the name of the type associated with a user type identifier.
GetUserTypeIdentifierOverloaded.
GetUserTypeIdentifierInternalOverloaded.
Initialize
Bind the ConfigurablePofContext to a URI of the configuration file, resolving all type names, etc.
IsUserTypeOverloaded.
LoadDefaultPofConfig
Load and return the default XML POF configuration.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ResolveType
Returns Type specified by xmlType with configuration information.
Serialize
Serialize an object to a stream by writing its state using the specified DataWriter object.
ThrowException
Assemble and throw an informative exception based on the passed details.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Config
IXmlElement holding configuration information.
ConfigLocation
Obtain the location of the configuration that the ConfigurablePofContext used to configure itself.
DefaultPofConfig
The default XML configuration used when one isn't explicitly passed in the constructor for this class.
DefaultPofConfigResource
The IResource for the default XML configuration used when one isn't explicitly passed in the constructor for this class.
IsInitialized
Determine if the ConfigurablePofContext has completed its initialization.
IsInterfaceAllowed
Determine if the ConfigurablePofContext supports the configuration of user types by specifying an interface (instead of a class) for the .NET type.
IsReferenceEnabled
Determine if Identity/Reference type support is enabled for this ConfigurablePofContext.
IsSubclassAllowed
Determine if the ConfigurablePofContext supports the serialization of an object that is an instance of a sub-class of a configured type, but not actually an instance of a class of a configured type.

See Also