Package | Description |
---|---|
com.sun.corba.se.impl.oa.poa | |
com.sun.corba.se.impl.oa.toa | |
com.sun.corba.se.impl.orb | |
com.sun.corba.se.impl.protocol | |
com.sun.corba.se.spi.oa | |
com.sun.corba.se.spi.orb |
Modifier and Type | Method and Description |
---|---|
void |
POAImpl.getInvocationServant(OAInvocationInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
TOAImpl.getInvocationServant(OAInvocationInfo info)
Get the servant for the request given by the parameters.
|
Modifier and Type | Method and Description |
---|---|
OAInvocationInfo |
ORBSingleton.peekInvocationInfo() |
OAInvocationInfo |
ORBImpl.peekInvocationInfo() |
OAInvocationInfo |
ORBSingleton.popInvocationInfo() |
OAInvocationInfo |
ORBImpl.popInvocationInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ORBSingleton.pushInvocationInfo(OAInvocationInfo info) |
void |
ORBImpl.pushInvocationInfo(OAInvocationInfo info) |
Modifier and Type | Method and Description |
---|---|
protected OAInvocationInfo |
ServantCacheLocalCRDBase.getCachedInfo() |
Modifier and Type | Method and Description |
---|---|
OAInvocationInfo |
ObjectAdapter.makeInvocationInfo(byte[] objectId)
Create an instance of InvocationInfo that is appropriate for this
Object adapter.
|
OAInvocationInfo |
ObjectAdapterBase.makeInvocationInfo(byte[] objectId) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectAdapter.getInvocationServant(OAInvocationInfo info)
Get the servant for the request given by the parameters.
|
abstract void |
ObjectAdapterBase.getInvocationServant(OAInvocationInfo info) |
Constructor and Description |
---|
OAInvocationInfo(OAInvocationInfo info,
String operation) |
Modifier and Type | Method and Description |
---|---|
abstract OAInvocationInfo |
ORB.peekInvocationInfo() |
abstract OAInvocationInfo |
ORB.popInvocationInfo() |
Modifier and Type | Method and Description |
---|---|
abstract void |
ORB.pushInvocationInfo(OAInvocationInfo info) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.