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

The SafeConfigurablePofContext type exposes the following members.

Properties

  NameDescription
Config
IXmlElement holding configuration information.
(Inherited from ConfigurablePofContext.)
ConfigLocation
Obtain the location of the configuration that the ConfigurablePofContext used to configure itself.
(Inherited from ConfigurablePofContext.)
IsInitialized
Determine if the ConfigurablePofContext has completed its initialization.
(Inherited from ConfigurablePofContext.)
IsInterfaceAllowed
Determine if the ConfigurablePofContext supports the configuration of user types by specifying an interface (instead of a class) for the .NET type.
(Inherited from ConfigurablePofContext.)
IsReferenceEnabled
Determine if Identity/Reference type support is enabled for this ConfigurablePofContext.
(Inherited from 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.
(Inherited from ConfigurablePofContext.)

See Also