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

The ConfigurablePofContext type exposes the following members.

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