Package | Description |
---|---|
com.sun.corba.se.impl.ior | |
com.sun.corba.se.impl.ior.iiop | |
com.sun.corba.se.impl.orb | |
com.sun.corba.se.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
com.sun.corba.se.spi.ior.iiop | |
com.sun.corba.se.spi.orb | |
com.sun.corba.se.spi.servicecontext |
Modifier and Type | Method and Description |
---|---|
ORBVersion |
WireObjectKeyTemplate.getORBVersion() |
ORBVersion |
ObjectKeyTemplateBase.getORBVersion() |
ORBVersion |
OldPOAObjectKeyTemplate.getORBVersion() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectKeyTemplateBase.setORBVersion(ORBVersion version) |
Modifier and Type | Method and Description |
---|---|
ORBVersion |
IIOPProfileImpl.getORBVersion() |
Modifier and Type | Class and Description |
---|---|
class |
ORBVersionImpl |
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
ORBVersion |
ORBSingleton.getORBVersion() |
ORBVersion |
ORBImpl.getORBVersion() |
Modifier and Type | Method and Description |
---|---|
boolean |
ORBVersionImpl.lessThan(ORBVersion version) |
void |
ORBSingleton.setORBVersion(ORBVersion verObj) |
void |
ORBImpl.setORBVersion(ORBVersion verObj) |
Modifier and Type | Method and Description |
---|---|
ORBVersion |
ObjectKeyTemplate.getORBVersion() |
Modifier and Type | Method and Description |
---|---|
ORBVersion |
IIOPProfile.getORBVersion() |
Modifier and Type | Method and Description |
---|---|
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() |
static ORBVersion |
ORBVersionFactory.getORBVersion()
Return the current version of this ORB
|
static ORBVersion |
ORBVersionFactory.getPEORB() |
Modifier and Type | Method and Description |
---|---|
boolean |
ORBVersion.lessThan(ORBVersion version) |
abstract void |
ORB.setORBVersion(ORBVersion version) |
Modifier and Type | Method and Description |
---|---|
ORBVersion |
ORBVersionServiceContext.getVersion() |
Constructor and Description |
---|
ORBVersionServiceContext(ORBVersion ver) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.