Class: IcePatch2::FileServerPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IcePatch2::FileServerPrx
show all
- Includes:
- FileServerPrx_mixin
- Defined in:
- lib/IcePatch2/FileServer.rb
Constant Summary
collapse
- ICE_TYPE =
T_FileServerPrx
Class Method Summary
collapse
#getChecksum, #getChecksumSeq, #getFileCompressed, #getFileInfoSeq, #getLargeFileCompressed, #getLargeFileInfoSeq
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
139
140
141
|
# File 'lib/IcePatch2/FileServer.rb', line 139
def FileServerPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
ice_checkedCast(proxy, '::IcePatch2::FileServer', facetOrCtx, _ctx)
end
|
.ice_staticId ⇒ Object
146
147
148
|
# File 'lib/IcePatch2/FileServer.rb', line 146
def FileServerPrx.ice_staticId()
'::IcePatch2::FileServer'
end
|
.uncheckedCast(proxy, facet = nil) ⇒ Object
143
144
145
|
# File 'lib/IcePatch2/FileServer.rb', line 143
def FileServerPrx.uncheckedCast(proxy, facet=nil)
ice_uncheckedCast(proxy, facet)
end
|