|
Ice 3.7 Slice API Reference
|
An object for managing the set of object identity constraints on a Session. More...
defined in <Glacier2/Session.ice>
interface IdentitySet { ... }
Operations | |
| idempotent void | add (Ice::IdentitySeq additions) |
| Add a sequence of Ice identities to this set of constraints. More... | |
| idempotent Ice::IdentitySeq | get () |
| Returns a sequence of identities describing the constraints in this set. More... | |
| idempotent void | remove (Ice::IdentitySeq deletions) |
| Remove a sequence of identities from this set of constraints. More... | |
An object for managing the set of object identity constraints on a Session.
| idempotent void add | ( | Ice::IdentitySeq | additions | ) |
| idempotent Ice::IdentitySeq get | ( | ) |
Returns a sequence of identities describing the constraints in this set.
| idempotent 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.
| deletions | The sequence of Ice identities to be removed. |