Click or drag to resize

DefaultOperationalContext Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
The DefaultOperationalContext provides an IOperationalContext with information optained from XML in coherence.xsd format and default values.
Inheritance Hierarchy
SystemObject
  Tangosol.NetDefaultOperationalContext

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public class DefaultOperationalContext : IOperationalContext

The DefaultOperationalContext type exposes the following members.

Constructors
  NameDescription
Public methodDefaultOperationalContext
Construct a new DefaultOperationalContext.
Public methodDefaultOperationalContext(IXmlElement)
Construct a new DefaultOperationalContext.
Top
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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.)
Top
Fields
  NameDescription
Public fieldStatic memberDEFAULT_EDITION_NAME
The default edition name.
Top
See Also