Class: Ice::RemoteLoggerPrx

Inherits:
ObjectPrx
  • Object
show all
Includes:
RemoteLoggerPrx_mixin
Defined in:
lib/Ice/RemoteLogger.rb

Constant Summary collapse

ICE_TYPE =
T_RemoteLoggerPrx

Class Method Summary collapse

Methods included from RemoteLoggerPrx_mixin

#init, #log

Class Method Details

.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object



178
179
180
# File 'lib/Ice/RemoteLogger.rb', line 178

def RemoteLoggerPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
    ice_checkedCast(proxy, '::Ice::RemoteLogger', facetOrCtx, _ctx)
end

.ice_staticIdObject



185
186
187
# File 'lib/Ice/RemoteLogger.rb', line 185

def RemoteLoggerPrx.ice_staticId()
    '::Ice::RemoteLogger'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



182
183
184
# File 'lib/Ice/RemoteLogger.rb', line 182

def RemoteLoggerPrx.uncheckedCast(proxy, facet=nil)
    ice_uncheckedCast(proxy, facet)
end