Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface |
An object for managing the set of identity constraints for specific
parts of object identity on a
Session
.
void add(::Ice::StringSeq additions); |
Add a sequence of strings to this set of constraints. Order is not preserved and duplicates are implicitly removed.
The sequence of strings to be added.
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.
The sequence of strings to be removed.
::Ice::StringSeq get(); |
Returns a sequence of strings describing the constraints in this set.
The sequence of strings for this set.
<<< Previous | Home | Next >>> |
Glacier2::SessionNotExistException | Up | IceGrid |