Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Glacier2::IdentitySet

Overview

interface IdentitySet

An object for managing the set of object identity constraints on a Glacier2::Session.

See Also

Operation Index

add — Add a sequence of Ice identities to this set of constraints.
remove — Remove a sequence of identities from this set of constraints.
get — Returns a sequence of identities describing the constraints in this set.

Operations

void add(Ice::IdentitySeq additions)

Add a sequence of Ice identities to this set of constraints. Order is not preserved and duplicates are implicitly removed.

Parameters

additions — The sequence of Ice identities to be added.

void remove(Ice::IdentitySeq deletions)

Remove a sequence of identities from this set of constraints. No errors are returned if an entry is not found.

Parameters

deletions — The sequence of Ice identities to be removed.

Ice::IdentitySeq get()

Returns a sequence of identities describing the constraints in this set.

Return Value

The sequence of Ice identities for this set.


  • No labels