Class ServiceSchemeRegistry

java.lang.Object
com.tangosol.coherence.config.ServiceSchemeRegistry
All Implemented Interfaces:
Iterable<ServiceScheme>

public class ServiceSchemeRegistry extends Object implements Iterable<ServiceScheme>
A ServiceSchemeRegistry provides a mechanism manage a collection of ServiceSchemes together with the ability to search the registry for said ServiceSchemes, either by name or service name.

ServiceSchemeRegistrys are Iterable, the order of iteration being the order in which the ServiceSchemes where added to the said ServiceSchemeRegistry.

Since:
Coherence 12.1.2
Author:
bo 2012.05.02