12 [[
"cpp:header-ext:h",
"objc:header-dir:objc",
"js:ice-build"]]
Information about the current method invocation for servers.
Definition: Current.ice:91
ObjectAdapter adapter
The object adapter.
Definition: Current.ice:98
int requestId
The request id unless oneway (0) or collocated (-1).
Definition: Current.ice:149
The Ice core library.
Definition: BuiltinSequences.ice:15
OperationMode
Determines the retry behavior of an invocation in case of a (potentially) recoverable error...
Definition: Current.ice:42
Connection con
Information about the connection over which the current method invocation was received.
Definition: Current.ice:107
The identity of an Ice object.
Definition: Identity.ice:28
The user-level interface to a connection.
Definition: Connection.ice:151
Identity id
The Ice object identity.
Definition: Current.ice:114
string operation
The operation name.
Definition: Current.ice:128
A version structure for the encoding version.
Definition: Version.ice:34
Ordinary operations have Normal mode.
Definition: Current.ice:51
Context ctx
The request context, as received from the client.
Definition: Current.ice:142
Operations that use the Slice idempotent keyword can modify object state, but invoking an operation t...
Definition: Current.ice:80
string facet
The facet.
Definition: Current.ice:121
Operations that use the Slice nonmutating keyword must not modify object state.
Definition: Current.ice:68
OperationMode mode
The mode of the operation.
Definition: Current.ice:135
The object adapter provides an up-call interface from the Ice run time to the implementation of Ice o...
Definition: ObjectAdapter.ice:38
dictionary< string, string > Context
A request context.
Definition: Current.ice:31
EncodingVersion encoding
The encoding version used to encode the input and output parameters.
Definition: Current.ice:156