Class: IcePatch2::FileServerPrx

Inherits:
Ice::ObjectPrx
  • Object
show all
Includes:
FileServerPrx_mixin
Defined in:
lib/IcePatch2/FileServer.rb

Constant Summary collapse

ICE_TYPE =
T_FileServerPrx

Class Method Summary collapse

Methods included from FileServerPrx_mixin

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



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