org.pentaho.di.cluster
Class SlaveConnectionManager

java.lang.Object
  extended by org.pentaho.di.cluster.SlaveConnectionManager

public class SlaveConnectionManager
extends Object

Encapsulates the Apache commons HTTP connection manager with a singleton. We can use this to limit the number of open connections to slave servers.

Author:
matt

Method Summary
 org.apache.commons.httpclient.HttpClient createHttpClient()
           
static SlaveConnectionManager getInstance()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SlaveConnectionManager getInstance()

createHttpClient

public org.apache.commons.httpclient.HttpClient createHttpClient()

shutdown

public void shutdown()