Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
Contains classes and interfaces used to establish a connection to a remote Coherence cluster and to access clustered services, such as caches and invocation services.
Classes
| Class | Description | |
|---|---|---|
| AbstractInvocable |
An abstract base for IInvocable and
IPriorityTask implementations.
| |
| AbstractPriorityTask |
An abstract base for IPriorityTask implementations.
| |
| CacheFactory |
Factory for the Oracle Coherence™ for .NET product.
| |
| CompressionFilter | Obsolete.
Provides a compression wrapper for an | |
| CompressionFilter..::.GZipInputStream |
Provides a wrapper around | |
| CompressionFilter..::.GZipOutputStream |
Provides a wrapper around | |
| ConfigurableAddressProvider |
ConfigurableAddressProvider is an implementation of the
IAddressProvider interface based on a static list of
addresses configured in an XML element that contains one or more
items in the following format:
<socket-address>
<address>...</address>
<port>...</port>
</socket-address>
| |
| ConfigurableAddressProvider..::.AddressHolder |
A stateful holder for an | |
| DefaultConfigurableCacheFactory |
The DefaultConfigurableCacheFactory provides a facility to
access caches declared in a "cache-config.xsd" compliant configuration
file.
| |
| DefaultConfigurableCacheFactory..::.CacheInfo |
A CacheInfo is a placeholder for cache attributes retrieved
during parsing the corresponding cache mapping element.
| |
| DefaultConfigurableCacheFactory..::.ClassSchemeParameterResolver |
An XmlHelper..::.IParameterResolver implementation used
by DefaultConfigurableCacheFactory when resolving class scheme
configuration.
| |
| DefaultOperationalContext |
The DefaultOperationalContext provides an IOperationalContext
with information optained from XML in coherence.xsd format and default
values.
| |
| LocalMember |
Simple IMember implementation used as "local" member
for RemoteService instances started by
IConfigurableCacheFactory.
| |
| MemberEventArgs |
An event which indicates that membership has changed.
| |
| RequestTimeoutException |
Signals that a request execution in a clustered environment did not
complete in a pre-determined amount of time.
| |
| SslStreamProvider |
Provide a secured network stream (SslStream) for a given connected TcpClient.
| |
| StreamProviderFactory |
Provides a mechanism for creating StreamProviders.
| |
| SystemStreamProvider |
Will retrun the default (unsecure) network stream.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IAddressProvider |
The IAddressProvider is an interface that serves as a means to
provide addresses to a consumer.
| |
| ICacheService |
An ICacheService is a service providing a collection of
named caches that hold resources.
| |
| IConfigurableCacheFactory |
An interface for XML-driven cache factory.
| |
| IInvocable |
An IInvocable object is a portable object that can be invoked on the
remote cluster member to which the client is connected and can
optionally register a return value for the invocation.
| |
| IInvocationService |
The IInvocationService is an IService for
delivering executable objects to a remote cluster member for
invocation.
| |
| IMember |
The IMember interface represents a process connected to or running
within a cluster.
| |
| INamedCache |
An INamedCache is an ICache that adds lifecycle management,
event support, concurrency control, the ability to query cache content,
and entry-targeted processing and aggregating operations.
| |
| IOperationalContext |
IOperationalConetxt is an interface for providing Oracle Coherence
operational configuration.
| |
| IPriorityTask |
The IPriorityTask interface allows to control the ordering in which a
service schedules tasks for execution using a thread pool and limit
their execution times to a specified duration.
| |
| IService |
This IService interface represents a controllable
service that operates in a clustered network environment.
| |
| IServiceInfo |
The IServiceInfo represents information about an IService.
| |
| IStreamProvider |
IStreamProvider provides an abstraction for configuring an getting
NetworkStreams for the TcpInitiator.
INetworkStreamFactories are provided by the StreamProviderFactory. |
Delegates
| Delegate | Description | |
|---|---|---|
| MemberEventHandler |
Represents the method that will handle member event.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| CacheFactory..::.LogLevel |
The logging level a message must meet or exceed in order to be
logged.
| |
| DefaultConfigurableCacheFactory..::.SchemeType |
Scheme type enumeration.
| |
| MemberEventType |
Member event type enumeration.
| |
| PriorityTaskScheduling |
IPriorityTask scheduling priority constants.
| |
| PriorityTaskTimeout |
IPriorityTask timeout constants.
| |
| ServiceType |
Service type constants.
|