Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The ConfigurableAddressProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| 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"/>
| |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| 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.
| |
| Reset | Overloaded. | |
| 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 |