Searched defs:JSSProxy (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DJSSProxy.java25 * $Id: JSSProxy.java,v 1.6 2009/02/19 05:29:04 beomsuk Exp $
48 public class JSSProxy implements Runnable { class in inherits:Runnable
75 debug.error("JSSProxy: Unable to create server socket", e);
82 JSSProxy tempInstance = null;
86 tempInstance = new JSSProxy();
88 final JSSProxy finalInstance = tempInstance;
103 final JSSProxy instance = tempInstance;
109 debug.error("JSSProxy: Unable to run JSSProxy", e);
120 private JSSProxy() { method in class:JSSProxy
[all...]

Completed in 293 milliseconds