Searched refs:ORBSingleton (Results 1 - 3 of 3) sorted by relevance

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/internal/corba/
H A DORBSingleton.java32 public class ORBSingleton extends com.sun.corba.se.impl.orb.ORBSingleton class in inherits:com.sun.corba.se.impl.orb.ORBSingleton
34 public ORBSingleton() method in class:ORBSingleton
/openjdk9/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DORB.java175 * the classes for this alternative ORBSingleton are available on the application's class path.
348 (className.equals("com.sun.corba.se.impl.orb.ORBSingleton"))) {
349 singleton = new com.sun.corba.se.impl.orb.ORBSingleton();
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orb/
H A DORBSingleton.java135 public class ORBSingleton extends ORB class in inherits:ORB
344 throw new SecurityException("ORBSingleton: access denied");
348 throw new SecurityException("ORBSingleton: access denied");
352 throw new SecurityException("ORBSingleton: access denied");
356 throw new SecurityException("ORBSingleton: access denied");
360 throw new SecurityException("ORBSingleton: access denied");
364 throw new SecurityException("ORBSingleton: access denied");
370 throw new SecurityException("ORBSingleton: access denied");
374 throw new SecurityException("ORBSingleton: access denied");
378 throw new SecurityException("ORBSingleton
[all...]

Completed in 46 milliseconds