Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIce-DatagramLimitException
prevIce-ConnectTimeoutException
Section


Ice::Current

Overview

local struct Current

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.

Used By

Data Member Index

adapter — The object adapter.
con — Information about the connection over which the current method invocation was received.
id — The Ice object identity.
facet — The facet.
operation — The operation name.
mode — The mode of the operation.
ctx — The request context, as received from the client.
requestId — The request id unless oneway (0) or collocated (-1).

Ztop

Data Members

Ice::ObjectAdapter
Anchor
adapter
adapter
adapter;

The object adapter.

Ice::Connection
Anchor
con
con
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.

Ice::Identity
Anchor
id
id
id;

The Ice object identity.

string
Anchor
facet
facet
facet;

The facet.

string
Anchor
operation
operation
operation;

The operation name.

Ice::OperationMode
Anchor
mode
mode
mode;

The mode of the operation.

Ice::Context
Anchor
ctx
ctx
ctx;

The request context, as received from the client.

int
Anchor
requestId
requestId
requestId;

The request id unless oneway (0) or collocated (-1).

Ztop

Znav
nextIce-DatagramLimitException
prevIce-ConnectTimeoutException
Section