Class JMapServerRemoteConnectionPool

java.lang.Object
com.kheops.util.KObjectPool<JMapConnection>
com.kheops.jmap.net.JMapServerRemoteConnectionPool
All Implemented Interfaces:
KSchedulerClient

public class JMapServerRemoteConnectionPool extends KObjectPool<JMapConnection>
A class that manages a pool of connections to remote instance of JMapServer. A unique session is opened on the remote server and it is available through the method getSessionId() to be used by all connections of the pool.