Module: IcePatch2::FileServer_mixin

Includes:
Ice::Object_mixin
Included in:
FileServer
Defined in:
lib/IcePatch2/FileServer.rb

Constant Summary collapse

ICE_TYPE =
T_FileServer
OP_getFileInfoSeq =
::Ice::__defineOperation('getFileInfoSeq', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Nonmutating, false, nil, [[::Ice::T_int, false, 0]], [], [::IcePatch2::T_FileInfoSeq, false, 0], [::IcePatch2::T_PartitionOutOfRangeException, ::IcePatch2::T_FileSizeRangeException])
OP_getLargeFileInfoSeq =
::Ice::__defineOperation('getLargeFileInfoSeq', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Nonmutating, false, nil, [[::Ice::T_int, false, 0]], [], [::IcePatch2::T_LargeFileInfoSeq, false, 0], [::IcePatch2::T_PartitionOutOfRangeException])
OP_getChecksumSeq =
::Ice::__defineOperation('getChecksumSeq', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Nonmutating, false, nil, [], [], [::IcePatch2::T_ByteSeqSeq, false, 0], [])
OP_getChecksum =
::Ice::__defineOperation('getChecksum', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Nonmutating, false, nil, [], [], [::Ice::T_ByteSeq, false, 0], [])
OP_getFileCompressed =
::Ice::__defineOperation('getFileCompressed', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Nonmutating, true, nil, [[::Ice::T_string, false, 0], [::Ice::T_int, false, 0], [::Ice::T_int, false, 0]], [], [::Ice::T_ByteSeq, false, 0], [::IcePatch2::T_FileAccessException, ::IcePatch2::T_FileSizeRangeException])
OP_getLargeFileCompressed =
::Ice::__defineOperation('getLargeFileCompressed', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Nonmutating, true, nil, [[::Ice::T_string, false, 0], [::Ice::T_long, false, 0], [::Ice::T_int, false, 0]], [], [::Ice::T_ByteSeq, false, 0], [::IcePatch2::T_FileAccessException])

Constants included from Ice::Object_mixin

Ice::Object_mixin::OP_ice_id, Ice::Object_mixin::OP_ice_ids, Ice::Object_mixin::OP_ice_isA, Ice::Object_mixin::OP_ice_ping

Instance Attribute Summary

Attributes included from Ice::Object_mixin

#_ice_slicedData

Instance Method Summary collapse

Methods included from Ice::Object_mixin

#ice_isA, #ice_ping

Instance Method Details

#ice_id(current = nil) ⇒ Object



85
86
87
# File 'lib/IcePatch2/FileServer.rb', line 85

def ice_id(current=nil)
    '::IcePatch2::FileServer'
end

#ice_ids(current = nil) ⇒ Object



81
82
83
# File 'lib/IcePatch2/FileServer.rb', line 81

def ice_ids(current=nil)
    ['::Ice::Object', '::IcePatch2::FileServer']
end

#inspectObject

Operation signatures.

def getFileInfoSeq(partition, current=nil) def getLargeFileInfoSeq(partition, current=nil) def getChecksumSeq(current=nil) def getChecksum(current=nil) def getFileCompressed(path, pos, num, current=nil) def getLargeFileCompressed(path, pos, num, current=nil)



99
100
101
# File 'lib/IcePatch2/FileServer.rb', line 99

def inspect
    ::Ice::__stringify(self, T_FileServer)
end