| Package | Description |
|---|---|
| com.sun.corba.ee.impl.orb | |
| com.sun.corba.ee.impl.plugin.hwlb | |
| com.sun.corba.ee.impl.protocol | |
| com.sun.corba.ee.spi.orb |
| Modifier and Type | Class and Description |
|---|---|
class |
ORBImpl
The JavaIDL ORB implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ClientInvocationInfo |
ORBImpl.createOrIncrementInvocationInfo() |
boolean |
ORBImpl.isLocalServerId(int subcontractId,
int serverId) |
void |
ORBImpl.releaseOrDecrementInvocationInfo() |
| Modifier and Type | Class and Description |
|---|---|
class |
VirtualAddressAgentImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualAddressAgentImpl.components_established(IORInfo info) |
void |
VirtualAddressAgentImpl.configure(DataCollector dc,
ORB orb) |
void |
VirtualAddressAgentImpl.establish_components(IORInfo info) |
void |
VirtualAddressAgentImpl.post_init(ORBInitInfo info) |
void |
VirtualAddressAgentImpl.pre_init(ORBInitInfo info) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientDelegateImpl |
class |
ClientRequestDispatcherImpl
ClientDelegate is the RMI client-side subcontract or representation
It implements RMI delegate as well as our internal ClientRequestDispatcher
interface.
|
class |
FullServantCacheLocalCRDImpl |
class |
LocalClientRequestDispatcherBase |
class |
MessageMediatorImpl |
class |
POALocalCRDImpl |
class |
ServantCacheLocalCRDBase |
class |
ServerRequestDispatcherImpl |
class |
SharedCDRClientRequestDispatcherImpl
ClientDelegate is the RMI client-side subcontract or representation
It implements RMI delegate as well as our internal ClientRequestDispatcher
interface.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClientRequestDispatcherImpl.addCodeSetServiceContext(Connection conn,
ServiceContexts ctxs,
GIOPVersion giopVersion) |
protected void |
ClientRequestDispatcherImpl.addServiceContexts(MessageMediator messageMediator) |
CDROutputObject |
ClientRequestDispatcherImpl.beginRequest(Object self,
String opName,
boolean isOneWay,
ContactInfo contactInfo) |
void |
MessageMediatorImpl.cancelRequest() |
protected void |
ServerRequestDispatcherImpl.checkServerId(ObjectKey okey) |
protected void |
ServantCacheLocalCRDBase.cleanupAfterOADestroyed() |
protected void |
ServerRequestDispatcherImpl.consumeServiceContexts(MessageMediator request) |
protected void |
ClientRequestDispatcherImpl.consumeServiceContexts(ORB orb,
MessageMediator messageMediator) |
protected void |
ClientRequestDispatcherImpl.continueOrThrowSystemOrRemarshal(MessageMediator messageMediator,
Exception exception) |
protected SystemException |
MessageMediatorImpl.convertThrowableToSystemException(Throwable throwable,
CompletionStatus completionStatus) |
MessageMediator |
MessageMediatorImpl.createLocationForward(MessageMediator messageMediator,
IOR ior,
ServiceContexts svc) |
MessageMediator |
MessageMediatorImpl.createResponse(MessageMediator messageMediator,
ServiceContexts svc) |
protected MessageMediator |
MessageMediatorImpl.createResponseHelper(MessageMediator messageMediator,
ReplyMessage reply,
IOR ior) |
protected MessageMediator |
MessageMediatorImpl.createResponseHelper(MessageMediator messageMediator,
ServiceContexts svc) |
protected MessageMediator |
MessageMediatorImpl.createResponseHelper(MessageMediator messageMediator,
ServiceContexts svc,
boolean user) |
MessageMediator |
MessageMediatorImpl.createSystemExceptionResponse(MessageMediator messageMediator,
SystemException ex,
ServiceContexts svc) |
MessageMediator |
MessageMediatorImpl.createUnknownExceptionResponse(MessageMediator messageMediator,
UnknownException ex) |
MessageMediator |
MessageMediatorImpl.createUserExceptionResponse(MessageMediator messageMediator,
ServiceContexts svc) |
void |
ServerRequestDispatcherImpl.dispatch(MessageMediator request) |
protected MessageMediator |
ServerRequestDispatcherImpl.dispatchToServant(Object servant,
MessageMediator req,
byte[] objectId,
ObjectAdapter objectAdapter) |
void |
MessageMediatorImpl.doWork()
Execute dispatch in its own WorkerThread.
|
void |
ClientRequestDispatcherImpl.endRequest(ORB orb,
Object self,
CDRInputObject inputObject) |
protected OAInvocationInfo |
ServantCacheLocalCRDBase.getCachedInfo() |
protected void |
ClientRequestDispatcherImpl.getExceptionDetailMessage(MessageMediator messageMediator,
ORBUtilSystemException wrapper) |
protected Object |
ServerRequestDispatcherImpl.getServantWithPI(MessageMediator request,
ObjectAdapter objectAdapter,
byte[] objectId,
ObjectKeyTemplate oktemp,
String operation) |
protected ServiceContexts |
MessageMediatorImpl.getServiceContextsForReply(MessageMediator messageMediator,
ServiceContexts contexts) |
protected void |
MessageMediatorImpl.handleAddressingDisposition(MessageMediator messageMediator,
AddressingDispositionException ex) |
protected MessageMediator |
ServerRequestDispatcherImpl.handleDynamicResult(ServerRequestImpl sreq,
MessageMediator req) |
protected void |
MessageMediatorImpl.handleLocateRequest(MessageMediator messageMediator) |
protected void |
ServerRequestDispatcherImpl.handleNullServant(String operation,
NullServant nserv)
Always throws OBJECT_NOT_EXIST if operation is not a special method.
|
protected void |
MessageMediatorImpl.handleRequestRequest(MessageMediator messageMediator) |
void |
MessageMediatorImpl.handleThrowableDuringServerDispatch(MessageMediator messageMediator,
Throwable throwable,
CompletionStatus completionStatus) |
protected void |
MessageMediatorImpl.handleThrowableDuringServerDispatch(MessageMediator messageMediator,
Throwable throwable,
CompletionStatus completionStatus,
int iteration) |
ServantObject |
POALocalCRDImpl.internalPreinvoke(Object self,
String operation,
Class expectedType) |
ServantObject |
FullServantCacheLocalCRDImpl.internalPreinvoke(Object self,
String operation,
Class expectedType) |
InputStream |
ClientDelegateImpl.invoke(Object self,
OutputStream output) |
boolean |
ClientDelegateImpl.is_a(Object obj,
String dest) |
IOR |
ServerRequestDispatcherImpl.locate(ObjectKey okey)
Called from ORB.locate when a LocateRequest arrives.
|
CDRInputObject |
SharedCDRClientRequestDispatcherImpl.marshalingComplete(Object self,
CDROutputObject outputObject) |
CDRInputObject |
ClientRequestDispatcherImpl.marshalingComplete(Object self,
CDROutputObject outputObject) |
CDRInputObject |
ClientRequestDispatcherImpl.marshalingComplete1(ORB orb,
MessageMediator messageMediator) |
protected String |
ClientRequestDispatcherImpl.peekUserExceptionId(CDRInputObject inputObject) |
protected void |
ClientRequestDispatcherImpl.performCodeSetNegotiation(MessageMediator messageMediator) |
protected boolean |
ServerRequestDispatcherImpl.processCodeSetContext(MessageMediator request,
ServiceContexts contexts)
Handles setting the connection's code sets if required.
|
protected CDRInputObject |
ClientRequestDispatcherImpl.processResponse(ORB orb,
MessageMediator messageMediator,
CDRInputObject inputObject) |
protected void |
ClientRequestDispatcherImpl.registerWaiter(MessageMediator messageMediator) |
void |
ClientDelegateImpl.releaseReply(Object self,
InputStream input) |
OutputStream |
ClientDelegateImpl.request(Object self,
String operation,
boolean responseExpected) |
protected void |
MessageMediatorImpl.runInterceptors(MessageMediator messageMediator,
ReplyMessage reply) |
protected void |
MessageMediatorImpl.runRemoveThreadInfo(MessageMediator messageMediator) |
protected void |
MessageMediatorImpl.runServantPostInvoke(MessageMediator messageMediator) |
void |
MessageMediatorImpl.sendCancelRequestIfFinalFragmentNotSent() |
protected MessageMediator |
ServerRequestDispatcherImpl.sendingReply(MessageMediator req) |
protected MessageMediator |
ServerRequestDispatcherImpl.sendingReply(MessageMediator req,
Any excany)
Must always be called, just after the servant's method returns.
|
boolean |
MessageMediatorImpl.sentFragment() |
boolean |
MessageMediatorImpl.sentFullMessage() |
void |
FullServantCacheLocalCRDImpl.servant_postinvoke(Object self,
ServantObject servantobj) |
ServantObject |
LocalClientRequestDispatcherBase.servant_preinvoke(Object self,
String operation,
Class expectedType) |
Exception |
MessageMediatorImpl.unmarshalDIIUserException(String repoId,
InputStream is) |
protected void |
ClientRequestDispatcherImpl.unregisterWaiter(ORB orb) |
| Modifier and Type | Field and Description |
|---|---|
boolean |
ORB.subcontractDebugFlag |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.