Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The DefaultOperationalContext type exposes the following members.

Constructors

  NameDescription
Public methodDefaultOperationalContext()()()()
Construct a new DefaultOperationalContext.
Public methodDefaultOperationalContext(IXmlElement)
Construct a new DefaultOperationalContext.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodStatic memberLoadDefaultOperationalConfig
Load and return the default XML operational configuration.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberDEFAULT_EDITION_NAME
The default edition name.

Properties

  NameDescription
Public propertyAddressProviderMap
A dictionary of address provider factories.
Public propertyConfig
The current configuration of the object.
Public propertyStatic memberDefaultOperationalConfig
The default XML configuration used when one isn't explicitly passed in the constructor for this class.
Public propertyStatic memberDefaultOperationalConfigResource
The IResource for the default XML configuration used when one isn't explicitly passed in the constructor for this class.
Public propertyDiscoveryTimeToLive
The TTL for multicast based discovery.
Public propertyEdition
The product edition.
Public propertyEditionName
The product edition in a formatted string.
Public propertyFilterMap
A dictionary of network filter factories.
Public propertyIdentityAsserter
An IIdentityAsserter that can be used to establish a user's identity.
Public propertyIdentityTransformer
An IIdentityTransformer that can be used to transform an IPrincipal into an identity assertion.
Public propertyIsPrincipalScopingEnabled
Indicates if principal scoping is enabled.
Public propertyLocalMember
An IMember object representing this process.
Public propertyLogCharacterLimit
The maximum number of characters for a logger daemon to queue before truncating.
Public propertyLogDestination
The destination for log messages.
Public propertyLogLevel
The logging severity level.
Public propertyLogMessageFormat
The log message format.
Public propertyLogName
The name of the logger.
Public propertySerializerMap
A dictionary of serializer factories.

See Also