Module: Glacier2::IdentitySet_mixin
Constant Summary collapse
- ICE_TYPE =
T_IdentitySet
- OP_add =
::Ice::__defineOperation('add', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Idempotent, false, nil, [[::Ice::T_IdentitySeq, false, 0]], [], nil, [])
- OP_remove =
::Ice::__defineOperation('remove', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Idempotent, false, nil, [[::Ice::T_IdentitySeq, false, 0]], [], nil, [])
- OP_get =
::Ice::__defineOperation('get', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Idempotent, false, nil, [], [], [::Ice::T_IdentitySeq, false, 0], [])
Constants included from Ice::Object_mixin
Ice::Object_mixin::OP_ice_id, Ice::Object_mixin::OP_ice_ids, Ice::Object_mixin::OP_ice_isA, Ice::Object_mixin::OP_ice_ping
Instance Attribute Summary
Attributes included from Ice::Object_mixin
Instance Method Summary collapse
- #ice_id(current = nil) ⇒ Object
- #ice_ids(current = nil) ⇒ Object
-
#inspect ⇒ Object
Operation signatures.
Methods included from Ice::Object_mixin
Instance Method Details
#ice_id(current = nil) ⇒ Object
192 193 194 |
# File 'lib/Glacier2/Session.rb', line 192 def ice_id(current=nil) '::Glacier2::IdentitySet' end |
#ice_ids(current = nil) ⇒ Object
188 189 190 |
# File 'lib/Glacier2/Session.rb', line 188 def ice_ids(current=nil) ['::Glacier2::IdentitySet', '::Ice::Object'] end |
#inspect ⇒ Object
Operation signatures.
def add(additions, current=nil) def remove(deletions, current=nil) def get(current=nil)
203 204 205 |
# File 'lib/Glacier2/Session.rb', line 203 def inspect ::Ice::__stringify(self, T_IdentitySet) end |