Module: IceGrid::Locator_mixin

Includes:
Ice::Object_mixin
Included in:
Locator
Defined in:
lib/IceGrid/Locator.rb

Constant Summary collapse

ICE_TYPE =
T_Locator
OP_getLocalRegistry =
::Ice::__defineOperation('getLocalRegistry', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Idempotent, false, nil, [], [], [::IceGrid::T_RegistryPrx, false, 0], [])
OP_getLocalQuery =
::Ice::__defineOperation('getLocalQuery', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Idempotent, false, nil, [], [], [::IceGrid::T_QueryPrx, 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

#_ice_slicedData

Instance Method Summary collapse

Methods included from Ice::Object_mixin

#ice_isA, #ice_ping

Instance Method Details

#ice_id(current = nil) ⇒ Object



45
46
47
# File 'lib/IceGrid/Locator.rb', line 45

def ice_id(current=nil)
    '::IceGrid::Locator'
end

#ice_ids(current = nil) ⇒ Object



41
42
43
# File 'lib/IceGrid/Locator.rb', line 41

def ice_ids(current=nil)
    ['::Ice::Locator', '::Ice::Object', '::IceGrid::Locator']
end

#inspectObject

Operation signatures.

def getLocalRegistry(current=nil) def getLocalQuery(current=nil)



55
56
57
# File 'lib/IceGrid/Locator.rb', line 55

def inspect
    ::Ice::__stringify(self, T_Locator)
end