Package com.zeroc.Glacier2
Interface StringSet
- All Superinterfaces:
com.zeroc.Ice.Object
public interface StringSet
extends com.zeroc.Ice.Object
An object for managing the set of identity constraints for specific
parts of object identity on a
Session.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.zeroc.Ice.Object
com.zeroc.Ice.Object.Ice_invokeResult -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a sequence of strings to this set of constraints.String[]get(com.zeroc.Ice.Current current) Returns a sequence of strings describing the constraints in this set.default Stringice_id(com.zeroc.Ice.Current current) default String[]ice_ids(com.zeroc.Ice.Current current) static StringvoidRemove a sequence of strings from this set of constraints.Methods inherited from interface com.zeroc.Ice.Object
_iceRead, _iceReadImpl, _iceWrite, _iceWriteImpl, ice_dispatch, ice_isA, ice_ping
-
Method Details
-
add
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.current- The Current object for the invocation.
-
remove
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.current- The Current object for the invocation.
-
get
Returns a sequence of strings describing the constraints in this set.- Parameters:
current- The Current object for the invocation.- Returns:
- The sequence of strings for this set.
-
ice_ids
- Specified by:
ice_idsin interfacecom.zeroc.Ice.Object
-
ice_id
- Specified by:
ice_idin interfacecom.zeroc.Ice.Object
-
ice_staticId
-