Uses of Interface
org.jmythapi.IRecorderInfo

Packages that use IRecorderInfo
org.jmythapi.database   
org.jmythapi.database.impl   
org.jmythapi.protocol This package contains basic protocol related interfaces, exceptions and constants. 
org.jmythapi.protocol.impl This package contains implementations of MythTV protocol elements. 
org.jmythapi.protocol.response This package contains interfaces of MythTV response messages. 
org.jmythapi.protocol.response.impl.filters This package contains classes to filter MythTV recordings. 
 

Uses of IRecorderInfo in org.jmythapi.database
 

Methods in org.jmythapi.database that return IRecorderInfo
 IRecorderInfo IDatabase.getRecorderForNum(Integer recorderId)
           
 

Methods in org.jmythapi.database that return types with arguments of type IRecorderInfo
 List<IRecorderInfo> IDatabase.getRecorders()
           
 

Methods in org.jmythapi.database with parameters of type IRecorderInfo
 List<IRecorderChannelInfo> IDatabase.getChannelInfos(IRecorderInfo recorder)
           
 

Uses of IRecorderInfo in org.jmythapi.database.impl
 

Classes in org.jmythapi.database.impl that implement IRecorderInfo
 class RecorderInfo
           
 

Methods in org.jmythapi.database.impl that return IRecorderInfo
 IRecorderInfo DataBase.getRecorderForNum(Integer recorderId)
           
 

Methods in org.jmythapi.database.impl that return types with arguments of type IRecorderInfo
 List<IRecorderInfo> DataBase.getRecorders()
           
 

Methods in org.jmythapi.database.impl with parameters of type IRecorderInfo
 List<IRecorderChannelInfo> DataBase.getChannelInfos(IRecorderInfo recorder)
           
 

Uses of IRecorderInfo in org.jmythapi.protocol
 

Methods in org.jmythapi.protocol that return IRecorderInfo
 IRecorderInfo IBackend.getFreeRecorder()
          A function to get the next free recorder.
 IRecorderInfo IBackend.getFreeRecorder(String channelNumber)
          Gets the next free recorder that is capable to display the requested channel.
 IRecorderInfo IBackend.getNextFreeRecorder()
          A function to get an info about the next free recorder.
 IRecorderInfo IBackend.getNextFreeRecorder(Integer currentRecorderID)
          A function to get the next free recorder.
 IRecorderInfo IBackend.getNextFreeRecorder(IRecorderInfo currentRecorder)
          A function to get the next free recorder.
 IRecorderInfo IBackend.getRecorderForNum(int recorderId)
          Returns the recorder-info for the recorder, specified by id.
 IRecorderInfo IBackend.getRecorderForProgram(IProgramInfo programInfo)
          Checks if the given program is currently being recorded and returns the recorder-info for the recorder or null, if it is not being recorded.
 IRecorderInfo IBackend.getRecorderNum(IProgramInfo programInfo)
          Determines the recorder, which is currently recording the given program.
 

Methods in org.jmythapi.protocol that return types with arguments of type IRecorderInfo
 List<IRecorderInfo> IBackend.getFreeRecorders()
          Gets the recorder-info objects of all free recorders.
 List<IRecorderInfo> IBackend.getRecorders()
          A function to get all available recorders, independently of their busy status.
 

Methods in org.jmythapi.protocol with parameters of type IRecorderInfo
 IRecorderInfo IBackend.getNextFreeRecorder(IRecorderInfo currentRecorder)
          A function to get the next free recorder.
 IRecorder IBackend.getRecorder(IRecorderInfo recorderInfo)
          Connects to the specified recorder.
 

Uses of IRecorderInfo in org.jmythapi.protocol.impl
 

Methods in org.jmythapi.protocol.impl that return IRecorderInfo
 IRecorderInfo Backend.getFreeRecorder()
           
 IRecorderInfo Backend.getFreeRecorder(String channelNumber)
           
 IRecorderInfo Backend.getNextFreeRecorder()
           
 IRecorderInfo Backend.getNextFreeRecorder(Integer currentRecorderID)
           
 IRecorderInfo Backend.getNextFreeRecorder(IRecorderInfo currentRecorder)
           
 IRecorderInfo Backend.getRecorderForNum(int recorderId)
           
 IRecorderInfo Backend.getRecorderForProgram(IProgramInfo programInfo)
           
 IRecorderInfo Backend.getRecorderNum(IProgramInfo programInfo)
           
 IRecorderInfo Backend.getRecorderNum(List<String> programInfo)
           
 

Methods in org.jmythapi.protocol.impl that return types with arguments of type IRecorderInfo
 List<IRecorderInfo> Backend.getFreeRecorders()
           
 List<IRecorderInfo> Backend.getRecorders()
           
 

Methods in org.jmythapi.protocol.impl with parameters of type IRecorderInfo
 IRecorderInfo Backend.getNextFreeRecorder(IRecorderInfo currentRecorder)
           
 Recorder Backend.getRecorder(IRecorderInfo recorderInfo)
           
 

Uses of IRecorderInfo in org.jmythapi.protocol.response
 

Methods in org.jmythapi.protocol.response with parameters of type IRecorderInfo
static IProgramInfoFilter ProgramInfoFilters.recorder(IRecorderInfo... recorderInfos)
          Creates a filter to filter recordings by recorder.
 

Uses of IRecorderInfo in org.jmythapi.protocol.response.impl.filters
 

Constructors in org.jmythapi.protocol.response.impl.filters with parameters of type IRecorderInfo
ProgramInfoRecorderFilter(IRecorderInfo... recorderInfos)
           
 



Copyright © 2008-2013. All Rights Reserved.