EasyCV  0.9.36
Easy! Computer Vision
Public Member Functions | Public Attributes | Private Attributes | List of all members
easy.fileserver.FileServiceI Class Reference
Inheritance diagram for easy.fileserver.FileServiceI:
cvac::FileService

Public Member Functions

def destroy
 
def exists
 
def getOwnerName
 
def putFile
 
def getFile
 
def deleteFile
 
def createSnapshot
 
def hasVideoExtension
 
def hasImageExtension
 
def getProperties
 

Public Attributes

 mListTestFile
 
 CVAC_DataDir
 
 ConnectionName
 
 ServiceName
 
 corpToImp
 
 fileToOwner
 

Private Attributes

 _communicator
 
 _destroy
 
 _clients
 
 _cond
 

Member Function Documentation

def easy.fileserver.FileServiceI.createSnapshot (   self,
  cvacPath,
  communicator 
)
def easy.fileserver.FileServiceI.deleteFile (   self,
  cvacPath,
  communicator 
)
def easy.fileserver.FileServiceI.destroy (   self)
def easy.fileserver.FileServiceI.exists (   self,
  cvacPath,
  communicator 
)
def easy.fileserver.FileServiceI.getFile (   self,
  cvacPath,
  communicator 
)
def easy.fileserver.FileServiceI.getOwnerName (   self,
  communicator 
)
def easy.fileserver.FileServiceI.getProperties (   self,
  cvacPath,
  communicator 
)
def easy.fileserver.FileServiceI.hasImageExtension (   self,
  filename 
)
def easy.fileserver.FileServiceI.hasVideoExtension (   self,
  filename 
)
def easy.fileserver.FileServiceI.putFile (   self,
  cvacPath,
  byteSeq,
  communicator 
)

Member Data Documentation

easy.fileserver.FileServiceI._clients
private
easy.fileserver.FileServiceI._communicator
private
easy.fileserver.FileServiceI._cond
private
easy.fileserver.FileServiceI._destroy
private
easy.fileserver.FileServiceI.ConnectionName
easy.fileserver.FileServiceI.corpToImp
easy.fileserver.FileServiceI.CVAC_DataDir
easy.fileserver.FileServiceI.fileToOwner
easy.fileserver.FileServiceI.mListTestFile
easy.fileserver.FileServiceI.ServiceName

The documentation for this class was generated from the following file: