Interface IOperationalContext
IOperationalConetxt is an interface for providing Oracle Coherence operational configuration.
Namespace: Tangosol.Net
Assembly: Coherence.dll
Syntax
public interface IOperationalContext
Properties
AddressProviderMap
A dictionary of address provider factories.
Declaration
IDictionary AddressProviderMap { get; }
Property Value
Type | Description |
---|---|
IDictionary | A dictionary of IAddressProviderFactory objects keyed by name. |
DiscoveryTimeToLive
The TTL for multicast based discovery.
Declaration
int DiscoveryTimeToLive { get; }
Property Value
Type | Description |
---|---|
int |
Edition
The product edition.
Declaration
int Edition { get; }
Property Value
Type | Description |
---|---|
int | The product edition. |
EditionName
The product edition in a formatted string.
Declaration
string EditionName { get; }
Property Value
Type | Description |
---|---|
string | The product edition in a formatted string. |
FilterMap
A dictionary of network filter factories.
Declaration
IDictionary FilterMap { get; }
Property Value
Type | Description |
---|---|
IDictionary | A dictionary of IWrapperStreamFactory objects keyed by filter name. |
IdentityAsserter
An IIdentityAsserter that can be used to establish a user's identity.
Declaration
IIdentityAsserter IdentityAsserter { get; }
Property Value
Type | Description |
---|---|
IIdentityAsserter | The IIdentityAsserter. |
IdentityTransformer
An IIdentityTransformer that can be used to transform an IPrincipal into an identity assertion.
Declaration
IIdentityTransformer IdentityTransformer { get; }
Property Value
Type | Description |
---|---|
IIdentityTransformer | The IIdentityTransformer. |
IsPrincipalScopingEnabled
Indicates if principal scoping is enabled.
Declaration
bool IsPrincipalScopingEnabled { get; }
Property Value
Type | Description |
---|---|
bool | true if principal scoping is enabled. |
LocalMember
An IMember object representing this process.
Declaration
IMember LocalMember { get; }
Property Value
Type | Description |
---|---|
IMember | The local IMember. |
LogCharacterLimit
The maximum number of characters for a logger daemon to queue before truncating.
Declaration
int LogCharacterLimit { get; }
Property Value
Type | Description |
---|---|
int | The maximum number of characters for a logger daemon to queue before truncating. |
LogDestination
The destination for log messages.
Declaration
string LogDestination { get; }
Property Value
Type | Description |
---|---|
string | The destination for log messages. |
LogLevel
The logging severity level.
Declaration
int LogLevel { get; }
Property Value
Type | Description |
---|---|
int | The loggng severity level. |
LogMessageFormat
The log message format.
Declaration
string LogMessageFormat { get; }
Property Value
Type | Description |
---|---|
string | The log message format. |
LogName
The name of the logger.
Declaration
string LogName { get; }
Property Value
Type | Description |
---|---|
string | The name of the logger. |
SerializerMap
A dictionary of serializer factories.
Declaration
IDictionary SerializerMap { get; }
Property Value
Type | Description |
---|---|
IDictionary | A dictionary of ISerializerFactory objects keyed by serializer name. |