Module: IceGrid::LocatorPrx_mixin
Constant Summary collapse
- OP_getLocalRegistry =
Ice::__defineOperation('getLocalRegistry', 'getLocalRegistry', Ice::OperationMode::Idempotent, nil, [], [], [::IceGrid::T_RegistryPrx, false, 0], [])
- OP_getLocalQuery =
Ice::__defineOperation('getLocalQuery', 'getLocalQuery', Ice::OperationMode::Idempotent, nil, [], [], [::IceGrid::T_QueryPrx, false, 0], [])
Constants included from Ice::LocatorPrx_mixin
Ice::LocatorPrx_mixin::OP_findAdapterById, Ice::LocatorPrx_mixin::OP_findObjectById, Ice::LocatorPrx_mixin::OP_getRegistry
Instance Method Summary collapse
Methods included from Ice::LocatorPrx_mixin
#findAdapterById, #findObjectById, #getRegistry
Instance Method Details
#getLocalQuery(context = nil) ⇒ Object
154 155 156 |
# File 'ruby/IceGrid/Registry.rb', line 154 def getLocalQuery(context=nil) LocatorPrx_mixin::OP_getLocalQuery.invoke(self, [], context) end |
#getLocalRegistry(context = nil) ⇒ Object
150 151 152 |
# File 'ruby/IceGrid/Registry.rb', line 150 def getLocalRegistry(context=nil) LocatorPrx_mixin::OP_getLocalRegistry.invoke(self, [], context) end |