Class PAdapter

java.lang.Object
com.gigaspaces.lrmi.nio.PAdapter
All Implemented Interfaces:
ProtocolAdapter<CPeer>

public class PAdapter extends Object implements ProtocolAdapter<CPeer>
An NIO based implementation of LRMI Protocol Adapter The basic design is as follows: There will be a single 'pivot' object at the server side, that will act as a local proxy for all server peers in the server JVM. The pivot is in charge of all connection management and invocation dispatching. See Pivot documentation for more details.
Since:
4.0
Author:
Igor Goldenberg