Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The ConfigurableAddressProvider type exposes the following members.

Methods

  NameDescription
Accept
This method should be called by the client immediately after it determines that it can successfully use an address returned by the NextAddress.
Configure
Configure this ConfigurableAddressProvider based on the specified XML.
CreateAddressProvider
Instantiate an IAddressProvider configured using an XML that conforms to the following format:
            <xs:choice>
            <xs:element ref="socket-address" maxOccurs="unbounded"/>
            <xs:element ref="address-provider"/>
            </xs:choice>
            
where socket-address is defined as follows:
            <xs:sequence>
            <xs:element ref="address"/>
            <xs:element ref="port"/>
            </xs:sequence>
            
and address-provider is defined as follows:
            <xs:choice>
            <xs:element ref="class-name"/>
            <xs:sequence>
            <xs:element ref="class-factory-name"/>
            <xs:element ref="method-name"/>
            </xs:sequence>
            </xs:choice>
            <xs:element ref="init-params" minOccurs="0"/>
            
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Reject
This method should be called by the client immediately after it determines that an attempt to use an address returned by the NextAddress has failed.
ResetOverloaded.
SortHolders
Sort the holders in the order to be returned by the getNextAddress method. This implementation randomizes the holder list for simple load balancing.
ToString
Return a string representation of this ConfigurableAddressProvider.
(Overrides Object..::.ToString()()().)

See Also