Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The ConfigurablePofContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConfigurablePofContext()()()() |
Default constructor.
| |
| ConfigurablePofContext(Stream) |
Create a ConfigurablePofContext that will use the passed
configuration information.
| |
| ConfigurablePofContext(String) |
Create a ConfigurablePofContext that will load
configuration information from the specified locator.
| |
| ConfigurablePofContext(ConfigurablePofContext) |
Create a copy of ConfigurablePofContext from the given one.
| |
| ConfigurablePofContext(IXmlElement) |
Create a ConfigurablePofContext that will use the passed
configuration information.
|
Methods
| Name | Description | |
|---|---|---|
| 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.
| |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| GetType(Int32) |
Determine the type associated with the given user type
identifier.
| |
| GetTypeName |
Determine the name of the type associated with a user type
identifier.
| |
| GetUserTypeIdentifier(Object) |
Determine the user type identifier associated with the given
object.
| |
| GetUserTypeIdentifier(String) |
Determine the user type identifier associated with the given type
name.
| |
| GetUserTypeIdentifier(Type) |
Determine the user type identifier associated with the given
type.
| |
| GetUserTypeIdentifierInternal(String) |
Determine the user type identifier associated with the given type
name.
| |
| GetUserTypeIdentifierInternal(Type) |
Determine the user type identifier associated with the given
type.
| |
| Initialize |
Bind the ConfigurablePofContext to a URI of the
configuration file, resolving all type names, etc.
| |
| IsUserType(Object) |
Determine if the given object is of a user type known to this
IPofContext.
| |
| IsUserType(String) |
Determine if the type with the given name is a user type known to
this IPofContext.
| |
| IsUserType(Type) |
Determine if the given type is a user type known to this
IPofContext.
| |
| 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
| Name | Description | |
|---|---|---|
| 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.
|