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 ORBVersionObjectKeyTemplateBase. versionMethods in com.sun.corba.ee.impl.ior that return ORBVersion Modifier and Type Method Description ORBVersionObjectKeyTemplateBase. getORBVersion()ORBVersionOldPOAObjectKeyTemplate. getORBVersion()ORBVersionWireObjectKeyTemplate. getORBVersion()Methods in com.sun.corba.ee.impl.ior with parameters of type ORBVersion Modifier and Type Method Description voidObjectKeyTemplateBase. 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 ORBVersionIIOPProfileImpl. 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 classORBVersionImplFields in com.sun.corba.ee.impl.orb declared as ORBVersion Modifier and Type Field Description static ORBVersionORBVersionImpl. FOREIGNstatic ORBVersionORBVersionImpl. JDK1_3_1_01static ORBVersionORBVersionImpl. NEWstatic ORBVersionORBVersionImpl. NEWERstatic ORBVersionORBVersionImpl. OLDstatic ORBVersionORBVersionImpl. PEORBFields in com.sun.corba.ee.impl.orb with type parameters of type ORBVersion Modifier and Type Field Description private java.lang.ThreadLocal<ORBVersion>ORBImpl. orbVersionThreadLocalMethods in com.sun.corba.ee.impl.orb that return ORBVersion Modifier and Type Method Description ORBVersionORBImpl. getORBVersion()ORBVersionORBSingleton. getORBVersion()Methods in com.sun.corba.ee.impl.orb with parameters of type ORBVersion Modifier and Type Method Description intORBVersionImpl. compareTo(ORBVersion obj)booleanORBVersionImpl. lessThan(ORBVersion version)voidORBImpl. setORBVersion(ORBVersion verObj)voidORBSingleton. 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 ORBVersionORBVersionServiceContextImpl. versionMethods in com.sun.corba.ee.impl.servicecontext that return ORBVersion Modifier and Type Method Description ORBVersionORBVersionServiceContextImpl. 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 ORBVersionObjectKeyTemplate. 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 ORBVersionIIOPProfile. 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 ORBVersionORBVersionFactory. byteToVersion(byte value)static ORBVersionORBVersionFactory. create(InputStream is)static ORBVersionORBVersionFactory. getFOREIGN()static ORBVersionORBVersionFactory. getJDK1_3_1_01()static ORBVersionORBVersionFactory. getNEW()static ORBVersionORBVersionFactory. getNEWER()static ORBVersionORBVersionFactory. getOLD()abstract ORBVersionORB. getORBVersion()Returns the implementation version of the ORBstatic ORBVersionORBVersionFactory. getORBVersion()Return the current version of this ORBstatic ORBVersionORBVersionFactory. getPEORB()Methods in com.sun.corba.ee.spi.orb with parameters of type ORBVersion Modifier and Type Method Description booleanORBVersion. lessThan(ORBVersion version)abstract voidORB. 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 ORBVersionServiceContextDefaults. orbVersionMethods in com.sun.corba.ee.spi.servicecontext that return ORBVersion Modifier and Type Method Description ORBVersionORBVersionServiceContext. getVersion()
-