Show / Hide Table of Contents

Class StreamProviderFactory

Provides a mechanism for creating StreamProviders.

Inheritance
object
StreamProviderFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Tangosol.Net
Assembly: Coherence.dll
Syntax
public static class StreamProviderFactory

Methods

CreateProvider(IXmlElement)

Create the configured IStreamProvider used to provide a network stream.

Declaration
public static IStreamProvider CreateProvider(IXmlElement xml)
Parameters
Type Name Description
IXmlElement xml

An IXmlElement containing configuraiton for the StreamProviderFactory.

Returns
Type Description
IStreamProvider

An IStreamProvider.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.