Module: Ice::LocatorPrx_mixin
- Included in:
- LocatorPrx, IceGrid::LocatorPrx_mixin
- Defined in:
- lib/Ice/Locator.rb
Instance Method Summary collapse
- #findAdapterById(id, _ctx = nil) ⇒ Object
- #findObjectById(id, _ctx = nil) ⇒ Object
- #getRegistry(_ctx = nil) ⇒ Object
Instance Method Details
#findAdapterById(id, _ctx = nil) ⇒ Object
139 140 141 |
# File 'lib/Ice/Locator.rb', line 139 def findAdapterById(id, _ctx=nil) Locator_mixin::OP_findAdapterById.invoke(self, [id], _ctx) end |
#findObjectById(id, _ctx = nil) ⇒ Object
135 136 137 |
# File 'lib/Ice/Locator.rb', line 135 def findObjectById(id, _ctx=nil) Locator_mixin::OP_findObjectById.invoke(self, [id], _ctx) end |
#getRegistry(_ctx = nil) ⇒ Object
143 144 145 |
# File 'lib/Ice/Locator.rb', line 143 def getRegistry(_ctx=nil) Locator_mixin::OP_getRegistry.invoke(self, [], _ctx) end |