com.maverick.nio
Class ForwardingManager

java.lang.Object
  extended by com.maverick.nio.ForwardingManager

public abstract class ForwardingManager
extends Object


Field Summary
protected  Map forwardingFactories
           
protected  Map listeningPorts
           
 
Constructor Summary
ForwardingManager()
           
 
Method Summary
static ForwardingManager getInstance(Class forwardingManagerImpl)
          Get the singleton instance of a remote forwarding manager implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

forwardingFactories

protected Map forwardingFactories

listeningPorts

protected Map listeningPorts
Constructor Detail

ForwardingManager

public ForwardingManager()
Method Detail

getInstance

public static ForwardingManager getInstance(Class forwardingManagerImpl)
                                     throws IOException
Get the singleton instance of a remote forwarding manager implementation.

Parameters:
remoteForwardingManagerImpl - Class
Returns:
RemoteForwardingManager
Throws:
IOException


Copyright © 2012. All Rights Reserved.