Class ORBVersionFactory

java.lang.Object
com.sun.corba.ee.spi.orb.ORBVersionFactory

public class ORBVersionFactory extends Object
  • Constructor Details

    • ORBVersionFactory

      private ORBVersionFactory()
  • Method Details

    • 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)