Class: Ice::RemoteLoggerPrx
- Inherits:
-
ObjectPrx
- Object
- ObjectPrx
- Ice::RemoteLoggerPrx
- Includes:
- RemoteLoggerPrx_mixin
- Defined in:
- lib/Ice/RemoteLogger.rb
Constant Summary collapse
- ICE_TYPE =
T_RemoteLoggerPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Methods included from RemoteLoggerPrx_mixin
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_staticId ⇒ Object
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 |