Uses of Interface
org.jmythapi.IVersionable

Packages that use IVersionable
org.jmythapi   
org.jmythapi.database   
org.jmythapi.database.impl   
org.jmythapi.impl   
org.jmythapi.protocol This package contains basic protocol related interfaces, exceptions and constants. 
org.jmythapi.protocol.events This package contains interfaces related to MythTV events. 
org.jmythapi.protocol.events.impl This package contains implementations of MythTV events. 
org.jmythapi.protocol.impl This package contains implementations of MythTV protocol elements. 
org.jmythapi.protocol.request This package contains intefaces of MythTV request messages. 
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 IVersionable in org.jmythapi
 

Subinterfaces of IVersionable in org.jmythapi
 interface IBasicChannelInfo
          This interface is used to access some basic channels informations.
 interface IGuideDataThrough
          This interface represents the response to an IBackend.queryGuideDataThrough() request.
 interface IRecorderChannelInfo
          An interface to get informations about a MythTV recorder channel.
 interface IRecorderInfo
          An interface to get connection informations of a MythTV recorder.
 interface ISetting
          An interface to get the value of a MythTV setting.
 

Uses of IVersionable in org.jmythapi.database
 

Subinterfaces of IVersionable in org.jmythapi.database
 interface IJobCommand
           
 interface IJobStatus
           
 interface IJobType
           
 interface ISchedule
          An interface to create a new recording schedule.
 

Uses of IVersionable in org.jmythapi.database.impl
 

Classes in org.jmythapi.database.impl that implement IVersionable
 class ADatabaseEnumGroup<E extends Enum<E>>
           
 class ADatabaseRow<E extends Enum<E>>
           
 class ASettingsGroup<E extends Enum<E> & ISettingsProperty>
           
 class ChannelInfo
           
 class GuideDataThrough
           
 class JobCommands
           
 class JobQueue
           
 class JobStatus
           
 class JobType
           
 class MythFillDatabaseStatus
           
 class MythShutdownStatus
           
 class RecorderInfo
           
 class RecorderNextProgramInfo
           
 class Schedule
           
 class Setting
           
 class StorageGroupDirectory
           
 

Uses of IVersionable in org.jmythapi.impl
 

Classes in org.jmythapi.impl that implement IVersionable
 class AData<E extends Enum<E>>
          A generic data object.
 

Uses of IVersionable in org.jmythapi.protocol
 

Subinterfaces of IVersionable in org.jmythapi.protocol
 interface IBackendConnection
          This interface represents a connection to a MythTV-backend, -recorder or -encoder.
 interface IMythPacket
          This interface represents a protocol packet that can be send over network.
 interface IRecorder
          An interface to communicate with a MythTV recorder.
 interface IRemoteEncoder
          This interface represents a special view to a MythTV-recorder.
 

Uses of IVersionable in org.jmythapi.protocol.events
 

Subinterfaces of IVersionable in org.jmythapi.protocol.events
 interface IAskRecording
          Backend Event - Ask Recording.
 interface IClearSettingsCache
          Backend Event - Clear Settings Cache.
 interface IClientErrorEvent
           
 interface ICommflagStart
          Backend Event - Recording - Commercial-Flagging Start.
 interface IDoneRecording
          Backend Event- Recording Done.
 interface IDownloadFile<E extends Enum<E>>
          Backend Event - Download File.
 interface IDownloadFileFinished
          Backend Event - Download File Finished.
 interface IDownloadFileUpdate
          Backend Event - Download File Update.
 interface ILiveTvChainUpdate
          Backend Event - LiveTV Chain Update.
 interface IMythEvent<E extends Enum<E>>
          Backend Event.
 interface IPixmapGenerated
          Backend Event - Pixmap Generated.
 interface IRecordingEvent<E extends Enum<E>>
          Backend Event - Recording Changes.
 interface IRecordingListChange<E extends Enum<E>>
          Backend Event - Recordings-List Changed.
 interface IRecordingListChangeAdd
          Backend Event - Recording-List Event - Recording Added.
 interface IRecordingListChangeDelete
          Backend Event - Recording-List Event - Recording Deleted.
 interface IRecordingListChangeList
          Deprecated. 55, replaced by IRecordingListChangeAdd, IRecordingListChangeUpdate, IRecordingListChangeDelete
 interface IRecordingListChangeSingle<E extends Enum<E>>
          Backend Event - Recording-List Event - Single Recording Changed.
 interface IRecordingListChangeUpdate
          Backend Event - Recording - Properties Updated.
 interface IRecordingUpdateEvent<E extends Enum<E>>
          Backend Event - Recording - Properties Updated.
 interface IResetIdleTime
          Backend Event - Idle Time Reset.
 interface IScheduleChange
          Backend Event - Schedule Changed.
 interface IShutdownCountdown
          Backend Event - Shutdown Countdown.
 interface ISystemEvent
          Backend Event - System Event.
 interface IUpdateFileSize
          Backend Event - Recording - File-Size Updated.
 interface IUpdateProgInfo
          Deprecated. 55, replaced by IRecordingListChangeUpdate.
 interface IVideoList<E extends Enum<E>>
          Backend Event - Video List.
 interface IVideoListChange
          Backend Event - Video List - Change.
 interface IVideoListNoChange
          Backend Event - Video List - No Change.
 

Uses of IVersionable in org.jmythapi.protocol.events.impl
 

Classes in org.jmythapi.protocol.events.impl that implement IVersionable
 class AMythEvent<E extends Enum<E>>
           
 class AskRecording
           
 class ClearSettingsCache
           
 class ClientErrorEvent
           
 class CommflagStart
           
 class DoneRecording
           
 class DownloadFileFinished
           
 class DownloadFileUpdate
           
 class LiveTvChainUpdate
           
 class PixmapGenerated
           
 class RecordingListChangeAdd
           
 class RecordingListChangeAny
           
 class RecordingListChangeDelete
           
 class RecordingListChangeUpdate
           
 class ResetIdleTime
           
 class ScheduleChange
           
 class ShutdownCountdown
           
 class SystemEvent
           
 class UpdateFileSize
           
 class UpdateProgInfo
           
 class VideoList<E extends Enum<E>>
           
 class VideoListChange
           
 class VideoListNoChange
           
 

Uses of IVersionable in org.jmythapi.protocol.impl
 

Classes in org.jmythapi.protocol.impl that implement IVersionable
 class Backend
           
 class BackendConnection
           
 class ClientErrorPacket
           
 class MythPacket
           
 class Recorder
          An implementation of IRecorder.
 class RemoteEncoder
          TODO: what exactly is the difference between a Recorder and a RemoteEncoder?
 

Uses of IVersionable in org.jmythapi.protocol.request
 

Subinterfaces of IVersionable in org.jmythapi.protocol.request
 interface IMythCommand
          This interface represents a MythTV-protocol command.
 interface IMythRequest
          This interface represents a MythTV-protocol request.
 

Classes in org.jmythapi.protocol.request that implement IVersionable
 class AMythCommand
          The implementation of a MythTV-protocol command.
 class AMythRequest
          The implementation of a MythTV-protocol request.
 

Uses of IVersionable in org.jmythapi.protocol.response
 

Subinterfaces of IVersionable in org.jmythapi.protocol.response
 interface IBasicFreeSpace
          An interface to get the free disk space of a MythTV backend.
 interface IBasicInputInfo
          This interface is used to access basic input informations.
 interface IBasicProgramInfo
          This interface is used to access basic program informations.
 interface IEnumGroup<E extends Enum<E>>
          An enum group.
 interface IFileStatus
          An interface to get the status of a file on a MythTV backend.
 interface IFileTransfer
          An interface to transfer files from and to a backend.
 interface IFlagGroup<E extends Enum<E> & IFlag>
          A flag group.
 interface IFreeInputList
          The response to a IRecorder.getFreeInputs() or IRemoteEncoder.getFreeInputs() request.
 interface IFreeSpace
          Deprecated. 17
 interface IFreeSpaceList
          The response to a IBackend.queryFreeSpaceList(boolean) request.
 interface IFreeSpaceListEntry
          One entry of an IFreeSpaceList response.
 interface IFreeSpaceSummary
          An interface to get the free disk-space of a MythTV backend.
 interface IGroup<E extends Enum<E>>
          A value group.
 interface IInputInfo
          An interface to get informations about a recorder input.
 interface IInputInfoFree
          An interface to get the free inputs of a MythTV encoder.
 interface IInputInfoTuned
          An interface to get a currently in use recorder input.
 interface ILoad
          An interface to get the load of a MythTV backend.
 interface IMemStats
          An interface to get the memory uage of a MythTV backend.
 interface IMythResponse<E extends Enum<E>>
          This interface represents a MythTV response object.
 interface IPixmap
          An interface to read the preview image of a recording.
 interface IProgramAudioProperties
          The audio properties of a recording.
 interface IProgramFlags
          The flags of a recording.
 interface IProgramInfo
          An interface to get infos about a MythTV recording.
 interface IProgramInfoList
          An interface to get a list of MythTV recordings.
 interface IProgramRecordingDupInType
          The episode filter of a recording.
 interface IProgramRecordingDupMethodType
          The duplication mode of a recording.
 interface IProgramRecordingSearchType
           
 interface IProgramRecordingStatus
           
 interface IProgramRecordingType
           
 interface IProgramSubtitleType
          The subtitle type of a recording.
 interface IProgramVideoProperties
          The video properties of a recording.
 interface IRecorderChannelPrefixStatus
          An interface to check if a channel-number prefix matches.
 interface IRecorderNextProgramInfo
          An interface to get the next program of a MythTV recorder channel.
 interface IRecorderProgramInfo
          Deprecated. 21, replaced by IProgramInfo and IRecorderChannelInfo
 interface IRecordings
          A list of recordings.
 interface IRecordingsConflicting
          An interface to get all conflicting recordings of a MythTV backend.
 interface IRecordingsExpiring
          An interface to get all expiring recordings of a MythTV backend.
 interface IRecordingsPending
          An interface to get all pending recordings of a MythTV backend.
 interface IRecordingsScheduled
          An interface to get all scheduled recordings of a MythTV backend.
 interface IRecordingStatus
          An interface to get the recording status of a MythTV backend.
 interface IRemoteEncoderBusyStatus
          An interface to geht the busy status of a MythTV encoder.
 interface IRemoteEncoderFlags
          The flags of a remote encoder.
 interface IRemoteEncoderState
          An interface to geht the state of a MythTV encoder.
 interface IRingBuffer
          Deprecated. 20
 interface ISleepStatus
          The sleep state of a MythTV backend.
 interface IStorageGroupFile
          An interface to get the files of a MythTV storage group.
 interface ITimezone
          Am interface to get the timezone of a MythTV backend.
 interface ITransferable<E extends Enum<E>>
           
 interface ITunerInfo
          An interface to get informations about a locked MythTV recorder.
 interface IUptime
          An interface to get the uptime of a MythTV backend.
 

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

Classes in org.jmythapi.protocol.response.impl that implement IVersionable
 class AEnumGroup<E extends Enum<E>>
          An implementation of IEnumGroup.
 class AFlagGroup<E extends Enum<E> & IFlag>
           
 class AFreeSpace<E extends Enum<E>>
           
 class AMythResponse<E extends Enum<E>>
           
 class AProgramInfo<E extends Enum<E>>
           
 class ARecorderProgramInfo<E extends Enum<E>>
           
 class ARecordings<E extends Enum<E>>
           
 class AVersionableEnumGroup<E extends Enum<E> & IVersionableValue>
           
 class FileStatus
           
 class FileTransfer
           
 class FreeInputsList
           
 class FreeSpace
          Deprecated. 17
 class FreeSpaceList
           
 class FreeSpaceList.Entry
           
 class FreeSpaceSummary
           
 class InputInfoFree
           
 class InputInfoTuned
           
 class Load
           
 class MemStats
           
 class Pixmap
           
 class ProgramAudioProperties
           
 class ProgramFlags
           
 class ProgramInfo
           
 class ProgramInfoList
           
 class ProgramRecordingDupInType
           
 class ProgramRecordingDupMethodType
           
 class ProgramRecordingSearchType
           
 class ProgramRecordingStatus
           
 class ProgramRecordingType
           
 class ProgramSubtitleType
           
 class ProgramVideoProperties
           
 class RecorderChannelInfo
           
 class RecorderChannelPrefixStatus
           
 class RecorderProgramInfo
          Deprecated. 21
 class RecordingsConflicting
           
 class RecordingsExpiring
           
 class RecordingsPending
           
 class RecordingsScheduled
           
 class RecordingStatus
           
 class RemoteEncoderBusyStatus
           
 class RemoteEncoderFlags
           
 class RemoteEncoderState
           
 class RingBuffer
          Deprecated. 20
 class SleepStatus
           
 class StorageGroupFile
           
 class StorageGroupFileList
           
 class Timezone
           
 class TunerInfo
           
 class Uptime
           
 



Copyright © 2008-2013. All Rights Reserved.