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 privateORBVersionFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static ORBVersionbyteToVersion(byte value)static ORBVersioncreate(InputStream is)static ORBVersiongetFOREIGN()static ORBVersiongetJDK1_3_1_01()static ORBVersiongetNEW()static ORBVersiongetNEWER()static ORBVersiongetOLD()static ORBVersiongetORBVersion()Return the current version of this ORBstatic ORBVersiongetPEORB()
-
-
-
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)
-
-