Package | Description |
---|---|
org.jacorb.orb | |
org.jacorb.orb.dii | |
org.jacorb.orb.giop | |
org.jacorb.orb.portableInterceptor |
Constructor and Description |
---|
ClientInterceptorHandler(ClientInterceptorHandler original,
ORB orb,
RequestOutputStream ros,
Object self,
Delegate delegate,
ParsedIOR piorOriginal,
ClientConnection connection)
Constructs an interceptor handler for the given parameters.
|
Modifier and Type | Field and Description |
---|---|
ClientConnection |
Request.connection |
Constructor and Description |
---|
Request(Object target,
ORB orb,
ClientConnection connection,
byte[] obj_key,
java.lang.String operationName) |
Request(Object target,
ORB orb,
ClientConnection connection,
byte[] obj_key,
java.lang.String op,
NVList args,
Context context,
NamedValue result) |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
RequestOutputStream.getConnection() |
ClientConnection |
ClientConnectionManager.getConnection(Profile profile) |
Modifier and Type | Method and Description |
---|---|
void |
ClientConnectionManager.releaseConnection(ClientConnection connection)
Only used by Delegate for client-initiated connections.
|
void |
ClientConnectionManager.removeConnection(ClientConnection connection)
Only used by ClientConnection to unregister server-side of
BiDir connection.
|
Constructor and Description |
---|
RequestOutputStream(ORB orb,
ClientConnection connection,
int request_id,
java.lang.String operation,
boolean response_expected,
short syncScope,
UtcT requestStartTime,
UtcT requestEndTime,
UtcT replyEndTime,
byte[] object_key,
int giop_minor) |
Modifier and Type | Field and Description |
---|---|
ClientConnection |
ClientRequestInfoImpl.connection |
Constructor and Description |
---|
ClientRequestInfoImpl(ORB orb,
ClientRequestInfoImpl original,
RequestOutputStream ros,
Object self,
Delegate delegate,
ParsedIOR piorOriginal,
ClientConnection connection) |