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.
- adapter
The object adapter.
- con
Information about the connection over which the current method
invocation was received.
- ctx
The request context, as received from the client.
- facet
The facet.
- id
The Ice object identity.
- mode
The mode of the operation.
- operation
The operation name.
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.
The request context, as received from the client.
The mode of the operation.