Package com.sun.corba.ee.impl.util
Class ORBProperties
- java.lang.Object
-
- com.sun.corba.ee.impl.util.ORBProperties
-
public class ORBProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ORB_CLASS
static java.lang.String
ORB_SINGLETON_CLASS
-
Constructor Summary
Constructors Constructor Description ORBProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
ORB_CLASS
public static final java.lang.String ORB_CLASS
- See Also:
- Constant Field Values
-
ORB_SINGLETON_CLASS
public static final java.lang.String ORB_SINGLETON_CLASS
- See Also:
- Constant Field Values
-
-