Class: IceGrid::RegistryPrx

Inherits:
Ice::ObjectPrx
  • Object
show all
Includes:
RegistryPrx_mixin
Defined in:
lib/IceGrid/Registry.rb

Constant Summary collapse

ICE_TYPE =
T_RegistryPrx

Class Method Summary collapse

Methods included from RegistryPrx_mixin

#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_staticIdObject



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