Class: Ice::ProcessPrx
- Inherits:
-
ObjectPrx
- Object
- ObjectPrx
- Ice::ProcessPrx
- Includes:
- ProcessPrx_mixin
- Defined in:
- lib/Ice/Process.rb
Constant Summary collapse
- ICE_TYPE =
T_ProcessPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Methods included from ProcessPrx_mixin
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
68 69 70 |
# File 'lib/Ice/Process.rb', line 68 def ProcessPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::Ice::Process', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
75 76 77 |
# File 'lib/Ice/Process.rb', line 75 def ProcessPrx.ice_staticId() '::Ice::Process' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
72 73 74 |
# File 'lib/Ice/Process.rb', line 72 def ProcessPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |