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

/openjdk7/jdk/test/java/rmi/registry/altSecurityManager/
H A DAltSecurityManager.java31 * @run main/othervm AltSecurityManager
42 public class AltSecurityManager implements Runnable { class in inherits:Runnable
55 public AltSecurityManager(int port) { method in class:AltSecurityManager
95 Thread thread = new Thread(new AltSecurityManager(port));

Completed in 28 milliseconds