Class ORemoteConnectionManager

java.lang.Object
com.orientechnologies.orient.client.remote.ORemoteConnectionManager

public class ORemoteConnectionManager extends Object
Manages network connections against OrientDB servers. All the connection pools are managed in a Map<url,pool>, but in the future we could have a unique pool per sever and manage database connections over the protocol.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)