Class: IceGrid::RegistryPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::RegistryPrx
show all
- Includes:
- RegistryPrx_mixin
- Defined in:
- lib/IceGrid/Registry.rb
Constant Summary
collapse
- ICE_TYPE =
T_RegistryPrx
Class Method Summary
collapse
#createAdminSession, #createAdminSessionFromSecureConnection, #createSession, #createSessionFromSecureConnection, #getACMTimeout, #getSessionTimeout
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
91
92
93
|
# File 'lib/IceGrid/Registry.rb', line 91
def RegistryPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IceGrid::Registry', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
98
99
100
|
# File 'lib/IceGrid/Registry.rb', line 98
def RegistryPrx.ice_staticId()
'::IceGrid::Registry'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
95
96
97
|
# File 'lib/IceGrid/Registry.rb', line 95
def RegistryPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|