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