Module: IceGrid::Session_mixin
Constant Summary collapse
- ICE_TYPE =
T_Session
- OP_keepAlive =
::Ice::__defineOperation('keepAlive', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Idempotent, false, nil, [], [], nil, [])
- OP_allocateObjectById =
::Ice::__defineOperation('allocateObjectById', ::Ice::OperationMode::Normal, ::Ice::OperationMode::Normal, true, nil, [[::Ice::T_Identity, false, 0]], [], [::Ice::T_ObjectPrx, false, 0], [::IceGrid::T_ObjectNotRegisteredException, ::IceGrid::T_AllocationException])
- OP_allocateObjectByType =
::Ice::__defineOperation('allocateObjectByType', ::Ice::OperationMode::Normal, ::Ice::OperationMode::Normal, true, nil, [[::Ice::T_string, false, 0]], [], [::Ice::T_ObjectPrx, false, 0], [::IceGrid::T_AllocationException])
- OP_releaseObject =
::Ice::__defineOperation('releaseObject', ::Ice::OperationMode::Normal, ::Ice::OperationMode::Normal, false, nil, [[::Ice::T_Identity, false, 0]], [], nil, [::IceGrid::T_ObjectNotRegisteredException, ::IceGrid::T_AllocationException])
- OP_setAllocationTimeout =
::Ice::__defineOperation('setAllocationTimeout', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Idempotent, false, nil, [[::Ice::T_int, false, 0]], [], nil, [])
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
36 37 38 |
# File 'lib/IceGrid/Session.rb', line 36 def ice_id(current=nil) '::IceGrid::Session' end |
#ice_ids(current = nil) ⇒ Object
32 33 34 |
# File 'lib/IceGrid/Session.rb', line 32 def ice_ids(current=nil) ['::Glacier2::Session', '::Ice::Object', '::IceGrid::Session'] end |
#inspect ⇒ Object
Operation signatures.
def keepAlive(current=nil) def allocateObjectById(id, current=nil) def allocateObjectByType(type, current=nil) def releaseObject(id, current=nil) def setAllocationTimeout(timeout, current=nil)
49 50 51 |
# File 'lib/IceGrid/Session.rb', line 49 def inspect ::Ice::__stringify(self, T_Session) end |