Uses of Interface
com.sun.corba.ee.spi.orb.ORBVersion
-
Packages that use ORBVersion Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.ior.iiop com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.servicecontext com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding.com.sun.corba.ee.spi.ior.iiop com.sun.corba.ee.spi.orb com.sun.corba.ee.spi.servicecontext -
-
Uses of ORBVersion in com.sun.corba.ee.impl.ior
Fields in com.sun.corba.ee.impl.ior declared as ORBVersion Modifier and Type Field Description private ORBVersion
ObjectKeyTemplateBase. version
Methods in com.sun.corba.ee.impl.ior that return ORBVersion Modifier and Type Method Description ORBVersion
ObjectKeyTemplateBase. getORBVersion()
ORBVersion
OldPOAObjectKeyTemplate. getORBVersion()
ORBVersion
WireObjectKeyTemplate. getORBVersion()
Methods in com.sun.corba.ee.impl.ior with parameters of type ORBVersion Modifier and Type Method Description void
ObjectKeyTemplateBase. setORBVersion(ORBVersion version)
-
Uses of ORBVersion in com.sun.corba.ee.impl.ior.iiop
Methods in com.sun.corba.ee.impl.ior.iiop that return ORBVersion Modifier and Type Method Description ORBVersion
IIOPProfileImpl. getORBVersion()
-
Uses of ORBVersion in com.sun.corba.ee.impl.orb
Classes in com.sun.corba.ee.impl.orb that implement ORBVersion Modifier and Type Class Description class
ORBVersionImpl
Fields in com.sun.corba.ee.impl.orb declared as ORBVersion Modifier and Type Field Description static ORBVersion
ORBVersionImpl. FOREIGN
static ORBVersion
ORBVersionImpl. JDK1_3_1_01
static ORBVersion
ORBVersionImpl. NEW
static ORBVersion
ORBVersionImpl. NEWER
static ORBVersion
ORBVersionImpl. OLD
static ORBVersion
ORBVersionImpl. PEORB
Fields in com.sun.corba.ee.impl.orb with type parameters of type ORBVersion Modifier and Type Field Description private java.lang.ThreadLocal<ORBVersion>
ORBImpl. orbVersionThreadLocal
Methods in com.sun.corba.ee.impl.orb that return ORBVersion Modifier and Type Method Description ORBVersion
ORBImpl. getORBVersion()
ORBVersion
ORBSingleton. getORBVersion()
Methods in com.sun.corba.ee.impl.orb with parameters of type ORBVersion Modifier and Type Method Description int
ORBVersionImpl. compareTo(ORBVersion obj)
boolean
ORBVersionImpl. lessThan(ORBVersion version)
void
ORBImpl. setORBVersion(ORBVersion verObj)
void
ORBSingleton. setORBVersion(ORBVersion verObj)
-
Uses of ORBVersion in com.sun.corba.ee.impl.servicecontext
Fields in com.sun.corba.ee.impl.servicecontext declared as ORBVersion Modifier and Type Field Description private ORBVersion
ORBVersionServiceContextImpl. version
Methods in com.sun.corba.ee.impl.servicecontext that return ORBVersion Modifier and Type Method Description ORBVersion
ORBVersionServiceContextImpl. getVersion()
Constructors in com.sun.corba.ee.impl.servicecontext with parameters of type ORBVersion Constructor Description ORBVersionServiceContextImpl(ORBVersion ver)
-
Uses of ORBVersion in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return ORBVersion Modifier and Type Method Description ORBVersion
ObjectKeyTemplate. getORBVersion()
-
Uses of ORBVersion in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop that return ORBVersion Modifier and Type Method Description ORBVersion
IIOPProfile. getORBVersion()
-
Uses of ORBVersion in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return ORBVersion Modifier and Type Method Description private static ORBVersion
ORBVersionFactory. byteToVersion(byte value)
static ORBVersion
ORBVersionFactory. create(InputStream is)
static ORBVersion
ORBVersionFactory. getFOREIGN()
static ORBVersion
ORBVersionFactory. getJDK1_3_1_01()
static ORBVersion
ORBVersionFactory. getNEW()
static ORBVersion
ORBVersionFactory. getNEWER()
static ORBVersion
ORBVersionFactory. getOLD()
abstract ORBVersion
ORB. getORBVersion()
Returns the implementation version of the ORBstatic ORBVersion
ORBVersionFactory. getORBVersion()
Return the current version of this ORBstatic ORBVersion
ORBVersionFactory. getPEORB()
Methods in com.sun.corba.ee.spi.orb with parameters of type ORBVersion Modifier and Type Method Description boolean
ORBVersion. lessThan(ORBVersion version)
abstract void
ORB. setORBVersion(ORBVersion version)
-
Uses of ORBVersion in com.sun.corba.ee.spi.servicecontext
Fields in com.sun.corba.ee.spi.servicecontext declared as ORBVersion Modifier and Type Field Description private static ORBVersion
ServiceContextDefaults. orbVersion
Methods in com.sun.corba.ee.spi.servicecontext that return ORBVersion Modifier and Type Method Description ORBVersion
ORBVersionServiceContext. getVersion()
-