Modifier and Type | Method and Description |
---|---|
static Object |
CDRInputStream_1_0.internalIORToObject(IOR ior,
PresentationManager.StubFactory stubFactory,
ORB orb) |
Modifier and Type | Class and Description |
---|---|
class |
IORImpl
An IOR is represented as a list of profiles.
|
Modifier and Type | Method and Description |
---|---|
IOR |
IORTemplateListImpl.makeIOR(ORB orb,
String typeid,
ObjectId oid) |
IOR |
IORTemplateImpl.makeIOR(ORB orb,
String typeid,
ObjectId oid) |
Modifier and Type | Method and Description |
---|---|
boolean |
IORImpl.isEquivalent(IOR ior) |
Modifier and Type | Method and Description |
---|---|
static IOR |
ORBUtility.connectAndGetIOR(ORB orb,
Object obj)
Obtains an IOR for the object reference obj, first connecting it to the ORB if necessary.
|
static IOR |
ORBUtility.getIOR(Object obj)
This method obtains an IOR from a CORBA object reference.
|
Modifier and Type | Method and Description |
---|---|
static byte |
ORBUtility.getEncodingVersion(ORB orb,
IOR ior) |
static CorbaClientDelegate |
ORBUtility.makeClientDelegate(IOR ior) |
static Object |
ORBUtility.makeObjectReference(IOR ior)
This method is used to create untyped object references.
|
Modifier and Type | Method and Description |
---|---|
IOR |
ReplyMessage_1_2.getIOR() |
IOR |
ReplyMessage_1_1.getIOR() |
IOR |
ReplyMessage_1_0.getIOR() |
IOR |
LocateReplyOrReplyMessage.getIOR() |
IOR |
LocateReplyMessage_1_2.getIOR() |
IOR |
LocateReplyMessage_1_1.getIOR() |
IOR |
LocateReplyMessage_1_0.getIOR() |
Modifier and Type | Method and Description |
---|---|
static LocateReplyMessage |
MessageBase.createLocateReply(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
int locate_status,
IOR ior) |
static ReplyMessage |
MessageBase.createReply(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
int reply_status,
ServiceContexts service_contexts,
IOR ior) |
static RequestMessage |
MessageBase.createRequest(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
boolean response_expected,
IOR ior,
short addrDisp,
String operation,
ServiceContexts service_contexts,
Principal requesting_principal) |
void |
ReplyMessage_1_2.setIOR(IOR ior) |
void |
ReplyMessage_1_1.setIOR(IOR ior) |
void |
ReplyMessage_1_0.setIOR(IOR ior) |
void |
ReplyMessage.setIOR(IOR newIOR) |
Modifier and Type | Method and Description |
---|---|
static IOR |
IORFactories.getIOR(Object obj) |
static IOR |
IORFactories.makeIOR(InputStream is)
Read an IOR from an InputStream.
|
static IOR |
IORFactories.makeIOR(ORB orb)
Create an empty IOR for the given orb with a null typeid.
|
static IOR |
IORFactories.makeIOR(ORB orb,
String typeid)
Create an empty IOR for the given orb and typeid.
|
IOR |
IORFactory.makeIOR(ORB orb,
String typeid,
ObjectId oid)
Construct an IOR containing the given ORB, typeid, and ObjectId.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IOR.isEquivalent(IOR ior)
Return true if this IOR is equivalent to ior.
|
static Object |
IORFactories.makeObjectReference(IOR ior) |
Modifier and Type | Method and Description |
---|---|
static GIOPVersion |
GIOPVersion.chooseRequestVersion(ORB orb,
IOR ior)
This chooses the appropriate GIOP version.
|
Modifier and Type | Method and Description |
---|---|
SocketInfo |
ORBSocketFactory.getEndPointInfo(ORB orb,
IOR ior,
SocketInfo socketInfo)
DEPRECATED.
|
Modifier and Type | Method and Description |
---|---|
abstract IOR |
ORB.getFVDCodeBaseIOR() |
Modifier and Type | Method and Description |
---|---|
IOR |
CorbaMessageMediator.getForwardedIOR() |
IOR |
ForwardException.getIOR() |
IOR |
CorbaServerRequestDispatcher.locate(ObjectKey key)
Handle a locate request.
|
Modifier and Type | Method and Description |
---|---|
LocalClientRequestDispatcher |
LocalClientRequestDispatcherFactory.create(int id,
IOR ior) |
CorbaMessageMediator |
CorbaProtocolHandler.createLocationForward(CorbaMessageMediator messageMediator,
IOR ior,
ServiceContexts svc) |
Constructor and Description |
---|
ForwardException(ORB orb,
IOR ior) |
Modifier and Type | Method and Description |
---|---|
IOR |
CorbaConnection.getCodeBaseIOR() |
IOR |
CorbaContactInfoList.getEffectiveTargetIOR() |
IOR |
CorbaContactInfoList.getTargetIOR() |
Modifier and Type | Method and Description |
---|---|
CorbaContactInfoList |
CorbaContactInfoListFactory.create(IOR ior) |
List<Object> |
IORToSocketInfo.getSocketInfo(IOR ior)
Used to extract socket address information from an IOR.
|
void |
CorbaConnection.setCodeBaseIOR(IOR ior) |
void |
CorbaContactInfoList.setEffectiveTargetIOR(IOR locatedIor) |
void |
CorbaContactInfoList.setTargetIOR(IOR ior) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.