Package com.sun.corba.ee.spi.orb
Class ORBVersionFactory
java.lang.Object
com.sun.corba.ee.spi.orb.ORBVersionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ORBVersion
byteToVersion
(byte value) static ORBVersion
create
(InputStream is) static ORBVersion
static ORBVersion
static ORBVersion
getNEW()
static ORBVersion
getNEWER()
static ORBVersion
getOLD()
static ORBVersion
Return the current version of this ORBstatic ORBVersion
getPEORB()
-
Constructor Details
-
ORBVersionFactory
private ORBVersionFactory()
-
-
Method Details
-
getFOREIGN
-
getOLD
-
getNEW
-
getJDK1_3_1_01
-
getNEWER
-
getPEORB
-
getORBVersion
Return the current version of this ORB- Returns:
- ORB version
-
create
-
byteToVersion
-