| java.lang.Object com.sun.portal.netlet.client.common.SClientMgr
Constructor Summary | |
public | SClientMgr(int numProxies) |
Method Summary | |
public void | addconfig(String ruleName, int srcp, String srvp, String srvh, String tname, String ciphername) | public void | addproxy(String ruleName, int srcp, String srvp, String srvh, String tname, boolean trans, String ciphername, int keylength) | public Hashtable | getClientPorts() Create a Map with ruleName as key, set of ClientPorts as value. | public String | getFormattedClientPorts() | public synchronized void | notifyStart() Notify any events to the waiting threads. | public void | run() | public void | start() | public void | stop() | public void | stopProcessing() | public synchronized void | waitToStart() |
SClientMgr | public SClientMgr(int numProxies)(Code) | | |
getClientPorts | public Hashtable getClientPorts()(Code) | | Create a Map with ruleName as key, set of ClientPorts as value.
|
getFormattedClientPorts | public String getFormattedClientPorts()(Code) | | |
notifyStart | public synchronized void notifyStart()(Code) | | Notify any events to the waiting threads.
|
start | public void start()(Code) | | |
stopProcessing | public void stopProcessing()(Code) | | |
waitToStart | public synchronized void waitToStart()(Code) | | Wait until all the SClients are started
|
|
|