| Package | Description |
|---|---|
| org.jacorb.transport | |
| org.jacorb.transport.iiop |
| Modifier and Type | Field and Description |
|---|---|
NoContext |
NoContextHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static NoContext |
NoContextHelper.extract(Any any) |
static NoContext |
NoContextHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NoContextHelper.insert(Any any,
NoContext s) |
static void |
NoContextHelper.write(OutputStream out,
NoContext s) |
| Modifier and Type | Method and Description |
|---|---|
long |
DefaultCurrentImpl.bytes_received() |
long |
CurrentOperations.bytes_received() |
long |
CurrentLocalTie.bytes_received() |
long |
DefaultCurrentImpl.bytes_sent() |
long |
CurrentOperations.bytes_sent() |
long |
CurrentLocalTie.bytes_sent() |
protected TransportListener.Event |
DefaultCurrentImpl.getLatestTransportCurentEvent()
Retrieves the last event for the current thread.
|
int |
DefaultCurrentImpl.id() |
int |
CurrentOperations.id() |
int |
CurrentLocalTie.id() |
String |
IIOPCurrentImpl.local_host() |
int |
IIOPCurrentImpl.local_port() |
long |
DefaultCurrentImpl.messages_received() |
long |
CurrentOperations.messages_received() |
long |
CurrentLocalTie.messages_received() |
long |
DefaultCurrentImpl.messages_sent() |
long |
CurrentOperations.messages_sent() |
long |
CurrentLocalTie.messages_sent() |
long |
DefaultCurrentImpl.open_since() |
long |
CurrentOperations.open_since() |
long |
CurrentLocalTie.open_since() |
String |
IIOPCurrentImpl.remote_host() |
int |
IIOPCurrentImpl.remote_port() |
| Constructor and Description |
|---|
NoContextHolder(NoContext initial) |
| Modifier and Type | Method and Description |
|---|---|
long |
CurrentLocalTie.bytes_received() |
long |
CurrentLocalTie.bytes_sent() |
int |
CurrentLocalTie.id() |
String |
CurrentOperations.local_host() |
String |
CurrentLocalTie.local_host() |
int |
CurrentOperations.local_port() |
int |
CurrentLocalTie.local_port() |
long |
CurrentLocalTie.messages_received() |
long |
CurrentLocalTie.messages_sent() |
long |
CurrentLocalTie.open_since() |
String |
CurrentOperations.remote_host() |
String |
CurrentLocalTie.remote_host() |
int |
CurrentOperations.remote_port() |
int |
CurrentLocalTie.remote_port() |
Copyright © 2017 JacORB. All rights reserved.