Ice 3.7 Slice API Reference
|
An object for managing the set of identity constraints for specific parts of object identity on a Session. More...
defined in <Glacier2/Session.ice>
interface StringSet { ... }
Operations | |
idempotent void | add (Ice::StringSeq additions) |
Add a sequence of strings to this set of constraints. More... | |
idempotent Ice::StringSeq | get () |
Returns a sequence of strings describing the constraints in this set. More... | |
idempotent void | remove (Ice::StringSeq deletions) |
Remove a sequence of strings from this set of constraints. More... | |
An object for managing the set of identity constraints for specific parts of object identity on a Session.
idempotent void add | ( | Ice::StringSeq | additions | ) |
Add a sequence of strings to this set of constraints.
Order is not preserved and duplicates are implicitly removed.
additions | The sequence of strings to be added. |
idempotent Ice::StringSeq get | ( | ) |
Returns a sequence of strings describing the constraints in this set.
idempotent void remove | ( | Ice::StringSeq | deletions | ) |
Remove a sequence of strings from this set of constraints.
No errors are returned if an entry is not found.
deletions | The sequence of strings to be removed. |