| Package | Description |
|---|---|
| org.jacorb.orb | |
| org.jacorb.orb.giop | |
| org.jacorb.orb.portableInterceptor | |
| org.jacorb.orb.util |
| Modifier and Type | Method and Description |
|---|---|
ParsedIOR |
Delegate.getBaseIOR() |
ParsedIOR |
Delegate.getParsedIOR() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ORB._getDelegate(ParsedIOR pior)
This method is used for references that have
arrived over the network and is called from CDRInputStream.
|
| Constructor and Description |
|---|
Delegate(ORB orb,
ParsedIOR pior) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConnection.setCodeSet(ParsedIOR pior) |
| Constructor and Description |
|---|
ClientRequestInfoImpl(ORB orb,
ClientRequestInfoImpl original,
RequestOutputStream ros,
Object self,
Delegate delegate,
ParsedIOR piorOriginal,
ClientConnection connection,
Map<Delegate.INVOCATION_KEY,org.omg.TimeBase.UtcT> invocationContext) |
ClientRequestInfoImpl(ORB orb,
String operation,
boolean response_expected,
short sync_scope,
Object self,
Delegate delegate,
ParsedIOR piorOriginal,
Map<Delegate.INVOCATION_KEY,org.omg.TimeBase.UtcT> invocationContext)
Constructor for local calls involving portable interceptors.
|
DefaultClientInterceptorHandler(DefaultClientInterceptorHandler original,
ORB orb,
RequestOutputStream ros,
Object self,
Delegate delegate,
ParsedIOR piorOriginal,
ClientConnection connection)
Constructs an interceptor handler for the given parameters.
|
DefaultClientInterceptorHandler(ORB orb,
String operation,
boolean response_expected,
short sync_scope,
Object self,
Delegate delegate,
ParsedIOR piorOriginal)
Constructor to be used for calls involving local objects that have interceptors,
these calls will not have input or output streams, or requests
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PrintIOR.printIOR(ORB orb,
ParsedIOR pior,
PrintWriter out)
top-level
|
Copyright © 2017 JacORB. All rights reserved.