Uses of Interface
org.jmythapi.protocol.response.IFileStatus

Packages that use IFileStatus
org.jmythapi.protocol This package contains basic protocol related interfaces, exceptions and constants. 
org.jmythapi.protocol.response.impl This package contains implementations of MythTV response messages. 
 

Uses of IFileStatus in org.jmythapi.protocol
 

Methods in org.jmythapi.protocol that return IFileStatus
 IFileStatus IBackend.queryCheckFile(IProgramInfo programInfo, Boolean checkSlaves)
          Checks if a recording file exists that belongs to the given program.
 IFileStatus IBackend.queryFileExists(IProgramInfo programInfo)
          Checks if a recording-file exists for the given program.
 IFileStatus IBackend.queryFileExists(String fileName, String storageGroup)
          Checks if a the named file exists in the named storage group.
 

Uses of IFileStatus in org.jmythapi.protocol.response.impl
 

Classes in org.jmythapi.protocol.response.impl that implement IFileStatus
 class FileStatus
           
 



Copyright © 2008-2013. All Rights Reserved.