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

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

Uses of IStorageGroupFile in org.jmythapi.protocol
 

Methods in org.jmythapi.protocol that return IStorageGroupFile
 IStorageGroupFile IBackend.queryStorageGroupFile(String hostName, String storageGroup, String fileName)
          Queries the a single file from the remote storage group.
 

Uses of IStorageGroupFile in org.jmythapi.protocol.response
 

Methods in org.jmythapi.protocol.response that return types with arguments of type IStorageGroupFile
 List<IStorageGroupFile> IStorageGroupFileList.asList()
          Gets a list of files stored in the storage group.
 

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

Classes in org.jmythapi.protocol.response.impl that implement IStorageGroupFile
 class StorageGroupFile
           
 

Methods in org.jmythapi.protocol.response.impl that return types with arguments of type IStorageGroupFile
 List<IStorageGroupFile> StorageGroupFileList.asList()
           
 Iterator<IStorageGroupFile> StorageGroupFileList.iterator()
           
 



Copyright © 2008-2013. All Rights Reserved.