Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIceBox Slice API
prevGlacier2-SSLSessionManager
Section


Glacier2::StringSet

Overview

interface StringSet

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

See Also

Operation Index

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

Ztop

Operations

void
Anchor
add
add
add(Ice::StringSeq additions)

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

Parameters

additions — The sequence of strings to be added.

void
Anchor
remove
remove
remove(Ice::StringSeq deletions)

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

Parameters

deletions — The sequence of strings to be removed.

Ice::StringSeq
Anchor
get
get
get()

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

Return Value

The sequence of strings for this set.

Ztop

Znav
nextIceBox Slice API
prevGlacier2-SSLSessionManager
Section