Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface |
An object for managing the set of object identity constraints on a
Session
.
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.
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.
The sequence of Ice identities to be removed.
::Ice::IdentitySeq get(); |
Returns a sequence of identities describing the constraints in this set.
The sequence of Ice identities for this set.
<<< Previous | Home | Next >>> |
Glacier2::CannotCreateSessionException | Up | Glacier2::PermissionDeniedException |