Ice 3.7 Slice API Reference
|
Information about the current method invocation for servers. More...
defined in <Ice/Current.ice>
local struct Current { ... }
Data Members | |
ObjectAdapter | adapter |
The object adapter. More... | |
Connection | con |
Information about the connection over which the current method invocation was received. More... | |
Context | ctx |
The request context, as received from the client. More... | |
EncodingVersion | encoding |
The encoding version used to encode the input and output parameters. More... | |
string | facet |
The facet. More... | |
Identity | id |
The Ice object identity. More... | |
OperationMode | mode |
The mode of the operation. More... | |
string | operation |
The operation name. More... | |
int | requestId |
The request id unless oneway (0). More... | |
Information about the current method invocation for servers.
Each operation on the server has a Current
as its implicit final parameter. Current
is mostly used for Ice services. Most applications ignore this parameter.
ObjectAdapter adapter |
The object adapter.
Connection con |
Information about the connection over which the current method invocation was received.
If the invocation is direct due to collocation optimization, this value is set to null.
Context ctx |
The request context, as received from the client.
EncodingVersion encoding |
The encoding version used to encode the input and output parameters.
string facet |
The facet.
OperationMode mode |
The mode of the operation.
string operation |
The operation name.
int requestId |
The request id unless oneway (0).