Class ProtocolRegistry

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,ProtocolAdapter<?>>
com.gigaspaces.lrmi.ProtocolRegistry
All Implemented Interfaces:
Serializable, Cloneable, Map<String,ProtocolAdapter<?>>

public class ProtocolRegistry extends HashMap<String,ProtocolAdapter<?>>
The ProtocolRegistry maps between LRMI Protocol names to Protocol Adapters. Each Protocol Adapter in an LRMI environment must have a unique name. A Protocol Adapter must be registered in the Protocol Registry before it can be used by an application. The Protocol Registry initializes some protocols provided as arguments to init() with appropriate side ProtocolAdapter.Side.
Since:
4.0
Author:
Igor Goldenberg
See Also: