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

The DefaultOperationalContext type exposes the following members.

Constructors

  NameDescription
DefaultOperationalContextOverloaded.

Methods

  NameDescription
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.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LoadDefaultOperationalConfig
Load and return the default XML operational configuration.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
DEFAULT_EDITION_NAME
The default edition name.

Properties

  NameDescription
Config
The current configuration of the object.
DefaultOperationalConfig
The default XML configuration used when one isn't explicitly passed in the constructor for this class.
DefaultOperationalConfigResource
The IResource for the default XML configuration used when one isn't explicitly passed in the constructor for this class.
Edition
The product edition.
EditionName
The product edition in a formatted string.
FilterMap
A dictionary of network filter factories.
IdentityAsserter
An IIdentityAsserter that can be used to establish a user's identity.
IdentityTransformer
An IIdentityTransformer that can be used to transform an IPrincipal into an identity assertion.
IsPrincipalScopingEnabled
Indicates if principal scoping is enabled.
LocalMember
An IMember object representing this process.
LogCharacterLimit
The maximum number of characters for a logger daemon to queue before truncating.
LogDestination
The destination for log messages.
LogLevel
The logging severity level.
LogMessageFormat
The log message format.
LogName
The name of the logger.

See Also