A B C D E F G H I J L M N O P Q R S T U V W

A

accept(E) - Method in interface org.jmythapi.protocol.response.IFilter
 
accept(O) - Method in class org.jmythapi.protocol.response.impl.filters.EnumGroupFilter
 
accept(O) - Method in class org.jmythapi.protocol.response.impl.filters.FlagGroupFilter
 
accept(IProgramInfo) - Method in class org.jmythapi.protocol.response.impl.filters.ProgramInfoChannelFilter
 
accept(IProgramInfo) - Method in class org.jmythapi.protocol.response.impl.filters.ProgramInfoChannelIdRecordingStartTimeFilter
 
accept(IProgramInfo) - Method in class org.jmythapi.protocol.response.impl.filters.ProgramInfoConjunctionFilter
 
accept(IProgramInfo) - Method in class org.jmythapi.protocol.response.impl.filters.ProgramInfoDisjunctionFilter
 
accept(IProgramInfo) - Method in class org.jmythapi.protocol.response.impl.filters.ProgramInfoFilter
 
accept(IProgramInfo) - Method in class org.jmythapi.protocol.response.impl.filters.ProgramInfoNegotiationFilter
 
accept(IProgramInfo) - Method in class org.jmythapi.protocol.response.impl.filters.ProgramInfoRecorderFilter
 
accept(IProgramInfo) - Method in class org.jmythapi.protocol.response.impl.filters.ProgramInfoRecordingGroupFilter
 
accept(IProgramInfo) - Method in class org.jmythapi.protocol.response.impl.filters.ProgramInfoRecordingIdFilter
 
accept(IProgramInfo) - Method in class org.jmythapi.protocol.response.impl.filters.ProgramInfoStorageGroupFilter
 
accept(IProgramInfo) - Method in class org.jmythapi.protocol.response.impl.filters.ProgramInfoUniqueIdFilter
 
accept(IProgramInfo) - Method in interface org.jmythapi.protocol.response.IProgramInfoFilter
Tests if the filter criteria matches onto the given program.
AData<E extends Enum<E>> - Class in org.jmythapi.impl
A generic data object.
AData() - Constructor for class org.jmythapi.impl.AData
 
ADatabaseEnumGroup<E extends Enum<E>> - Class in org.jmythapi.database.impl
 
ADatabaseEnumGroup(Class<E>, ProtocolVersion, int, long) - Constructor for class org.jmythapi.database.impl.ADatabaseEnumGroup
 
ADatabaseRow<E extends Enum<E>> - Class in org.jmythapi.database.impl
 
ADatabaseRow(ProtocolVersion, int, Class<E>) - Constructor for class org.jmythapi.database.impl.ADatabaseRow
 
ADatabaseRow(ProtocolVersion, int, Class<E>, List<String>) - Constructor for class org.jmythapi.database.impl.ADatabaseRow
 
addEventListener(Class<Event>, IMythEventListener<Event>) - Method in interface org.jmythapi.protocol.IBackend
 
addEventListener(IMythEventPacketListener) - Method in interface org.jmythapi.protocol.IBackendConnection
Registers a new event listener.
addEventListener(Class<Event>, IMythEventListener<Event>) - Method in class org.jmythapi.protocol.impl.Backend
 
addEventListener(IMythEventPacketListener) - Method in class org.jmythapi.protocol.impl.BackendConnection
 
addEventPacketListener(IMythEventPacketListener) - Method in interface org.jmythapi.protocol.IBackend
Registers a new event listener.
addEventPacketListener(IMythEventPacketListener) - Method in class org.jmythapi.protocol.impl.Backend
 
addJob(JobQueue) - Method in interface org.jmythapi.database.IDatabase
 
addJob(JobQueue) - Method in class org.jmythapi.database.impl.DataBase
 
addressToInt(InetAddress) - Static method in class org.jmythapi.protocol.utils.RequestUtils
 
addSchedule(Schedule) - Method in interface org.jmythapi.database.IDatabase
 
addSchedule(Schedule) - Method in class org.jmythapi.database.impl.DataBase
 
addUsedSpace(long) - Method in interface org.jmythapi.protocol.response.IFreeSpace
Deprecated.  
addUsedSpace(long) - Method in interface org.jmythapi.protocol.response.IFreeSpaceListEntry
 
addUsedSpace(long) - Method in class org.jmythapi.protocol.response.impl.FreeSpace
Deprecated.  
addUsedSpace(long) - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
AEnumGroup<E extends Enum<E>> - Class in org.jmythapi.protocol.response.impl
An implementation of IEnumGroup.
AEnumGroup(Class<E>, ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.AEnumGroup
 
AFlagGroup<E extends Enum<E> & IFlag> - Class in org.jmythapi.protocol.response.impl
 
AFlagGroup(Class<E>, ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.AFlagGroup
 
AFreeSpace<E extends Enum<E>> - Class in org.jmythapi.protocol.response.impl
 
AFreeSpace(Class<E>, IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.AFreeSpace
 
AFreeSpace(ProtocolVersion, Class<E>, String...) - Constructor for class org.jmythapi.protocol.response.impl.AFreeSpace
 
AFreeSpace(ProtocolVersion, Class<E>, ArrayList<String>) - Constructor for class org.jmythapi.protocol.response.impl.AFreeSpace
 
aggregateDateTime(Date, Time, boolean) - Static method in class org.jmythapi.utils.EncodingUtils
 
AGroup<E extends Enum<E>> - Class in org.jmythapi.protocol.response.impl
 
AGroup(Class<E>, ProtocolVersion, int) - Constructor for class org.jmythapi.protocol.response.impl.AGroup
 
AGroup(Class<E>, ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.AGroup
 
allFlags(IProgramFlags.Flags...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by flags.
ALLOW_SHUTDOWN - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Allows a backend to shut down.
allowShutdown() - Method in interface org.jmythapi.protocol.IBackend
Allows a backend to shutdown.
allowShutdown() - Method in class org.jmythapi.protocol.impl.Backend
 
AMythCommand - Class in org.jmythapi.protocol.request
The implementation of a MythTV-protocol command.
AMythCommand(ProtocolVersion, String) - Constructor for class org.jmythapi.protocol.request.AMythCommand
 
AMythCommand(ProtocolVersion, String, String...) - Constructor for class org.jmythapi.protocol.request.AMythCommand
 
AMythCommand(ProtocolVersion, String, List<String>) - Constructor for class org.jmythapi.protocol.request.AMythCommand
 
AMythEvent<E extends Enum<E>> - Class in org.jmythapi.protocol.events.impl
 
AMythEvent(Class<E>, IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.AMythEvent
 
AMythEvent(ProtocolVersion, Class<E>, String, List<String>) - Constructor for class org.jmythapi.protocol.events.impl.AMythEvent
 
AMythRequest - Class in org.jmythapi.protocol.request
The implementation of a MythTV-protocol request.
AMythRequest(IMythCommand) - Constructor for class org.jmythapi.protocol.request.AMythRequest
 
AMythRequest(IMythCommand, String...) - Constructor for class org.jmythapi.protocol.request.AMythRequest
 
AMythRequest(IMythCommand, List<String>) - Constructor for class org.jmythapi.protocol.request.AMythRequest
 
AMythResponse<E extends Enum<E>> - Class in org.jmythapi.protocol.response.impl
 
AMythResponse(ProtocolVersion, Class<E>) - Constructor for class org.jmythapi.protocol.response.impl.AMythResponse
A constructor to create a response object with an empty response-arguments list.
AMythResponse(Class<E>, IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.AMythResponse
A constructor to create a response object from a given packet object.
AMythResponse(ProtocolVersion, Class<E>, String...) - Constructor for class org.jmythapi.protocol.response.impl.AMythResponse
A constructor to create a response object from the given response-arguments array.
AMythResponse(ProtocolVersion, Class<E>, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.AMythResponse
A constructor to create a response object from the given response-arguments list.
and(IProgramInfoFilter...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
 
ANN - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Announces a client to the backend.
ANN_FILE_TRANSFER - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Announces a file transfer.
ANN_MEDIASERVER - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Announces a client as mediaserver.
ANN_MONITOR - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Announces a client as monitoring client.
ANN_PLAYBACK - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Announces a client as playback client.
ANN_RING_BUFFER - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 20
ANN_SLAVEBACKEND - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Announces a client as slave backend.
annotateFileTransfer(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Announce a new file-transfer connection to the backend.
annotateFileTransfer(IProgramInfo, Boolean, Integer, Integer) - Method in interface org.jmythapi.protocol.IBackend
Announce a new file-transfer connection to the backend.
annotateFileTransfer(URI) - Method in interface org.jmythapi.protocol.IBackend
Announce a new file-transfer connection to the backend.
annotateFileTransfer(String, String) - Method in interface org.jmythapi.protocol.IBackend
Announce a new file-transfer connection to the backend.
annotateFileTransfer(String, Boolean, Integer, Integer, String) - Method in interface org.jmythapi.protocol.IBackend
Announce a new file-transfer connection to the backend.
annotateFileTransfer(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
annotateFileTransfer(IProgramInfo, Boolean, Integer, Integer) - Method in class org.jmythapi.protocol.impl.Backend
 
annotateFileTransfer(URI) - Method in class org.jmythapi.protocol.impl.Backend
 
annotateFileTransfer(String, String) - Method in class org.jmythapi.protocol.impl.Backend
 
annotateFileTransfer(String, Boolean, Integer, Integer, String) - Method in class org.jmythapi.protocol.impl.Backend
 
annotateMonitor() - Method in interface org.jmythapi.protocol.IBackend
Announces a new monitor connection to the backend.
annotateMonitor(String) - Method in interface org.jmythapi.protocol.IBackend
Announces a new monitor connection to the backend.
annotateMonitor(String, EPlaybackSockEventsMode) - Method in interface org.jmythapi.protocol.IBackend
Announces a new monitor connection to the backend.
annotateMonitor() - Method in class org.jmythapi.protocol.impl.Backend
 
annotateMonitor(String) - Method in class org.jmythapi.protocol.impl.Backend
 
annotateMonitor(String, EPlaybackSockEventsMode) - Method in class org.jmythapi.protocol.impl.Backend
 
annotatePlayback() - Method in interface org.jmythapi.protocol.IBackend
Announce a new playback connection to the backend.
annotatePlayback(String) - Method in interface org.jmythapi.protocol.IBackend
Announce a new playback connection to the backend.
annotatePlayback(String, EPlaybackSockEventsMode) - Method in interface org.jmythapi.protocol.IBackend
Announce a new playback connection to the backend.
annotatePlayback() - Method in class org.jmythapi.protocol.impl.Backend
 
annotatePlayback(String) - Method in class org.jmythapi.protocol.impl.Backend
 
annotatePlayback(String, EPlaybackSockEventsMode) - Method in class org.jmythapi.protocol.impl.Backend
 
annotateRingBuffer() - Method in class org.jmythapi.protocol.impl.Recorder
Deprecated. 20
annotateRingBuffer() - Method in interface org.jmythapi.protocol.IRecorder
Deprecated. 20
anyFlags(IProgramFlags.Flags...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by flags.
AProgramInfo<E extends Enum<E>> - Class in org.jmythapi.protocol.response.impl
 
AProgramInfo(Class<E>, IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.AProgramInfo
 
AProgramInfo(ProtocolVersion, Class<E>) - Constructor for class org.jmythapi.protocol.response.impl.AProgramInfo
 
AProgramInfo(ProtocolVersion, Class<E>, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.AProgramInfo
 
ARecorderProgramInfo<E extends Enum<E>> - Class in org.jmythapi.protocol.response.impl
 
ARecorderProgramInfo(Class<E>, IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.ARecorderProgramInfo
 
ARecorderProgramInfo(ProtocolVersion, Class<E>) - Constructor for class org.jmythapi.protocol.response.impl.ARecorderProgramInfo
 
ARecorderProgramInfo(ProtocolVersion, Class<E>, ArrayList<String>) - Constructor for class org.jmythapi.protocol.response.impl.ARecorderProgramInfo
 
ARecordings<E extends Enum<E>> - Class in org.jmythapi.protocol.response.impl
 
ARecordings(Class<E>, IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.ARecordings
 
ARecordings(ProtocolVersion, Class<E>, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.ARecordings
 
ASettingsGroup<E extends Enum<E> & ISettingsProperty> - Class in org.jmythapi.database.impl
 
ASettingsGroup(ProtocolVersion, int, Class<E>, Map<String, ISetting>) - Constructor for class org.jmythapi.database.impl.ASettingsGroup
 
AskRecording - Class in org.jmythapi.protocol.events.impl
 
AskRecording(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.AskRecording
 
asList() - Method in interface org.jmythapi.protocol.response.IFreeInputList
Gets the free-inputs as list
asList() - Method in interface org.jmythapi.protocol.response.IFreeSpaceList
Returns a list, containing one entry for each backend storage-group.
asList() - Method in class org.jmythapi.protocol.response.impl.FreeInputsList
 
asList() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList
 
asList() - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
asList(IProgramInfoFilter) - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
asList() - Method in class org.jmythapi.protocol.response.impl.StorageGroupFileList
 
asList() - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Returns a list of programs.
asList(IProgramInfoFilter) - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Returns a list of programs.
asList() - Method in interface org.jmythapi.protocol.response.IStorageGroupFileList
Gets a list of files stored in the storage group.
asMap(IProgramInfoList.MapKey) - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
asMap(IProgramInfoList.MapKey) - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Returns a map containing the unique-id of each program as key and the program as value.
AVersionableEnumGroup<E extends Enum<E> & IVersionableValue> - Class in org.jmythapi.protocol.response.impl
 
AVersionableEnumGroup(Class<E>, ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.AVersionableEnumGroup
 
AVersionRange<V extends Enum<V> & IVersion> - Class in org.jmythapi.impl
 
AVersionRange(V, V) - Constructor for class org.jmythapi.impl.AVersionRange
Constructs a version-range object from two version objects

B

Backend - Class in org.jmythapi.protocol.impl
 
Backend(String) - Constructor for class org.jmythapi.protocol.impl.Backend
 
Backend(String, int) - Constructor for class org.jmythapi.protocol.impl.Backend
 
Backend(IBackendConnection) - Constructor for class org.jmythapi.protocol.impl.Backend
Constructs the backend object from an existing backend connection.
BACKEND_MESSAGE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message.
BACKEND_MESSAGE_ASK_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Ask Recording.
BACKEND_MESSAGE_CLEAR_SETTINGS_CACHE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Clear Settings Cache.
BACKEND_MESSAGE_COMMFLAG_START - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Commflag Start.
BACKEND_MESSAGE_DONE_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Done Recording.
BACKEND_MESSAGE_DOWNLOAD_FILE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Download File.
BACKEND_MESSAGE_GENERATED_PIXMAP - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Pixmap generated.
BACKEND_MESSAGE_LIVETV_CHAIN - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - LiveTV Chain Update.
BACKEND_MESSAGE_LIVETV_WATCH - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - LiveTV Watch.
BACKEND_MESSAGE_MASTER_UPDATE_PROG_INFO - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Master Update Program Info.
BACKEND_MESSAGE_QUIT_LIVETV - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Quit LiveTV.
BACKEND_MESSAGE_RECORDING_LIST_CHANGE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Recording List Changed.
BACKEND_MESSAGE_RESET_IDLETIME - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Reset Idletime.
BACKEND_MESSAGE_SCHEDULE_CHANGE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Scheduler Changed.
BACKEND_MESSAGE_SHUTDOWN_COUNTDOWN - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Backend is idle and waiting for shutdown.
BACKEND_MESSAGE_SHUTDOWN_NOW - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Backend will shutdown now.
BACKEND_MESSAGE_SIGNAL - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Signal.
BACKEND_MESSAGE_SYSTEM_EVENT - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - System Event.
BACKEND_MESSAGE_UPDATE_FILE_SIZE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Recording File Size changed.
BACKEND_MESSAGE_UPDATE_PROG_INFO - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 55, replaced by IMythCommand.BACKEND_MESSAGE_RECORDING_LIST_CHANGE UPDATE.
BACKEND_MESSAGE_VIDEO_LIST_CHANGE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Video List - Change.
BACKEND_MESSAGE_VIDEO_LIST_NO_CHANGE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Backend Message - Video List - No Change.
BackendConnection - Class in org.jmythapi.protocol.impl
 
BackendConnection(String) - Constructor for class org.jmythapi.protocol.impl.BackendConnection
 
BackendConnection(String, int) - Constructor for class org.jmythapi.protocol.impl.BackendConnection
 
BackendFactory - Class in org.jmythapi.protocol
A factory to create a new backend instance.
BackendFactory() - Constructor for class org.jmythapi.protocol.BackendFactory
 
Base64Coder - Class in org.jmythapi.utils
A Base64 encoder/decoder.
BLOCK_SHUTDOWN - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Prevents a backend shutdown.
blockShutdown() - Method in interface org.jmythapi.protocol.IBackend
Prevents a backend from shutting down.
blockShutdown() - Method in class org.jmythapi.protocol.impl.Backend
 
BROADCAST_DEVICE_TYPE - Static variable in class org.jmythapi.upnp.UpnpUtil
 
BROADCAST_IP - Static variable in class org.jmythapi.upnp.UpnpUtil
 
BROADCAST_PORT - Static variable in class org.jmythapi.upnp.UpnpUtil
 

C

cancelNextRecording(Boolean) - Method in class org.jmythapi.protocol.impl.Recorder
 
cancelNextRecording(Boolean) - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
cancelNextRecording(Boolean) - Method in interface org.jmythapi.protocol.IRecorder
Tells the recorder to cancel or continue the next recording.
cancelNextRecording(Boolean) - Method in interface org.jmythapi.protocol.IRemoteEncoder
Tells the encoder to cancel the next recording.
canReadData() - Method in interface org.jmythapi.protocol.IBackendConnection
Checks if data is available to read without blocking.
canReadData() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
canReadPacket() - Method in interface org.jmythapi.protocol.IBackendConnection
Checks if at least PacketUtils.SIZE_STRING_LENGTH bytes can be read from the underlying input stream without blocking.
canReadPacket() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
CATEGORY_MANUAL_RECORDING - Static variable in interface org.jmythapi.database.ISchedule
 
changeBrightness(boolean) - Method in class org.jmythapi.protocol.impl.Recorder
 
changeBrightness(EPictureAdjustmentType, boolean) - Method in class org.jmythapi.protocol.impl.Recorder
 
changeBrightness(boolean) - Method in interface org.jmythapi.protocol.IRecorder
Changes the brightness of a recording.
changeBrightness(EPictureAdjustmentType, boolean) - Method in interface org.jmythapi.protocol.IRecorder
Changes the brightness value.
changeChannel(EChannelChangeDirection) - Method in class org.jmythapi.protocol.impl.Recorder
 
changeChannel(int) - Method in class org.jmythapi.protocol.impl.Recorder
 
changeChannel(EChannelChangeDirection) - Method in interface org.jmythapi.protocol.IRecorder
Changes to the next or previous channel.
changeChannel(int) - Method in interface org.jmythapi.protocol.IRecorder
Changes to the next or previous channel.
changeColour(boolean) - Method in class org.jmythapi.protocol.impl.Recorder
 
changeColour(EPictureAdjustmentType, boolean) - Method in class org.jmythapi.protocol.impl.Recorder
 
changeColour(boolean) - Method in interface org.jmythapi.protocol.IRecorder
Changes the colour of a recording.
changeColour(EPictureAdjustmentType, boolean) - Method in interface org.jmythapi.protocol.IRecorder
Changes the colour value.
changeContrast(boolean) - Method in class org.jmythapi.protocol.impl.Recorder
 
changeContrast(EPictureAdjustmentType, boolean) - Method in class org.jmythapi.protocol.impl.Recorder
 
changeContrast(boolean) - Method in interface org.jmythapi.protocol.IRecorder
Changes the contrast of a recording.
changeContrast(EPictureAdjustmentType, boolean) - Method in interface org.jmythapi.protocol.IRecorder
Changes the contrast value.
changeHue(boolean) - Method in class org.jmythapi.protocol.impl.Recorder
 
changeHue(EPictureAdjustmentType, boolean) - Method in class org.jmythapi.protocol.impl.Recorder
 
changeHue(boolean) - Method in interface org.jmythapi.protocol.IRecorder
Changes the hue value of a recording.
changeHue(EPictureAdjustmentType, boolean) - Method in interface org.jmythapi.protocol.IRecorder
Changes the hue value.
channel(Integer...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by channel ID.
channel(IBasicChannelInfo...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by channel.
CHANNEL_GROUP_DEFAULT - Static variable in class org.jmythapi.protocol.ProtocolConstants
The default channel group name
channelIdRecStartTime(Integer, Date) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by channel-id and recording-start-time.
ChannelInfo - Class in org.jmythapi.database.impl
 
ChannelInfo(ProtocolVersion, int, List<String>) - Constructor for class org.jmythapi.database.impl.ChannelInfo
 
ChannelNumberComparator - Class in org.jmythapi.protocol.response.impl.comparators
 
ChannelNumberComparator() - Constructor for class org.jmythapi.protocol.response.impl.comparators.ChannelNumberComparator
 
CHECK_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Check if a prgram is currently being recorded.
checkChannel(String) - Method in class org.jmythapi.protocol.impl.Recorder
 
checkChannel(String) - Method in interface org.jmythapi.protocol.IRecorder
Checks if named channel exists on current tuner.
checkChannelPrefix(String) - Method in class org.jmythapi.protocol.impl.Recorder
 
checkChannelPrefix(String) - Method in interface org.jmythapi.protocol.IRecorder
Checks a channel-number prefix against the channels in the MythTV-DB.
checkRecording(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Checks if the given program is currently being recorded.
checkRecording(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
checkSize(List<String>) - Method in class org.jmythapi.protocol.events.impl.AskRecording
 
checkSize(List<String>) - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeUpdate
 
checkSize(List<String>) - Method in class org.jmythapi.protocol.events.impl.SystemEvent
 
checkSize(List<String>) - Method in class org.jmythapi.protocol.events.impl.UpdateProgInfo
 
checkSize(List<String>) - Method in class org.jmythapi.protocol.events.impl.VideoListChange
 
checkSize(List<String>) - Method in class org.jmythapi.protocol.response.impl.AMythResponse
A function to check if the given response-argument-liste contains all expected arguments.
checkSize(List<String>) - Method in class org.jmythapi.protocol.response.impl.FreeInputsList
The size of the response array must be a multiple of IInputInfoFree.Props.values().size().
checkSize(List<String>) - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList
The size of the response array must be a multiple of IFreeSpaceListEntry.EntryProps.values().size().
checkSize(List<String>) - Method in class org.jmythapi.protocol.response.impl.StorageGroupFileList
 
ClearSettingsCache - Class in org.jmythapi.protocol.events.impl
 
ClearSettingsCache(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.ClearSettingsCache
 
clearSettingsCache() - Method in interface org.jmythapi.protocol.IBackend
Forces the backend to clear its settings cache.
clearSettingsCache() - Method in class org.jmythapi.protocol.impl.Backend
 
ClientErrorEvent - Class in org.jmythapi.protocol.events.impl
 
ClientErrorEvent(ProtocolVersion, Exception, List<String>) - Constructor for class org.jmythapi.protocol.events.impl.ClientErrorEvent
 
ClientErrorPacket - Class in org.jmythapi.protocol.impl
 
ClientErrorPacket(ProtocolVersion, Exception) - Constructor for class org.jmythapi.protocol.impl.ClientErrorPacket
 
clone() - Method in class org.jmythapi.database.impl.ADatabaseRow
 
clone() - Method in class org.jmythapi.impl.AData
Creates a copy of this object.
clone() - Method in class org.jmythapi.protocol.impl.Recorder
Creates a copy of this recorder.
clone() - Method in class org.jmythapi.protocol.response.impl.AGroup
 
clone() - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
clone() - Method in class org.jmythapi.protocol.response.impl.RingBuffer
Deprecated.  
clone() - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Clones this program info list.
close() - Method in interface org.jmythapi.protocol.IBackendConnection
Closes the connection to the MythTV-backend.
close() - Method in class org.jmythapi.protocol.impl.Backend
 
close() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
close() - Method in class org.jmythapi.protocol.impl.Recorder
 
close() - Method in interface org.jmythapi.protocol.IRecorder
Closes the current recorder connection.
close() - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
close() - Method in class org.jmythapi.protocol.response.impl.RingBuffer
Deprecated.  
close() - Method in interface org.jmythapi.protocol.response.IRingBuffer
Deprecated. Closes the ringbuffer connection.
close() - Method in interface org.jmythapi.protocol.response.ITransferable
 
COMMANDS - Static variable in class org.jmythapi.protocol.utils.CommandUtils
A list of known MythTV-protocol commands.
CommandUtils - Class in org.jmythapi.protocol.utils
This class provides protocol command related utility functions.
CommandUtils() - Constructor for class org.jmythapi.protocol.utils.CommandUtils
 
CommflagStart - Class in org.jmythapi.protocol.events.impl
 
CommflagStart(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.CommflagStart
 
compare(IBasicChannelInfo, IBasicChannelInfo) - Method in class org.jmythapi.protocol.response.impl.comparators.ChannelNumberComparator
 
compare(IPropertyAware<P>, IPropertyAware<P>) - Static method in class org.jmythapi.protocol.utils.PropertyAwareUtils
Compares two property-aware objects.
computeHash(File) - Static method in class org.jmythapi.utils.OpenSubtitlesHasher
 
computeHash(InputStream, long) - Static method in class org.jmythapi.utils.OpenSubtitlesHasher
 
connect() - Method in interface org.jmythapi.protocol.IBackend
Establishes a new connection to the backend.
connect(Integer) - Method in interface org.jmythapi.protocol.IBackend
 
connect() - Method in class org.jmythapi.protocol.impl.Backend
 
connect(Integer) - Method in class org.jmythapi.protocol.impl.Backend
 
connect() - Method in class org.jmythapi.url.mythtv.MythURLConnection
 
controlJob(Integer, IJobCommand) - Method in interface org.jmythapi.database.IDatabase
 
controlJob(Integer, IJobCommand) - Method in class org.jmythapi.database.impl.DataBase
 
copyArguments(S, T) - Static method in class org.jmythapi.protocol.utils.ResponseUtils
 
copyEnumValues(S, T) - Static method in class org.jmythapi.utils.GenericEnumUtils
A function to copy properties from a source- to a target-object.
copyEnumValues(S, T, boolean, boolean, boolean) - Static method in class org.jmythapi.utils.GenericEnumUtils
A function to copy properties from a source- to a target-object.
createBackend(String) - Static method in class org.jmythapi.protocol.BackendFactory
 
createBackend(String, int) - Static method in class org.jmythapi.protocol.BackendFactory
 
createCommandConnection(String, int) - Method in class org.jmythapi.protocol.impl.Backend
 
createDataObject(ProtocolVersion, int, Class<R>, List<String>) - Static method in class org.jmythapi.database.utils.DatabaseUtils
 
createObject(Class<G>, ProtocolVersion, long) - Static method in class org.jmythapi.protocol.response.impl.AGroup
 

D

DataBase - Class in org.jmythapi.database.impl
TODO: database versions are stored in: mythtv/libs/libmythtv/dbcheck.cpp
DataBase(String, int, String, String, String) - Constructor for class org.jmythapi.database.impl.DataBase
 
DatabaseUtils - Class in org.jmythapi.database.utils
 
DatabaseUtils() - Constructor for class org.jmythapi.database.utils.DatabaseUtils
 
DatabaseVersion - Enum in org.jmythapi.database
 
DatabaseVersionRange - Class in org.jmythapi.database
 
DatabaseVersionRange(MythDatabaseVersionAnnotation) - Constructor for class org.jmythapi.database.DatabaseVersionRange
 
DatabaseVersionRange(DatabaseVersion, DatabaseVersion) - Constructor for class org.jmythapi.database.DatabaseVersionRange
 
DATE - Static variable in class org.jmythapi.protocol.ProtocolVersionInfo
The date when the protocol version was introduced.
DATE_PATTERN - Static variable in class org.jmythapi.utils.EncodingUtils
 
debugging - Variable in class org.jmythapi.protocol.impl.Backend
 
decode(String) - Static method in class org.jmythapi.utils.Base64Coder
Decodes a byte array from Base64 format.
decode(char[]) - Static method in class org.jmythapi.utils.Base64Coder
Decodes a byte array from Base64 format.
decode(char[], int, int) - Static method in class org.jmythapi.utils.Base64Coder
Decodes a byte array from Base64 format.
decodeBoolean(String) - Static method in class org.jmythapi.utils.EncodingUtils
 
decodeBoolean(String, Boolean) - Static method in class org.jmythapi.utils.EncodingUtils
 
decodeLines(String) - Static method in class org.jmythapi.utils.Base64Coder
Decodes a byte array from Base64 format and ignores line separators, tabs and blanks.
decodeLong(String, String) - Static method in class org.jmythapi.utils.EncodingUtils
Deprecated. 66
decodeLong(int[]) - Static method in class org.jmythapi.utils.EncodingUtils
Deprecated. 66
decodeProperty(Class<T>, String) - Method in class org.jmythapi.database.impl.ADatabaseRow
 
decodeProperty(Class<T>, String) - Method in class org.jmythapi.impl.AData
 
decodeProperty(Class<T>, String) - Method in class org.jmythapi.protocol.events.impl.AMythEvent
 
decodeProperty(Class<T>, String) - Method in class org.jmythapi.protocol.response.impl.AMythResponse
 
decodeString(String) - Static method in class org.jmythapi.utils.Base64Coder
Decodes a string from Base64 format.
decodeString(Class<E>, ProtocolVersion, String) - Static method in class org.jmythapi.utils.EncodingUtils
Converts the given value-string into the specified class.
decodeString(Class<E>, ProtocolVersion, int, boolean, String) - Static method in class org.jmythapi.utils.EncodingUtils
 
decodeString(Class<E>, ProtocolVersion, int, boolean, String, E) - Static method in class org.jmythapi.utils.EncodingUtils
Converts the given value-string into the specified class.
DEFAULT_BUFFER_SIZE - Static variable in class org.jmythapi.protocol.response.impl.FileTransfer
 
DEFAULT_COMMAND_PORT - Static variable in interface org.jmythapi.protocol.IBackendConnection
The default MythTV-backend port.
DEFAULT_DB - Static variable in interface org.jmythapi.database.IDatabase
 
DEFAULT_PORT - Static variable in interface org.jmythapi.database.IDatabase
 
DEFAULT_RANGE - Static variable in class org.jmythapi.database.DatabaseVersionRange
 
DEFAULT_RANGE - Static variable in class org.jmythapi.protocol.ProtocolVersionRange
The default protocol-version range.
DEFAULT_USER - Static variable in interface org.jmythapi.database.IDatabase
 
DELETE_FAILED_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 39, only available for a very short time.
DELETE_FILE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Delete a remote file.
DELETE_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Marks a recording for deletion.
deleteFile(URI) - Method in interface org.jmythapi.protocol.IBackend
Delete a remote file.
deleteFile(String, String) - Method in interface org.jmythapi.protocol.IBackend
Delete a remote file.
deleteFile(URI) - Method in class org.jmythapi.protocol.impl.Backend
 
deleteFile(String, String) - Method in class org.jmythapi.protocol.impl.Backend
 
deleteJob(Integer) - Method in interface org.jmythapi.database.IDatabase
 
deleteJob(Integer) - Method in class org.jmythapi.database.impl.DataBase
 
deleteRecording(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Deletes a recording file.
deleteRecording(IProgramInfo, Boolean, Boolean) - Method in interface org.jmythapi.protocol.IBackend
Delets a recording file, recording metadata and recording history.
deleteRecording(Integer, Date) - Method in interface org.jmythapi.protocol.IBackend
Deletes a recording-file.
deleteRecording(Integer, Date, Boolean, Boolean) - Method in interface org.jmythapi.protocol.IBackend
Delets a recording file, recording metadata and recording history.
deleteRecording(Integer, Date) - Method in class org.jmythapi.protocol.impl.Backend
 
deleteRecording(IProgramInfo, Boolean, Boolean) - Method in class org.jmythapi.protocol.impl.Backend
 
deleteRecording(Integer, Date, Boolean, Boolean) - Method in class org.jmythapi.protocol.impl.Backend
 
deleteRecording(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
deleteSchedule(Integer) - Method in interface org.jmythapi.database.IDatabase
 
deleteSchedule(Integer) - Method in class org.jmythapi.database.impl.DataBase
 
DELIM - Static variable in interface org.jmythapi.protocol.IMythPacket
The delimeter used to separate the packet arguments when sending them over network.
DELIM - Static variable in class org.jmythapi.protocol.utils.CommandUtils
 
DELIM_REGEXP - Static variable in class org.jmythapi.protocol.utils.PacketUtils
A regular expression used to split packet arguments when receiving them over network.
DESCRIPTION_MANUALLY_SCHEDULED - Static variable in interface org.jmythapi.database.ISchedule
 
disconnect() - Method in interface org.jmythapi.protocol.IBackend
Disconnects from the backend.
disconnect() - Method in class org.jmythapi.protocol.impl.Backend
 
DONE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Closes a backend connection.
done() - Method in interface org.jmythapi.protocol.response.IFileTransfer
Closes the file transfer connection.
done() - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
done() - Method in class org.jmythapi.protocol.response.impl.RingBuffer
Deprecated. 20
done() - Method in interface org.jmythapi.protocol.response.IRingBuffer
Deprecated. 20
done() - Method in interface org.jmythapi.protocol.response.ITransferable
 
DoneRecording - Class in org.jmythapi.protocol.events.impl
 
DoneRecording(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.DoneRecording
 
doubleValue() - Method in class org.jmythapi.protocol.response.impl.AGroup
 
DOWNLOAD_FILE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Downloads a file on the backend.
DOWNLOAD_FILE_NOW - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Downloads a file on the backend immediately.
DownloadFile - Class in org.jmythapi.protocol.events.impl
 
DownloadFile() - Constructor for class org.jmythapi.protocol.events.impl.DownloadFile
 
downloadFile(URI, String, String) - Method in interface org.jmythapi.protocol.IBackend
Downloads a file to the backend.
downloadFile(URI, String, String) - Method in class org.jmythapi.protocol.impl.Backend
 
DownloadFileFinished - Class in org.jmythapi.protocol.events.impl
 
DownloadFileFinished(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.events.impl.DownloadFileFinished
 
downloadFileNow(URI, String, String) - Method in interface org.jmythapi.protocol.IBackend
Downloads a file to the backend.
downloadFileNow(URI, String, String) - Method in class org.jmythapi.protocol.impl.Backend
 
DownloadFileUpdate - Class in org.jmythapi.protocol.events.impl
 
DownloadFileUpdate(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.events.impl.DownloadFileUpdate
 
DRIVER_NAME - Static variable in class org.jmythapi.database.impl.DataBase
 

E

EChannelBrowseDirection - Enum in org.jmythapi.protocol.request
Specifies the direction used for channel browsing.
EChannelChangeDirection - Enum in org.jmythapi.protocol.request
Specifies the direction used for channel switching.
EMPTY_INPUT - Static variable in interface org.jmythapi.protocol.response.IInputInfo
Constant used as input name if the encoder is idle.
EMPTY_LIST - Static variable in class org.jmythapi.protocol.response.impl.FreeInputsList
 
emptyList(ProtocolVersion) - Static method in class org.jmythapi.protocol.response.impl.ProgramInfoList
Creates an empty program-info list
emptyList(ProtocolVersion) - Static method in class org.jmythapi.protocol.response.impl.RecordingsPending
Creates a new empty list
enableEventListening() - Method in interface org.jmythapi.protocol.IBackendConnection
Enables event listening.
enableEventListening() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
encode(byte[]) - Static method in class org.jmythapi.utils.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class org.jmythapi.utils.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int, int) - Static method in class org.jmythapi.utils.Base64Coder
Encodes a byte array into Base64 format.
encodeLines(byte[]) - Static method in class org.jmythapi.utils.Base64Coder
Encodes a byte array into Base 64 format and breaks the output into lines of 76 characters.
encodeLines(byte[], int, int, int, String) - Static method in class org.jmythapi.utils.Base64Coder
Encodes a byte array into Base 64 format and breaks the output into lines.
encodeLong(long) - Static method in class org.jmythapi.utils.EncodingUtils
Deprecated. 66
encodeObject(Class<S>, ProtocolVersion, S, Class<T>, String) - Static method in class org.jmythapi.utils.EncodingUtils
 
encodeObject(Class<S>, ProtocolVersion, int, boolean, S, Class<T>, String) - Static method in class org.jmythapi.utils.EncodingUtils
 
encodeProperty(Class<S>, S, Class<T>, String) - Method in class org.jmythapi.database.impl.ADatabaseRow
 
encodeProperty(Class<S>, S, Class<T>, String) - Method in class org.jmythapi.impl.AData
 
encodeProperty(Class<S>, S, Class<T>, String) - Method in class org.jmythapi.protocol.events.impl.AMythEvent
 
encodeProperty(Class<S>, S, Class<T>, String) - Method in class org.jmythapi.protocol.response.impl.AMythResponse
 
encodeString(String) - Static method in class org.jmythapi.utils.Base64Coder
Encodes a string into Base64 format.
EncodingUtils - Class in org.jmythapi.utils
 
EncodingUtils.DateTimePattern - Enum in org.jmythapi.utils
Date pattern used to parse dates.
EnumGroupFilter<E extends Enum<E>,P extends Enum<P>,O extends IPropertyAware<P>> - Class in org.jmythapi.protocol.response.impl.filters
 
EnumGroupFilter(P, E...) - Constructor for class org.jmythapi.protocol.response.impl.filters.EnumGroupFilter
 
EnumUtils - Class in org.jmythapi.database.utils
 
EnumUtils() - Constructor for class org.jmythapi.database.utils.EnumUtils
 
EnumUtils - Class in org.jmythapi.protocol.utils
This class provides enumeration related utility function.
EnumUtils() - Constructor for class org.jmythapi.protocol.utils.EnumUtils
 
EPictureAdjustmentType - Enum in org.jmythapi.protocol.request
 
EPlaybackSockEventsMode - Enum in org.jmythapi.protocol.request
This Enum can be used to define, which types of events a client is interested to receive via a playback- or monitor socket.
equals(Object) - Method in class org.jmythapi.database.impl.ADatabaseRow
Tests objects for equality.
equals(Object) - Method in class org.jmythapi.impl.AData
Tests objects for equality.
equals(Object) - Method in class org.jmythapi.impl.AVersionRange
 
equals(Object) - Method in class org.jmythapi.protocol.response.impl.AGroup
 
ERecordingsType - Enum in org.jmythapi.protocol.request
Recording types used by the IBackend.queryRecordings(ERecordingsType) request.
ERROR_HOSTNAME - Static variable in interface org.jmythapi.IRecorderInfo
The IRecorderInfo.Props.HOSTNAME that is returned on error.
EventUtils - Class in org.jmythapi.protocol.utils
 
EventUtils() - Constructor for class org.jmythapi.protocol.utils.EventUtils
 
extractArgumentsList(Map<String, ISetting>, Class<E>, int) - Static method in class org.jmythapi.database.impl.ASettingsGroup
 
extractArgumentsList(IMythPacket) - Static method in class org.jmythapi.protocol.events.impl.AMythEvent
 
extractEventName(IMythPacket) - Method in class org.jmythapi.protocol.events.impl.AMythEvent
 

F

FILE_PROPS_DELIM - Static variable in interface org.jmythapi.protocol.response.IStorageGroupFileList
The deliminator to split the file-properties into separate values.
fileExists() - Method in interface org.jmythapi.protocol.response.IFileStatus
Checks if the queried file exists.
fileExists() - Method in class org.jmythapi.protocol.response.impl.FileStatus
 
FileStatus - Class in org.jmythapi.protocol.response.impl
 
FileStatus(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.FileStatus
Constructs a status object from a protocol packet.
FileStatus(ProtocolVersion, String...) - Constructor for class org.jmythapi.protocol.response.impl.FileStatus
Constructs a status object for the given protocol version and response arguments.
FileTransfer - Class in org.jmythapi.protocol.response.impl
 
FileTransfer(IBackendConnection, IBackendConnection, IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.FileTransfer
 
FILL_PROGRAM_INFO - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Updates the pathname and file-size of a recording.
fillDurationMap(long, long) - Method in class org.jmythapi.protocol.impl.Recorder
 
fillDurationMap(long, long) - Method in interface org.jmythapi.protocol.IRecorder
 
fillPositionMap(long, long) - Method in class org.jmythapi.protocol.impl.Recorder
 
fillPositionMap(long, long) - Method in interface org.jmythapi.protocol.IRecorder
Returns the keyframe position map.
fillProgramInfo(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Fills in the pathname and file size fields of the given recording.
fillProgramInfo(IProgramInfo, String) - Method in interface org.jmythapi.protocol.IBackend
Fills in the pathname and file size fields of the given recording.
fillProgramInfo(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
fillProgramInfo(IProgramInfo, String) - Method in class org.jmythapi.protocol.impl.Backend
 
filter(IProgramInfoFilter) - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
filter(IProgramInfoFilter) - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Returns a new program list containing only programs that are accepted by the given filter.
findProtocolVersionAnnotation(Tag) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Returns the documentation of the MythProtoVersionAnnotation a method or enumeration is annotated with.
findProtocolVersionAnnotation(Doc) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Returns the documentation of the MythProtoVersionAnnotation a method or enumeration is annotated with.
finishRecording() - Method in class org.jmythapi.protocol.impl.Recorder
 
finishRecording() - Method in interface org.jmythapi.protocol.IRecorder
Tells the recorder to stop recording, but only after "overrecord" seconds.
fireEvent(E) - Method in interface org.jmythapi.protocol.events.IMythEventListener
 
fireEvent(IMythPacket) - Method in interface org.jmythapi.protocol.events.IMythEventPacketListener
 
fireEvent(IMythPacket) - Method in class org.jmythapi.protocol.impl.Backend
 
flag(IProgramFlags.Flags) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by flags.
FlagGroupFilter<F extends Enum<F> & IFlag,P extends Enum<P>,O extends IPropertyAware<P>> - Class in org.jmythapi.protocol.response.impl.filters
 
FlagGroupFilter(P, F...) - Constructor for class org.jmythapi.protocol.response.impl.filters.FlagGroupFilter
 
FlagGroupFilter(P, boolean, F...) - Constructor for class org.jmythapi.protocol.response.impl.filters.FlagGroupFilter
 
floatValue() - Method in class org.jmythapi.protocol.response.impl.AGroup
 
FORCE_DELETE_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Forces deleting of a recording.
forceDeleteRecording(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Deletes a recording-file and recording metadata.
forceDeleteRecording(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
forceDeleteRecording(List<String>) - Method in class org.jmythapi.protocol.impl.Backend
 
FORGET_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Forgets a recording.
forgetRecording(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Delets recording history.
forgetRecording(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
forgetRecording(List<String>) - Method in class org.jmythapi.protocol.impl.Backend
 
formatDateTime(Date, boolean) - Static method in class org.jmythapi.utils.EncodingUtils
Formats the given date as string.
formatDateTimeToUnixTimestamp(Date) - Static method in class org.jmythapi.utils.EncodingUtils
 
formatDay(Date, boolean) - Static method in class org.jmythapi.utils.EncodingUtils
 
formatPayloadSizeString(int) - Static method in class org.jmythapi.protocol.utils.PacketUtils
Generates the payload-size string.
formatTime(Date, boolean) - Static method in class org.jmythapi.utils.EncodingUtils
 
formatTo(Formatter, int, int, int) - Method in class org.jmythapi.protocol.response.impl.AGroup
 
FREE_TUNER - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Releases a locked tuner.
FreeInputsList - Class in org.jmythapi.protocol.response.impl
 
FreeInputsList(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.FreeInputsList
 
FreeInputsList.Props - Enum in org.jmythapi.protocol.response.impl
 
FreeSpace - Class in org.jmythapi.protocol.response.impl
Deprecated. 17
FreeSpace(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.FreeSpace
Deprecated.  
FreeSpace(ProtocolVersion, long, long) - Constructor for class org.jmythapi.protocol.response.impl.FreeSpace
Deprecated.  
FreeSpaceList - Class in org.jmythapi.protocol.response.impl
 
FreeSpaceList(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.FreeSpaceList
 
FreeSpaceList.Entry - Class in org.jmythapi.protocol.response.impl
 
FreeSpaceList.Entry(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
FreeSpaceList.Entry(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
FreeSpaceList.Props - Enum in org.jmythapi.protocol.response.impl
 
FreeSpaceSummary - Class in org.jmythapi.protocol.response.impl
 
FreeSpaceSummary(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.FreeSpaceSummary
 
freeTuner(Integer) - Method in interface org.jmythapi.protocol.IBackend
Frees a previously locked tuner.
freeTuner(Integer) - Method in class org.jmythapi.protocol.impl.Backend
 
from() - Method in class org.jmythapi.impl.AVersionRange
Returns the version when a command or property was introduced.
fromFallback() - Method in class org.jmythapi.protocol.ProtocolVersionRange
 
fromInfo() - Method in class org.jmythapi.protocol.ProtocolVersionRange
 
fromVersion - Variable in class org.jmythapi.impl.AVersionRange
The lower-value of the version range.

G

generateId(Integer, Date) - Static method in class org.jmythapi.utils.EncodingUtils
 
generateVersionHref(Tag, ProtoVersionInfoHolder) - Method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
GenericEnumUtils - Class in org.jmythapi.utils
This class provides enumeration related utility function.
GenericEnumUtils() - Constructor for class org.jmythapi.utils.GenericEnumUtils
 
get(int) - Method in interface org.jmythapi.protocol.response.IFreeInputList
Gets the input at the given position.
get(int) - Method in interface org.jmythapi.protocol.response.IFreeSpaceList
Gets the entry at the given index.
get(int) - Method in class org.jmythapi.protocol.response.impl.FreeInputsList
 
get(int) - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList
 
get(int) - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
get(int) - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Gets the program-info object at the given index.
GET_FREE_RECORDER - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Gets the next free recorder.
GET_FREE_RECORDER_COUNT - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Gets the amount of free recorders.
GET_FREE_RECORDER_LIST - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Gets all free recorders.
GET_NEXT_FREE_RECORDER - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Gets the next free recorder.
GET_RECORDER_FROM_NUM - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Gets a recorder by ID.
GET_RECORDER_NUM - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries the recorder that is recording a given program.
getActiveFlags() - Method in interface org.jmythapi.protocol.response.IFlagGroup
Gets all currently active flags of this group.
getActiveFlags() - Method in class org.jmythapi.protocol.response.impl.AFlagGroup
 
getActiveRecordings() - Method in class org.jmythapi.protocol.response.impl.RecordingStatus
 
getActiveRecordings() - Method in interface org.jmythapi.protocol.response.IRecordingStatus
Get the total amount of active recordings.
getAdditionalInfos() - Method in class org.jmythapi.javadoc.tags.ProtoVersionInfoHolder
 
getAmount() - Method in class org.jmythapi.protocol.response.impl.RingBuffer
Deprecated.  
getAmount() - Method in interface org.jmythapi.protocol.response.IRingBuffer
Deprecated.  
getArpCache() - Static method in class org.jmythapi.protocol.utils.RequestUtils
 
getAudioDevice() - Method in class org.jmythapi.protocol.response.impl.TunerInfo
 
getAudioDevice() - Method in interface org.jmythapi.protocol.response.ITunerInfo
Gets the audio device of the locked tuner.
getAudioProperties() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getAudioProperties() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording audio properties.
getBaseName() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getBaseName() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording file base name.
getBasicChannelInfoMap() - Method in class org.jmythapi.protocol.impl.Backend
 
getBasicChannelInfos() - Method in interface org.jmythapi.protocol.IBackend
Get a list of all available channels on all available recorders.
getBasicChannelInfos() - Method in class org.jmythapi.protocol.impl.Backend
 
getBasicChannelInfos() - Method in class org.jmythapi.protocol.impl.Recorder
 
getBasicChannelInfos() - Method in interface org.jmythapi.protocol.IRecorder
Gets a list of all known channels.
getBlockSize() - Method in interface org.jmythapi.protocol.response.IFreeSpaceListEntry
 
getBlockSize() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
getBrightness() - Method in class org.jmythapi.protocol.impl.Recorder
 
getBrightness() - Method in interface org.jmythapi.protocol.IRecorder
Gets the brightness of a recording.
getBusyInput() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getBusyInput(Integer) - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getBusyInput() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Queries the currently used input of a busy encoder.
getBusyInput(Integer) - Method in interface org.jmythapi.protocol.IRemoteEncoder
Queries the input that will be used by the encoder in the given amount of seconds.
getBusyStatus() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getBusyStatus(Integer) - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getBusyStatus() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Query the current busy status of the recorder.
getBusyStatus(Integer) - Method in interface org.jmythapi.protocol.IRemoteEncoder
Query the current busy status of the recorder.
getBytesReceived() - Method in interface org.jmythapi.protocol.events.IDownloadFileUpdate
Gets the currently downloaded amount of bytes.
getBytesReceived() - Method in class org.jmythapi.protocol.events.impl.DownloadFileUpdate
 
getBytesTotal() - Method in interface org.jmythapi.protocol.events.IDownloadFile
Gets the total size of the file in bytes.
getBytesTotal() - Method in class org.jmythapi.protocol.events.impl.DownloadFileFinished
 
getBytesTotal() - Method in class org.jmythapi.protocol.events.impl.DownloadFileUpdate
 
getCardID() - Method in interface org.jmythapi.protocol.response.IBasicInputInfo
Gets the ID of the physical capture card.
getCardID() - Method in interface org.jmythapi.protocol.response.IInputInfo
Gets the ID of the physical capture card.
getCardID() - Method in class org.jmythapi.protocol.response.impl.InputInfoFree
 
getCardID() - Method in class org.jmythapi.protocol.response.impl.InputInfoTuned
 
getCardID() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getCardID() - Method in class org.jmythapi.protocol.response.impl.TunerInfo
 
getCardID() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the id of the recorder, that will record this program.
getCardID() - Method in interface org.jmythapi.protocol.response.ITunerInfo
Gets the card ID of the locked tuner.
getCategory() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getCategory() - Method in class org.jmythapi.database.impl.Schedule
 
getCategory() - Method in interface org.jmythapi.database.ISchedule
 
getCategory() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Gets the category of the program.
getCategory() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getCategory() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getCategory() - Method in class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
getCategory() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getCategory() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the category of this program.
getCategory() - Method in interface org.jmythapi.protocol.response.IRecorderNextProgramInfo
Gets the category of the program.
getCategory() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the category of the program.
getChainId() - Method in interface org.jmythapi.protocol.events.ILiveTvChainUpdate
Gets the Live-TV chain ID.
getChainId() - Method in class org.jmythapi.protocol.events.impl.LiveTvChainUpdate
 
getChainID() - Static method in class org.jmythapi.protocol.utils.RequestUtils
 
getChainID(String) - Static method in class org.jmythapi.protocol.utils.RequestUtils
 
getChangeCount() - Method in class org.jmythapi.protocol.events.impl.VideoList
 
getChangeCount() - Method in interface org.jmythapi.protocol.events.IVideoList
Gets the amount of detected changes.
getChanges() - Method in class org.jmythapi.protocol.events.impl.VideoListChange
 
getChanges() - Method in interface org.jmythapi.protocol.events.IVideoListChange
Gets a list of all detected changes.
getChannelIconPath() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getChannelIconPath() - Method in class org.jmythapi.protocol.response.impl.ARecorderProgramInfo
 
getChannelIconPath() - Method in class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
getChannelIconPath() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getChannelIconPath() - Method in interface org.jmythapi.protocol.response.IRecorderNextProgramInfo
Gets the path to the channel icon.
getChannelIconPath() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the path to the channel icon.
getChannelId() - Method in interface org.jmythapi.database.IJobQueue
 
getChannelID() - Method in class org.jmythapi.database.impl.ChannelInfo
 
getChannelId() - Method in class org.jmythapi.database.impl.JobQueue
 
getChannelID() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getChannelID() - Method in class org.jmythapi.database.impl.Schedule
 
getChannelID() - Method in interface org.jmythapi.database.ISchedule
 
getChannelID() - Method in interface org.jmythapi.IBasicChannelInfo
Gets the MythTV internal channel ID.
getChannelID() - Method in interface org.jmythapi.IRecorderChannelInfo
 
getChannelID() - Method in interface org.jmythapi.protocol.events.ICommflagStart
Gets the channel ID of the recording.
getChannelID() - Method in class org.jmythapi.protocol.events.impl.CommflagStart
 
getChannelID() - Method in class org.jmythapi.protocol.events.impl.PixmapGenerated
 
getChannelID() - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeAdd
 
getChannelID() - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeDelete
 
getChannelID() - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeUpdate
 
getChannelID() - Method in class org.jmythapi.protocol.events.impl.UpdateFileSize
 
getChannelID() - Method in class org.jmythapi.protocol.events.impl.UpdateProgInfo
 
getChannelID() - Method in interface org.jmythapi.protocol.events.IPixmapGenerated
 
getChannelID() - Method in interface org.jmythapi.protocol.events.IRecordingEvent
Gets the channel ID of the recording.
getChannelID() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeAdd
Gets the channel ID of the recording.
getChannelID() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeDelete
Gets the channel ID of the recording.
getChannelID() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeSingle
Gets the channel ID of the recording.
getChannelID() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeUpdate
Gets the channel ID of the recording.
getChannelID() - Method in interface org.jmythapi.protocol.events.IRecordingUpdateEvent
Gets the channel ID of the recording.
getChannelID() - Method in interface org.jmythapi.protocol.events.IUpdateFileSize
Gets the channel ID of the recording.
getChannelID() - Method in interface org.jmythapi.protocol.events.IUpdateProgInfo
Deprecated. Gets the channel ID of the recording.
getChannelID() - Method in interface org.jmythapi.protocol.response.IInputInfoTuned
Gets the id of the currently tuned channel.
getChannelID() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getChannelID() - Method in class org.jmythapi.protocol.response.impl.InputInfoTuned
 
getChannelID() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getChannelID() - Method in class org.jmythapi.protocol.response.impl.RecorderChannelInfo
 
getChannelID() - Method in class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
getChannelID() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getChannelID() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the channel id of this program.
getChannelID() - Method in interface org.jmythapi.protocol.response.IRecorderNextProgramInfo
Gets the MythTV internal channel ID.
getChannelID() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the MythTV internal channel ID.
getChannelInfo(Integer) - Method in interface org.jmythapi.database.IDatabase
Gets informations about the given channel
getChannelInfo(Integer) - Method in class org.jmythapi.database.impl.DataBase
 
getChannelInfo(Integer) - Method in class org.jmythapi.protocol.impl.Recorder
 
getChannelInfo(IBasicChannelInfo) - Method in class org.jmythapi.protocol.impl.Recorder
 
getChannelInfo(Integer) - Method in interface org.jmythapi.protocol.IRecorder
Gets informations about the given channel.
getChannelInfo(IBasicChannelInfo) - Method in interface org.jmythapi.protocol.IRecorder
Gets detailed informations about the given channel.
getChannelInfos() - Method in interface org.jmythapi.database.IDatabase
 
getChannelInfos(IRecorderInfo) - Method in interface org.jmythapi.database.IDatabase
 
getChannelInfos(Integer) - Method in interface org.jmythapi.database.IDatabase
 
getChannelInfos() - Method in class org.jmythapi.database.impl.DataBase
 
getChannelInfos(IRecorderInfo) - Method in class org.jmythapi.database.impl.DataBase
 
getChannelInfos(Integer) - Method in class org.jmythapi.database.impl.DataBase
 
getChannelInfos() - Method in interface org.jmythapi.protocol.IBackend
Get a list of all available channels on all available recorders.
getChannelInfos() - Method in class org.jmythapi.protocol.impl.Backend
 
getChannelInfos() - Method in class org.jmythapi.protocol.impl.Recorder
 
getChannelInfos() - Method in interface org.jmythapi.protocol.IRecorder
Gets a list of all known channels.
getChannelInfosByCallSign(String) - Method in interface org.jmythapi.database.IDatabase
 
getChannelInfosByCallSign(String) - Method in class org.jmythapi.database.impl.DataBase
 
getChannelLogoMap(IRecorderNextProgramInfo.Props) - Method in interface org.jmythapi.protocol.IBackend
Gets a map containing the path to all channel logos.
getChannelLogoMap(IRecorderNextProgramInfo.Props) - Method in class org.jmythapi.protocol.impl.Backend
 
getChannelName() - Method in class org.jmythapi.database.impl.ChannelInfo
 
getChannelName() - Method in interface org.jmythapi.IRecorderChannelInfo
Gets the channel name.
getChannelName() - Method in interface org.jmythapi.protocol.events.IAskRecording
 
getChannelName() - Method in class org.jmythapi.protocol.events.impl.AskRecording
 
getChannelName() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getChannelName() - Method in class org.jmythapi.protocol.response.impl.RecorderChannelInfo
 
getChannelName() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the channel name.
getChannelNumber() - Method in class org.jmythapi.database.impl.ChannelInfo
 
getChannelNumber() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getChannelNumber() - Method in interface org.jmythapi.IBasicChannelInfo
Gets the user defined channel number.
getChannelNumber() - Method in interface org.jmythapi.IRecorderChannelInfo
Gets the user defined channel number.
getChannelNumber() - Method in interface org.jmythapi.protocol.events.IAskRecording
 
getChannelNumber() - Method in class org.jmythapi.protocol.events.impl.AskRecording
 
getChannelNumber() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getChannelNumber() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getChannelNumber() - Method in class org.jmythapi.protocol.response.impl.RecorderChannelInfo
 
getChannelNumber() - Method in class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
getChannelNumber() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getChannelNumber() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the channel number of this program.
getChannelNumber() - Method in interface org.jmythapi.protocol.response.IRecorderNextProgramInfo
Gets the user defined channel number.
getChannelNumber() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the user defined channel number.
getChannelOuputFilters() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getChannelOuputFilters() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Output filters.
getChannelOutputFilters() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getChannelOutputFilters() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Output filters.
getChannelSign() - Method in class org.jmythapi.database.impl.ChannelInfo
 
getChannelSign() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getChannelSign() - Method in class org.jmythapi.database.impl.Schedule
 
getChannelSign() - Method in interface org.jmythapi.database.ISchedule
 
getChannelSign() - Method in interface org.jmythapi.IBasicChannelInfo
Gets the station abbreviation.
getChannelSign() - Method in interface org.jmythapi.IRecorderChannelInfo
 
getChannelSign() - Method in interface org.jmythapi.protocol.events.IAskRecording
 
getChannelSign() - Method in class org.jmythapi.protocol.events.impl.AskRecording
 
getChannelSign() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getChannelSign() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getChannelSign() - Method in class org.jmythapi.protocol.response.impl.RecorderChannelInfo
 
getChannelSign() - Method in class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
getChannelSign() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getChannelSign() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the channel station abbreviation of this program.
getChannelSign() - Method in interface org.jmythapi.protocol.response.IRecorderNextProgramInfo
Gets the station abbreviation.
getChannelSign() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the station abbreviation.
getChannelsNextProgramInfoMap(Date) - Method in class org.jmythapi.protocol.impl.Recorder
 
getChannelsNextProgramInfoMap(Date) - Method in interface org.jmythapi.protocol.IRecorder
Gets a map containing the next programs of all channels.
getColour() - Method in class org.jmythapi.protocol.impl.Recorder
 
getColour() - Method in interface org.jmythapi.protocol.IRecorder
Gets the colour of a recording.
getColumnNameIndexMap(ResultSet) - Static method in class org.jmythapi.database.utils.DatabaseUtils
 
getColumnNameIndexMap(ResultSetMetaData) - Static method in class org.jmythapi.database.utils.DatabaseUtils
 
getCommand() - Method in class org.jmythapi.protocol.request.AMythRequest
 
getCommand() - Method in interface org.jmythapi.protocol.request.IMythRequest
Gets the request-command.
getCommandArgument(int) - Method in class org.jmythapi.protocol.request.AMythCommand
 
getCommandArgument(int) - Method in interface org.jmythapi.protocol.request.IMythCommand
Returns the command argument at the given position.
getCommandArguments() - Method in class org.jmythapi.protocol.request.AMythCommand
 
getCommandArguments() - Method in interface org.jmythapi.protocol.request.IMythCommand
Gets the arguments of this command.
getCommandArgumentsLength() - Method in class org.jmythapi.protocol.request.AMythCommand
 
getCommandArgumentsLength() - Method in interface org.jmythapi.protocol.request.IMythCommand
Gets the amount of available command arguments
getCommandConnection() - Method in interface org.jmythapi.protocol.IBackend
Get the connection that was established to the backend.
getCommandConnection() - Method in class org.jmythapi.protocol.impl.Backend
 
getCommandDeclaration(String, String) - Static method in class org.jmythapi.protocol.utils.CommandUtils
 
getCommandVersionRange(String) - Static method in class org.jmythapi.protocol.utils.CommandUtils
Returns the version-range the given command is supported in.
getComment() - Method in interface org.jmythapi.database.IJobQueue
 
getComment() - Method in class org.jmythapi.database.impl.JobQueue
 
getConflictsCount() - Method in class org.jmythapi.protocol.response.impl.RecordingsPending
 
getConflictsCount() - Method in interface org.jmythapi.protocol.response.IRecordingsPending
Gets the amount of conflicts between all pending recordings.
getConnectedInputs() - Method in class org.jmythapi.protocol.impl.Recorder
Deprecated. 37
getConnectedInputs() - Method in interface org.jmythapi.protocol.IRecorder
Deprecated. 37 (fallback-to: -1)
getConnectTimeout() - Method in interface org.jmythapi.protocol.IBackendConnection
 
getConnectTimeout() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
getContentLength() - Method in class org.jmythapi.url.mythtv.MythURLConnection
 
getContentType() - Method in class org.jmythapi.url.mythtv.MythURLConnection
 
getContrast() - Method in class org.jmythapi.protocol.impl.Recorder
 
getContrast() - Method in interface org.jmythapi.protocol.IRecorder
Gets the contrast of a recording.
getCurrentChannel() - Method in class org.jmythapi.protocol.impl.Recorder
 
getCurrentChannel() - Method in interface org.jmythapi.protocol.IRecorder
Gets the currently active channel of the recorder.
getCurrentDate() - Method in class org.jmythapi.protocol.response.impl.Timezone
 
getCurrentDate() - Method in interface org.jmythapi.protocol.response.ITimezone
 
getCurrentLoad() - Method in interface org.jmythapi.protocol.response.ILoad
Gets the current backend load.
getCurrentLoad() - Method in class org.jmythapi.protocol.response.impl.Load
 
getCurrentRecording() - Method in class org.jmythapi.protocol.impl.Recorder
 
getCurrentRecording() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getCurrentRecording() - Method in interface org.jmythapi.protocol.IRecorder
Returns the recorders current recording.
getCurrentRecording() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Returns the encoders current recording.
getData() - Method in class org.jmythapi.database.impl.Setting
 
getData(Class<T>) - Method in class org.jmythapi.database.impl.Setting
 
getData() - Method in interface org.jmythapi.ISetting
Gets the settings value
getData(Class<T>) - Method in interface org.jmythapi.ISetting
Gets the settings value and converts it into the given data type.
getData() - Method in class org.jmythapi.protocol.response.impl.Pixmap
 
getData() - Method in class org.jmythapi.protocol.response.impl.Setting
 
getData(Class<T>) - Method in class org.jmythapi.protocol.response.impl.Setting
 
getData() - Method in interface org.jmythapi.protocol.response.IPixmap
Gets the pixmap as byte array.
getDataBase64() - Method in class org.jmythapi.protocol.response.impl.Pixmap
 
getDataBase64() - Method in interface org.jmythapi.protocol.response.IPixmap
Gets the pixmap as base64 encoded string.
getDatabaseVersion() - Method in class org.jmythapi.database.impl.ADatabaseRow
 
getDataCheckSum() - Method in class org.jmythapi.protocol.response.impl.Pixmap
 
getDataCheckSum() - Method in interface org.jmythapi.protocol.response.IPixmap
Gets the pixmap checksum.
getDataRows(ProtocolVersion, int, ResultSet, Class<R>, Class<E>) - Static method in class org.jmythapi.database.utils.DatabaseUtils
 
getDataSize() - Method in class org.jmythapi.protocol.response.impl.Pixmap
 
getDataSize() - Method in interface org.jmythapi.protocol.response.IPixmap
Gets the data size in bytes.
getDataStream() - Method in class org.jmythapi.protocol.response.impl.Pixmap
 
getDataStream() - Method in interface org.jmythapi.protocol.response.IPixmap
Gets the pixmap as stream.
getDate() - Method in class org.jmythapi.database.impl.GuideDataThrough
 
getDate() - Method in interface org.jmythapi.IGuideDataThrough
Gets the end date of the available guide-date.
getDate() - Method in class org.jmythapi.protocol.response.impl.GuideDataThrough
 
getDaysDiff(Date, Date) - Static method in class org.jmythapi.utils.EncodingUtils
 
getDbVersion() - Method in interface org.jmythapi.database.IDatabase
Gets the current database version.
getDbVersion() - Method in class org.jmythapi.database.impl.DataBase
 
getDefaultValuesList(Class<E>, ProtocolVersion) - Static method in class org.jmythapi.protocol.utils.EnumUtils
Gets the default value of all constants of a given enumeration class.
getDefaultValuesList(Class<E>, EnumSet<E>) - Static method in class org.jmythapi.utils.GenericEnumUtils
Gets the default values for all constants of the given enumeration-constants.
getDescription() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getDescription() - Method in class org.jmythapi.database.impl.Schedule
 
getDescription() - Method in interface org.jmythapi.database.ISchedule
 
getDescription() - Method in class org.jmythapi.javadoc.tags.ProtoVersionInfoHolder
 
getDescription() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Gets the program description.
getDescription() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getDescription() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getDescription() - Method in class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
getDescription() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getDescription() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the description of this program.
getDescription() - Method in interface org.jmythapi.protocol.response.IRecorderNextProgramInfo
Gets the program description.
getDescription() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the program description.
getDirectories() - Method in interface org.jmythapi.protocol.response.IFreeSpaceListEntry
Gets all directory of the file system.
getDirectories(boolean) - Method in interface org.jmythapi.protocol.response.IFreeSpaceListEntry
Gets all directory of the file system.
getDirectories() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
getDirectories(boolean) - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
getDirectoryId() - Method in class org.jmythapi.database.impl.StorageGroupDirectory
 
getDirectoryId() - Method in interface org.jmythapi.database.IStorageGroupDirectory
 
getDirName() - Method in class org.jmythapi.database.impl.StorageGroupDirectory
 
getDirName() - Method in interface org.jmythapi.database.IStorageGroupDirectory
 
getDuration() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getDuration() - Method in class org.jmythapi.database.impl.Schedule
 
getDuration() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Gets the duration for the program in minutes.
getDuration() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getEndDate() - Method in class org.jmythapi.database.impl.Schedule
 
getEndDate() - Method in interface org.jmythapi.database.ISchedule
 
getEndDateTime() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getEndDateTime() - Method in class org.jmythapi.database.impl.Schedule
 
getEndDateTime() - Method in interface org.jmythapi.database.ISchedule
 
getEndDateTime() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Gets the scheduled end of the program.
getEndDateTime() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getEndDateTime() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getEndDateTime() - Method in class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
getEndDateTime() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getEndDateTime() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the end-date and -time of this program.
getEndDateTime() - Method in interface org.jmythapi.protocol.response.IRecorderNextProgramInfo
Gets the scheduled end of the program.
getEndDateTime() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the scheduled end of the program.
getEndOffset() - Method in class org.jmythapi.database.impl.Schedule
 
getEndOffset() - Method in interface org.jmythapi.database.ISchedule
 
getEndTime() - Method in class org.jmythapi.database.impl.Schedule
 
getEndTime() - Method in interface org.jmythapi.database.ISchedule
 
getEnum() - Method in class org.jmythapi.database.impl.ADatabaseEnumGroup
 
getEnum(Class<E>, int, int) - Static method in class org.jmythapi.database.utils.EnumUtils
 
getEnum() - Method in interface org.jmythapi.protocol.response.IEnumGroup
Gets the current value as enum.
getEnum() - Method in class org.jmythapi.protocol.response.impl.AEnumGroup
 
getEnum() - Method in class org.jmythapi.protocol.response.impl.AVersionableEnumGroup
 
getEnum(Class<E>, ProtocolVersion, String) - Static method in class org.jmythapi.protocol.utils.EnumUtils
Returns the Enum property for the given name and the given protocol version.
getEnum(Class<E>, ProtocolVersion, int) - Static method in class org.jmythapi.protocol.utils.EnumUtils
Returns a single Enum-property at the given position (in the backend response array) depending on the given protocol-version.
getEnumColumn(int, Enum<E>) - Static method in class org.jmythapi.database.utils.EnumUtils
 
getEnumColumn(int, Class<E>, Enum<E>) - Static method in class org.jmythapi.database.utils.EnumUtils
 
getEnumColumnMap(int, Class<E>) - Static method in class org.jmythapi.database.utils.EnumUtils
 
getEnumDataType(FieldDoc) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
 
getEnumDataType(E) - Static method in class org.jmythapi.utils.GenericEnumUtils
Gets the datatype of a enumeration property.
getEnumDefaultValue(Enum<E>) - Static method in class org.jmythapi.utils.GenericEnumUtils
Gets the default value for a given enumeration-constant.
getEnumDefaultValue(Class<E>, Enum<E>) - Static method in class org.jmythapi.utils.GenericEnumUtils
Gets the default value for a given enumeration-constant.
getEnumIndexMap(int, ResultSet, Class<E>) - Static method in class org.jmythapi.database.utils.DatabaseUtils
 
getEnumLength(Class<E>, ProtocolVersion) - Static method in class org.jmythapi.protocol.utils.EnumUtils
Returns the amount of enum properties that are supported in the given protocol version.
getEnumMapping(EnumSet<E>, EnumSet<F>, boolean, boolean) - Static method in class org.jmythapi.utils.GenericEnumUtils
A function to determine equivalent parameters of a source and target object.
getEnumNameMap(IPropertyAware<E>) - Static method in class org.jmythapi.utils.GenericEnumUtils
Creates a map containing the names and enumeration-constants for all properties of the property-aware object.
getEnumNameMap(EnumSet<E>) - Static method in class org.jmythapi.utils.GenericEnumUtils
Creates a map containing the names and enumeration-constants for a given enumeration-set.
getEnumNames(Class<E>, ProtocolVersion) - Static method in class org.jmythapi.protocol.utils.EnumUtils
Returns the names of all Enum properties that are available for the given protocol version.
getEnumPosition(Enum<E>, int) - Static method in class org.jmythapi.database.utils.EnumUtils
 
getEnumPosition(Enum<E>, ProtocolVersion) - Static method in class org.jmythapi.protocol.utils.EnumUtils
Returns the position of the Enum property in the backend response-array, depending on the given current version.
getEnums(Class<E>, int) - Static method in class org.jmythapi.database.utils.EnumUtils
 
getEnums(Class<E>, ProtocolVersion) - Static method in class org.jmythapi.protocol.utils.EnumUtils
Gets a set of Enum properties from a given Enum type which are supported in the given protocol versions.
getEnumStringType(E) - Static method in class org.jmythapi.utils.GenericEnumUtils
Gets the string-data-type for a given enumeration-constant.
getEnumStringType(Class<E>, Enum<E>) - Static method in class org.jmythapi.utils.GenericEnumUtils
Gets the string-data-type for a given enumeration-constant.
getEnumValue(ProtocolVersion, E) - Static method in class org.jmythapi.protocol.response.impl.AEnumGroup
 
getEnumVersionMap(Class<E>) - Static method in class org.jmythapi.database.utils.EnumUtils
 
getEnumVersionMap(Class<E>) - Static method in class org.jmythapi.protocol.utils.EnumUtils
Returns a map of enumeration properties.
getEnumVersionRange(Enum<E>) - Static method in class org.jmythapi.protocol.utils.EnumUtils
Returns the version-range information for a given enum property.
getEpisode() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getEpisode() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the episode number of the program.
getErrorCode() - Method in interface org.jmythapi.protocol.events.IDownloadFileFinished
Gets a error code to describe a download error.
getErrorCode() - Method in class org.jmythapi.protocol.events.impl.DownloadFileFinished
 
getErrorText() - Method in interface org.jmythapi.protocol.events.IDownloadFileFinished
Gets a text to describe a download error.
getErrorText() - Method in class org.jmythapi.protocol.events.impl.DownloadFileFinished
 
getEventName() - Method in class org.jmythapi.protocol.events.impl.AMythEvent
 
getEventName() - Method in interface org.jmythapi.protocol.events.IMythEvent
Gets the name of the backend event.
getEventType() - Method in class org.jmythapi.protocol.events.impl.SystemEvent
 
getEventType() - Method in interface org.jmythapi.protocol.events.ISystemEvent
 
getException() - Method in interface org.jmythapi.protocol.events.IClientErrorEvent
 
getException() - Method in class org.jmythapi.protocol.events.impl.ClientErrorEvent
 
getException() - Method in class org.jmythapi.protocol.impl.ClientErrorPacket
 
getExceptionMessage() - Method in interface org.jmythapi.protocol.events.IClientErrorEvent
 
getExceptionMessage() - Method in class org.jmythapi.protocol.events.impl.ClientErrorEvent
 
getExceptionName() - Method in interface org.jmythapi.protocol.events.IClientErrorEvent
 
getExceptionName() - Method in class org.jmythapi.protocol.events.impl.ClientErrorEvent
 
getExpectedSize(List<String>) - Method in class org.jmythapi.protocol.response.impl.AMythResponse
This function returns the expected size of the response-argument-list.
getExpectedSize(List<String>) - Method in class org.jmythapi.protocol.response.impl.ARecordings
 
getExpectedSize(List<String>) - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
getExpectedSize(List<String>) - Method in class org.jmythapi.protocol.response.impl.RemoteEncoderBusyStatus
 
getFilePath() - Method in interface org.jmythapi.protocol.response.IFileStatus
Gets the full path of queried file.
getFilePath() - Method in class org.jmythapi.protocol.response.impl.FileStatus
 
getFilePath() - Method in class org.jmythapi.protocol.response.impl.StorageGroupFile
 
getFilePath() - Method in interface org.jmythapi.protocol.response.IStorageGroupFile
Gets the full path to the file
getFilePosition() - Method in class org.jmythapi.protocol.impl.Recorder
 
getFilePosition() - Method in interface org.jmythapi.protocol.IRecorder
Returns the total number of bytes written by the recorder.
getFileSize() - Method in interface org.jmythapi.protocol.response.IFileStatus
Gets the size of the file in bytes.
getFileSize() - Method in interface org.jmythapi.protocol.response.IFileTransfer
Gets the current file size.
getFileSize() - Method in class org.jmythapi.protocol.response.impl.FileStatus
 
getFileSize() - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
getFileSize() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getFileSize() - Method in class org.jmythapi.protocol.response.impl.StorageGroupFile
 
getFileSize() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the size of the recording file.
getFileSize() - Method in interface org.jmythapi.protocol.response.IStorageGroupFile
Gets the file size
getFileSystemID() - Method in interface org.jmythapi.protocol.response.IFreeSpaceListEntry
 
getFileSystemID() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
getFileType() - Method in class org.jmythapi.protocol.response.impl.StorageGroupFile
 
getFileType() - Method in interface org.jmythapi.protocol.response.IStorageGroupFile
Gets the type of the file.
getFillMaxHour() - Method in class org.jmythapi.database.impl.MythFillDatabaseStatus
 
getFillMaxHour() - Method in interface org.jmythapi.database.IMythFillDatabaseSettings
 
getFillMinHour() - Method in class org.jmythapi.database.impl.MythFillDatabaseStatus
 
getFillMinHour() - Method in interface org.jmythapi.database.IMythFillDatabaseSettings
 
getFillPeriod() - Method in class org.jmythapi.database.impl.MythFillDatabaseStatus
 
getFillPeriod() - Method in interface org.jmythapi.database.IMythFillDatabaseSettings
 
getFindDay() - Method in class org.jmythapi.database.impl.Schedule
 
getFindDay() - Method in interface org.jmythapi.database.ISchedule
 
getFindId() - Method in class org.jmythapi.database.impl.Schedule
 
getFindId() - Method in interface org.jmythapi.database.ISchedule
 
getFindID() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getFindID() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the find-id of the recording.
getFindTime() - Method in class org.jmythapi.database.impl.Schedule
 
getFindTime() - Method in interface org.jmythapi.database.ISchedule
 
getFlagMap() - Method in interface org.jmythapi.protocol.response.IFlagGroup
Gets a map with all flags and their isSet status.
getFlagMap() - Method in class org.jmythapi.protocol.response.impl.AFlagGroup
 
getFlags() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getFlags() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Gets additional information about the current encoder state.
getFlagValue() - Method in interface org.jmythapi.protocol.response.IFlag
Gets the value associated with the flag.
getFlagValue(ProtocolVersion, E) - Static method in class org.jmythapi.protocol.response.impl.AFlagGroup
Gets the long value of the given flag.
getFlagValue() - Method in enum org.jmythapi.protocol.response.IProgramAudioProperties.Flags
 
getFlagValue() - Method in enum org.jmythapi.protocol.response.IProgramFlags.Flags
 
getFlagValue() - Method in enum org.jmythapi.protocol.response.IProgramRecordingDupInType.Flags
 
getFlagValue() - Method in enum org.jmythapi.protocol.response.IProgramRecordingDupMethodType.Flags
 
getFlagValue() - Method in enum org.jmythapi.protocol.response.IProgramRecordingStatus.Status
 
getFlagValue() - Method in enum org.jmythapi.protocol.response.IProgramSubtitleType.Flags
 
getFlagValue() - Method in enum org.jmythapi.protocol.response.IProgramVideoProperties.Flags
 
getFlagValue() - Method in enum org.jmythapi.protocol.response.IRemoteEncoderFlags.Flags
 
getFlagValue() - Method in enum org.jmythapi.protocol.response.ISleepStatus.Flags
 
getFormattedFileSize(long) - Static method in class org.jmythapi.utils.EncodingUtils
 
getFormattedFileSize(Locale, long) - Static method in class org.jmythapi.utils.EncodingUtils
 
getFormattedTitle(String, String) - Static method in class org.jmythapi.utils.EncodingUtils
 
getFrameRate() - Method in class org.jmythapi.protocol.impl.Recorder
 
getFrameRate() - Method in interface org.jmythapi.protocol.IRecorder
Returns the recording frame rate.
getFramesWritten() - Method in class org.jmythapi.protocol.impl.Recorder
 
getFramesWritten() - Method in interface org.jmythapi.protocol.IRecorder
Returns the number of frames written to disk.
getFreeInputs() - Method in class org.jmythapi.protocol.impl.Recorder
 
getFreeInputs() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getFreeInputs() - Method in interface org.jmythapi.protocol.IRecorder
Gets all free inputs of the recorder.
getFreeInputs() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Gets the free inputs of the encoder.
getFreeRamMB() - Method in interface org.jmythapi.protocol.response.IMemStats
Gets the total amount of free physical and swap memory in MB.
getFreeRamMB() - Method in class org.jmythapi.protocol.response.impl.MemStats
 
getFreeRecorder() - Method in interface org.jmythapi.protocol.IBackend
A function to get the next free recorder.
getFreeRecorder(String) - Method in interface org.jmythapi.protocol.IBackend
Gets the next free recorder that is capable to display the requested channel.
getFreeRecorder() - Method in class org.jmythapi.protocol.impl.Backend
 
getFreeRecorder(String) - Method in class org.jmythapi.protocol.impl.Backend
 
getFreeRecorderCount() - Method in interface org.jmythapi.protocol.IBackend
Function to determine the amount of free recorders.
getFreeRecorderCount() - Method in class org.jmythapi.protocol.impl.Backend
 
getFreeRecorderIDs() - Method in interface org.jmythapi.protocol.IBackend
Gets the IDs of all free recorders.
getFreeRecorderIDs() - Method in class org.jmythapi.protocol.impl.Backend
 
getFreeRecorders() - Method in interface org.jmythapi.protocol.IBackend
Gets the recorder-info objects of all free recorders.
getFreeRecorders() - Method in class org.jmythapi.protocol.impl.Backend
 
getFreeSpace() - Method in interface org.jmythapi.protocol.response.IBasicFreeSpace
Gets the free space on file system.
getFreeSpace() - Method in interface org.jmythapi.protocol.response.IFreeSpaceList
Gets the free space on file system.
getFreeSpace() - Method in class org.jmythapi.protocol.response.impl.AFreeSpace
 
getFreeSpace() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
getFreeSpace(long) - Method in class org.jmythapi.protocol.response.impl.RingBuffer
Deprecated. 20
getFreeSpace(long) - Method in interface org.jmythapi.protocol.response.IRingBuffer
Deprecated. 20
getFreeSpaceOverview() - Method in interface org.jmythapi.protocol.IBackend
Gets the free space on the backend.
getFreeSpaceOverview() - Method in class org.jmythapi.protocol.impl.Backend
 
getFreeVmMB() - Method in interface org.jmythapi.protocol.response.IMemStats
Gets the total amount of free swap space in MB.
getFreeVmMB() - Method in class org.jmythapi.protocol.response.impl.MemStats
 
getFullTitle() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getFullTitle() - Method in class org.jmythapi.database.impl.Schedule
 
getFullTitle() - Method in interface org.jmythapi.database.ISchedule
 
getFullTitle() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Gets the full title of the program.
getFullTitle() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getGroupClass() - Method in interface org.jmythapi.protocol.response.IGroup
Gets the enumeration class defining the possible values for this group.
getGroupClass() - Method in class org.jmythapi.protocol.response.impl.AGroup
 
getGroupName() - Method in class org.jmythapi.database.impl.StorageGroup
 
getGroupName() - Method in class org.jmythapi.database.impl.StorageGroupDirectory
 
getGroupName() - Method in interface org.jmythapi.database.IStorageGroup
 
getGroupName() - Method in interface org.jmythapi.database.IStorageGroupDirectory
 
getHostName() - Method in class org.jmythapi.database.impl.RecorderInfo
 
getHostname() - Method in class org.jmythapi.database.impl.Setting
 
getHostName() - Method in class org.jmythapi.database.impl.StorageGroupDirectory
 
getHostName() - Method in interface org.jmythapi.database.IStorageGroupDirectory
 
getHostName() - Method in interface org.jmythapi.IRecorderInfo
 
getHostname() - Method in interface org.jmythapi.ISetting
Gets the backends hostname this settings belongs to.
getHostName() - Method in interface org.jmythapi.protocol.IBackend
Get the host name of the backend the client is connected to.
getHostname() - Method in interface org.jmythapi.protocol.IBackendConnection
Gets the host name of the backend.
getHostName() - Method in class org.jmythapi.protocol.impl.Backend
 
getHostname() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
getHostName() - Method in interface org.jmythapi.protocol.response.IFreeSpaceListEntry
 
getHostName() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
getHostName() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getHostName() - Method in class org.jmythapi.protocol.response.impl.RecorderInfo
 
getHostname() - Method in class org.jmythapi.protocol.response.impl.Setting
 
getHostName() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the name of the host storing the recording file.
getHostname() - Static method in class org.jmythapi.protocol.utils.RequestUtils
 
getHostPort() - Method in class org.jmythapi.database.impl.RecorderInfo
 
getHostPort() - Method in interface org.jmythapi.IRecorderInfo
 
getHostPort() - Method in interface org.jmythapi.protocol.IBackend
Get the connection port.
getHostPort() - Method in class org.jmythapi.protocol.impl.Backend
 
getHostPort() - Method in class org.jmythapi.protocol.response.impl.RecorderInfo
 
getHourMinutesLength(int) - Static method in class org.jmythapi.utils.EncodingUtils
 
getHours() - Method in class org.jmythapi.database.impl.GuideDataThrough
 
getHours() - Method in interface org.jmythapi.IGuideDataThrough
Gets the amount of hours for which guide-data is available.
getHours() - Method in class org.jmythapi.protocol.response.impl.GuideDataThrough
 
getHoursDiff(Date, Date) - Static method in class org.jmythapi.utils.EncodingUtils
 
getHue() - Method in class org.jmythapi.protocol.impl.Recorder
 
getHue() - Method in interface org.jmythapi.protocol.IRecorder
Gets the hue of a recording.
getId() - Method in interface org.jmythapi.database.IJobQueue
 
getId() - Method in class org.jmythapi.database.impl.JobQueue
 
getId() - Method in class org.jmythapi.protocol.events.impl.VideoListChange.VideoChange
 
getId() - Method in interface org.jmythapi.protocol.events.IVideoListChange.IVideoChange
Gets the video id.
getIdleTimeout() - Method in class org.jmythapi.database.impl.MythShutdownStatus
 
getIdleTimeout() - Method in interface org.jmythapi.database.IMythShutdownSettings
 
getIdleWaitForRecording() - Method in class org.jmythapi.database.impl.MythShutdownStatus
 
getIdleWaitForRecording() - Method in interface org.jmythapi.database.IMythShutdownSettings
 
getImage() - Method in class org.jmythapi.protocol.response.impl.Pixmap
 
getImage() - Method in interface org.jmythapi.protocol.response.IPixmap
Gets the pixmap as image.
getInactiveFlags() - Method in interface org.jmythapi.protocol.response.IFlagGroup
Gets all currently inactive flags of this group.
getInactiveFlags() - Method in class org.jmythapi.protocol.response.impl.AFlagGroup
 
getIndexMap(IProgramInfoList.MapKey) - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
getIndexMap(IProgramInfoList.MapKey) - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Returns a map containing the unique-id of each program as key and the program-index as value.
getInetRef() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getInetRef() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets an identification string to use for metadata grabbers.
getInput() - Method in class org.jmythapi.protocol.impl.Recorder
 
getInput() - Method in interface org.jmythapi.protocol.IRecorder
Gets the name of the current recorder input.
getInputID() - Method in interface org.jmythapi.protocol.response.IBasicInputInfo
Gets the ID of a specific input.
getInputID() - Method in interface org.jmythapi.protocol.response.IInputInfo
Gets the ID of a specific input.
getInputID() - Method in class org.jmythapi.protocol.response.impl.InputInfoFree
 
getInputID() - Method in class org.jmythapi.protocol.response.impl.InputInfoTuned
 
getInputID() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getInputID() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the id of the recorder input, that will be used for recording.
getInputInfo() - Method in class org.jmythapi.protocol.response.impl.RemoteEncoderBusyStatus
 
getInputInfo() - Method in interface org.jmythapi.protocol.response.IRemoteEncoderBusyStatus
Gets the input that is currently used by the encoder.
getInputName() - Method in class org.jmythapi.protocol.impl.Recorder
Deprecated. 21
getInputName() - Method in interface org.jmythapi.protocol.IRecorder
Deprecated. 21, use IRecorder.getInput() instead.
getInputName() - Method in interface org.jmythapi.protocol.response.IInputInfo
Gets the name of the input.
getInputName() - Method in class org.jmythapi.protocol.response.impl.InputInfoFree
 
getInputName() - Method in class org.jmythapi.protocol.response.impl.InputInfoTuned
 
getInputs() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getInputs() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Gets a list of all inputs of the encoder.
getInputStream() - Method in interface org.jmythapi.protocol.response.IFileTransfer
Gets an input stream to read the file data.
getInputStream(int) - Method in interface org.jmythapi.protocol.response.IFileTransfer
Gets an input stream to read the file data.
getInputStream() - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
getInputStream(int) - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
getInputStream() - Method in class org.jmythapi.url.mythtv.MythURLConnection
 
getInsertTime() - Method in interface org.jmythapi.database.IJobQueue
 
getInsertTime() - Method in class org.jmythapi.database.impl.JobQueue
 
getJob(Integer) - Method in interface org.jmythapi.database.IDatabase
 
getJob(Integer) - Method in class org.jmythapi.database.impl.DataBase
 
getJobs() - Method in interface org.jmythapi.database.IDatabase
 
getJobs() - Method in class org.jmythapi.database.impl.DataBase
 
getKeyframePosition(long) - Method in class org.jmythapi.protocol.impl.Recorder
 
getKeyframePosition(long) - Method in interface org.jmythapi.protocol.IRecorder
Returs the byte position for the given frame number.
getLast15MinsLoad() - Method in interface org.jmythapi.protocol.response.ILoad
Gets the backend load average of the last 15 minutes.
getLast15MinsLoad() - Method in class org.jmythapi.protocol.response.impl.Load
 
getLast5MinsLoad() - Method in interface org.jmythapi.protocol.response.ILoad
Get the backend load average of the last 5 minutes.
getLast5MinsLoad() - Method in class org.jmythapi.protocol.response.impl.Load
 
getLastModified() - Method in interface org.jmythapi.protocol.response.IFileStatus
 
getLastModified() - Method in class org.jmythapi.protocol.response.impl.FileStatus
 
getLastModified() - Method in class org.jmythapi.protocol.response.impl.Pixmap
 
getLastModified() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getLastModified() - Method in class org.jmythapi.protocol.response.impl.StorageGroupFile
 
getLastModified() - Method in interface org.jmythapi.protocol.response.IPixmap
 
getLastModified() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Last modification time.
getLastModified() - Method in interface org.jmythapi.protocol.response.IStorageGroupFile
Gets the last modified date of the file
getLastRunDuration() - Method in class org.jmythapi.database.impl.MythFillDatabaseStatus
 
getLastRunDuration() - Method in interface org.jmythapi.database.IMythFillDatabaseSettings
 
getLastRunEnd() - Method in class org.jmythapi.database.impl.MythFillDatabaseStatus
 
getLastRunEnd() - Method in interface org.jmythapi.database.IMythFillDatabaseSettings
 
getLastRunStart() - Method in class org.jmythapi.database.impl.MythFillDatabaseStatus
 
getLastRunStart() - Method in interface org.jmythapi.database.IMythFillDatabaseSettings
 
getLastRunStatus() - Method in class org.jmythapi.database.impl.MythFillDatabaseStatus
 
getLastRunStatus() - Method in interface org.jmythapi.database.IMythFillDatabaseSettings
 
getLinkPrefix(Tag, String) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Gets the relative link to the given class.
getLiveTvOrder() - Method in interface org.jmythapi.protocol.response.IInputInfo
Gets the live-TV order of the input.
getLiveTvOrder() - Method in class org.jmythapi.protocol.response.impl.InputInfoFree
 
getLiveTvOrder() - Method in class org.jmythapi.protocol.response.impl.InputInfoTuned
 
getLiveTVRecordings() - Method in class org.jmythapi.protocol.response.impl.RecordingStatus
 
getLiveTVRecordings() - Method in interface org.jmythapi.protocol.response.IRecordingStatus
Get the total amount of recordings due to live-tv sessions
getLocalURI() - Method in interface org.jmythapi.protocol.events.IDownloadFile
Gets the URI to the local copy of the remote file, stored into a backend storage-group
getLocalURI() - Method in class org.jmythapi.protocol.events.impl.DownloadFileFinished
 
getLocalURI() - Method in class org.jmythapi.protocol.events.impl.DownloadFileUpdate
 
getLockedCount() - Method in class org.jmythapi.database.impl.MythShutdownStatus
 
getLockedCount() - Method in interface org.jmythapi.database.IMythShutdownSettings
 
getMacAddress(String) - Static method in class org.jmythapi.protocol.utils.RequestUtils
TODO: this seems only to work for a local machine
getMaxBitrate() - Method in class org.jmythapi.protocol.impl.Recorder
 
getMaxBitrate() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getMaxBitrate() - Method in interface org.jmythapi.protocol.IRecorder
Gets the maximum bitrate a recorder can output.
getMaxBitrate() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Gets the maximum bitrate the encoder can output.
getMaxVersion() - Static method in enum org.jmythapi.protocol.ProtocolVersion
Gets the maximum protocol version that is currently supported.
getMetaData() - Method in enum org.jmythapi.protocol.ProtocolVersion
Gets some known metadata about the protocol version.
getMinutesAfterMidnight() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getMinutesAfterMidnight() - Method in class org.jmythapi.database.impl.Schedule
 
getMinutesAfterMidnight() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Gets the the start time of the program in minutes after midnight.
getMinutesAfterMidnight() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getMinutesAfterMidnight(Date) - Static method in class org.jmythapi.utils.EncodingUtils
 
getMinutesDiff(long, long) - Static method in class org.jmythapi.utils.EncodingUtils
 
getMinutesDiff(Date, Date) - Static method in class org.jmythapi.utils.EncodingUtils
 
getMinutesToNextRecording() - Method in class org.jmythapi.protocol.response.impl.RecordingsPending
 
getMinutesToNextRecording() - Method in interface org.jmythapi.protocol.response.IRecordingsPending
Gets the minutes to the next pending recording.
getMultiplexID() - Method in interface org.jmythapi.protocol.response.IInputInfo
Gets the multiplex ID of the input.
getMultiplexID() - Method in class org.jmythapi.protocol.response.impl.InputInfoFree
 
getMultiplexID() - Method in class org.jmythapi.protocol.response.impl.InputInfoTuned
 
getName() - Method in class org.jmythapi.database.impl.Setting
 
getName() - Method in interface org.jmythapi.ISetting
The name of the setting.
getName() - Method in class org.jmythapi.javadoc.tags.MythCodeExampleTag
 
getName() - Method in class org.jmythapi.javadoc.tags.MythProtoExampleTag
 
getName() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
 
getName() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionMatrixTag
 
getName() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionRangeTag
 
getName() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
getName() - Method in class org.jmythapi.javadoc.tags.MythResponseExampleTag
 
getName() - Method in class org.jmythapi.protocol.request.AMythCommand
 
getName() - Method in interface org.jmythapi.protocol.request.IMythCommand
Gets the name of this command.
getName() - Method in class org.jmythapi.protocol.response.impl.Setting
 
getNeededSpacer() - Method in class org.jmythapi.protocol.response.impl.RecorderChannelPrefixStatus
 
getNeededSpacer() - Method in interface org.jmythapi.protocol.response.IRecorderChannelPrefixStatus
Gets the first matching spacer, if a spacer whould be needed for the prefix to match a channel.
getNetworkAddress(InterfaceAddress) - Static method in class org.jmythapi.protocol.utils.RequestUtils
 
getNextFreeRecorder() - Method in interface org.jmythapi.protocol.IBackend
A function to get an info about the next free recorder.
getNextFreeRecorder(Integer) - Method in interface org.jmythapi.protocol.IBackend
A function to get the next free recorder.
getNextFreeRecorder(IRecorderInfo) - Method in interface org.jmythapi.protocol.IBackend
A function to get the next free recorder.
getNextFreeRecorder() - Method in class org.jmythapi.protocol.impl.Backend
 
getNextFreeRecorder(IRecorderInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
getNextFreeRecorder(Integer) - Method in class org.jmythapi.protocol.impl.Backend
 
getNextPendingRecordingDate() - Method in class org.jmythapi.protocol.response.impl.RecordingsPending
 
getNextPendingRecordingDate() - Method in interface org.jmythapi.protocol.response.IRecordingsPending
Gets the date of the next pending recording.
getNextPendingRecordings() - Method in class org.jmythapi.protocol.response.impl.RecordingsPending
 
getNextPendingRecordings() - Method in interface org.jmythapi.protocol.response.IRecordingsPending
This function returns the earliest pending recording for each recorder.
getNextPendingRecordingsDates() - Method in class org.jmythapi.protocol.response.impl.RecordingsPending
 
getNextPendingRecordingsDates() - Method in interface org.jmythapi.protocol.response.IRecordingsPending
This function returns the earliest recording-start time for each recorder.
getNextProgramInfo(IBasicChannelInfo, EChannelBrowseDirection, Date) - Method in class org.jmythapi.protocol.impl.Recorder
 
getNextProgramInfo(String, Integer, EChannelBrowseDirection, Date) - Method in class org.jmythapi.protocol.impl.Recorder
 
getNextProgramInfo(IBasicChannelInfo, EChannelBrowseDirection, Date) - Method in interface org.jmythapi.protocol.IRecorder
Gets the next program on the specified channel.
getNextProgramInfo(String, Integer, EChannelBrowseDirection, Date) - Method in interface org.jmythapi.protocol.IRecorder
Gets the next program on the specified channel.
getNextProgramInfos(Date) - Method in interface org.jmythapi.protocol.IBackend
Gets the next programs of all known channels.
getNextProgramInfos(Date) - Method in class org.jmythapi.protocol.impl.Backend
 
getNextProgramInfos(Date) - Method in class org.jmythapi.protocol.impl.Recorder
 
getNextProgramInfos(Date) - Method in interface org.jmythapi.protocol.IRecorder
Gets a list containing the next programs of all channels.
getNextScheduledShutdown() - Method in class org.jmythapi.database.impl.MythShutdownStatus
 
getNextScheduledShutdown() - Method in interface org.jmythapi.database.IMythShutdownSettings
 
getNextScheduledWakeup() - Method in class org.jmythapi.database.impl.MythShutdownStatus
 
getNextScheduledWakeup() - Method in interface org.jmythapi.database.IMythShutdownSettings
 
getOriginalAirdate() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getOriginalAirdate() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the original airdate of the recording.
getOritinalAirDate() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getOritinalAirDate() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the air date of the program.
getPackageDoc(Tag) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Gets the doc object of the containing package of the given tag.
getPacket() - Method in class org.jmythapi.protocol.events.impl.AMythEvent
 
getPacket() - Method in interface org.jmythapi.protocol.ISendable
Converts the object into a packet that can be send over network.
getPacket() - Method in class org.jmythapi.protocol.request.AMythRequest
 
getPacket() - Method in class org.jmythapi.protocol.response.impl.AMythResponse
Converts this response-object into a IMythPacket.
getPacketArg(int) - Method in class org.jmythapi.protocol.impl.MythPacket
 
getPacketArg(int) - Method in interface org.jmythapi.protocol.IMythPacket
Gets the packet argument value at the given position.
getPacketArgs() - Method in class org.jmythapi.protocol.impl.MythPacket
 
getPacketArgs() - Method in interface org.jmythapi.protocol.IMythPacket
Gets the packet arguments.
getPacketArgsLength() - Method in class org.jmythapi.protocol.impl.MythPacket
 
getPacketArgsLength() - Method in interface org.jmythapi.protocol.IMythPacket
Gets the amount of the packet arguments.
getPacketCreationTime() - Method in class org.jmythapi.protocol.impl.MythPacket
 
getPacketCreationTime() - Method in interface org.jmythapi.protocol.IMythPacket
Gets the time when this packet was created.
getParentID() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getParentID() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Parent ID.
getPartNumber() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getPartNumber() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Part number.
getPartTotal() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getPartTotal() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Part total.
getPathName() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getPathName() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording file name or URI.
getPattern() - Method in enum org.jmythapi.utils.EncodingUtils.DateTimePattern
 
getPixmap() - Method in class org.jmythapi.protocol.events.impl.PixmapGenerated
 
getPixmap() - Method in interface org.jmythapi.protocol.events.IPixmapGenerated
 
getPlayGroup() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getPlayGroup() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the play group assigned to the recording.
getPort() - Method in interface org.jmythapi.protocol.IBackendConnection
Gets the port of the backend.
getPort() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
getPosition() - Method in enum org.jmythapi.database.IJobCommand.Commands
 
getPosition() - Method in enum org.jmythapi.database.IJobStatus.Status
 
getPosition() - Method in enum org.jmythapi.database.IJobType.Type
 
getPosition() - Method in interface org.jmythapi.IPositionalValue
 
getPredecessor() - Method in enum org.jmythapi.protocol.ProtocolVersion
Gets the predecessor version of the current version.
getPreviewImageName() - Method in class org.jmythapi.protocol.events.impl.PixmapGenerated
 
getPreviewImageName() - Method in interface org.jmythapi.protocol.events.IPixmapGenerated
 
getPreviewImageName() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getPreviewImageName() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the name of the default recordings preview image.
getProgramDetailUrl(IProgramInfo) - Static method in class org.jmythapi.protocol.utils.MythWebUtils
 
getProgramDetailUrl(URL, IProgramInfo) - Static method in class org.jmythapi.protocol.utils.MythWebUtils
 
getProgramFlags() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getProgramFlags() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets additional status flags of the recording.
getProgramID() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getProgramID() - Method in class org.jmythapi.database.impl.Schedule
 
getProgramID() - Method in interface org.jmythapi.database.ISchedule
 
getProgramID() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Get the program ID.
getProgramID() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getProgramID() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getProgramID() - Method in class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
getProgramID() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getProgramID() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the program id of this program.
getProgramID() - Method in interface org.jmythapi.protocol.response.IRecorderNextProgramInfo
Get the program ID.
getProgramID() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Get the program ID.
getProgramInfo() - Method in interface org.jmythapi.protocol.events.IAskRecording
 
getProgramInfo() - Method in class org.jmythapi.protocol.events.impl.AskRecording
 
getProgramInfo() - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeUpdate
 
getProgramInfo() - Method in class org.jmythapi.protocol.events.impl.UpdateProgInfo
 
getProgramInfo() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeUpdate
Gets the info object of the changed recording.
getProgramInfo() - Method in interface org.jmythapi.protocol.events.IRecordingUpdateEvent
Gets the info object of the changed recording.
getProgramInfo() - Method in interface org.jmythapi.protocol.events.IUpdateProgInfo
Deprecated. Gets the info object of the changed recording.
getProgramInfo() - Method in class org.jmythapi.protocol.impl.Recorder
Deprecated. 21
getProgramInfo() - Method in interface org.jmythapi.protocol.IRecorder
Deprecated. 21 (fallback-to: -1), use getNextProgramInfo instead.
getProgramInfoList() - Method in class org.jmythapi.protocol.response.impl.ARecordings
 
getProgramInfoList(IProgramInfoFilter) - Method in class org.jmythapi.protocol.response.impl.ARecordings
 
getProgramInfoList() - Method in interface org.jmythapi.protocol.response.IRecordings
Gets a list of contained recordings.
getProgramInfoList(IProgramInfoFilter) - Method in interface org.jmythapi.protocol.response.IRecordings
Gets the list of contained recordings.
getProgramListUrl(ProtocolVersion, URL, Integer, Date) - Static method in class org.jmythapi.protocol.utils.MythWebUtils
 
getProgramStreamUrl(URL, IProgramInfo) - Static method in class org.jmythapi.protocol.utils.MythWebUtils
 
getProperties() - Method in class org.jmythapi.database.impl.ADatabaseRow
 
getProperties() - Method in class org.jmythapi.impl.AData
 
getProperties() - Method in interface org.jmythapi.IPropertyAware
Returns all supported properties.
getProperties() - Method in class org.jmythapi.protocol.response.impl.AMythResponse
 
getProperty(int) - Method in class org.jmythapi.database.impl.ADatabaseRow
 
getProperty(int) - Method in class org.jmythapi.impl.AData
 
getProperty(int) - Method in interface org.jmythapi.IPropertyAware
Gets the property for the given index.
getProperty(int) - Method in class org.jmythapi.protocol.response.impl.AMythResponse
 
getPropertyClass() - Method in class org.jmythapi.impl.AData
 
getPropertyClass() - Method in interface org.jmythapi.IPropertyAware
Gets the enumeration class defining all available properties.
getPropertyCount() - Method in class org.jmythapi.impl.AData
 
getPropertyCount() - Method in interface org.jmythapi.IPropertyAware
Gets the amount of available properties stored in this object.
getPropertyIndex(E) - Method in class org.jmythapi.database.impl.ADatabaseRow
 
getPropertyIndex(E) - Method in class org.jmythapi.impl.AData
 
getPropertyIndex(E) - Method in interface org.jmythapi.IPropertyAware
Gets the index for the given property.
getPropertyIndex(E) - Method in class org.jmythapi.protocol.response.impl.AMythResponse
 
getPropertyMap() - Method in class org.jmythapi.impl.AData
 
getPropertyMap() - Method in interface org.jmythapi.IPropertyAware
Gets a map with all available properties and their values.
getPropertyValue(int) - Method in class org.jmythapi.impl.AData
 
getPropertyValue(E) - Method in class org.jmythapi.impl.AData
 
getPropertyValue(E) - Method in interface org.jmythapi.IPropertyAware
Gets the value for the given property.
getPropertyValue(int) - Method in interface org.jmythapi.IPropertyAware
Gets the value for the given property index.
getPropertyValueObject(E) - Method in class org.jmythapi.impl.AData
 
getPropertyValueObject(Class<T>, E) - Method in class org.jmythapi.impl.AData
 
getPropertyValueObject(E) - Method in interface org.jmythapi.IPropertyAware
Gets the property value for a given property and converts it into the property data-type.
getPropertyValues() - Method in class org.jmythapi.impl.AData
 
getPropertyValues() - Method in interface org.jmythapi.IPropertyAware
Returns all property values as strings.
getPropertyValues() - Method in interface org.jmythapi.protocol.response.IProgramInfo
 
getProtocolVersionInfoTitle(int) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Gets a nice info-text that can be used as titles in links to a specific protocol version.
getProtocolVersionInfoTitle(ProtocolVersion) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Gets a nice info-text that can be used as titles in links to a specific protocol version.
getProtocolVersionLink(Tag, int) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Gets the relative link to a specific protocol-version.
getProtocolVersionLink(Tag, ProtocolVersion) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Gets the relative link to a specific ProtocolVersion.
getProtocolVersionLinkPrefix(Tag) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Gets the relative link to the ProtocolVersion enumeration.
getProtocolVersionMetadata(ProtocolVersion, String) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Gets the metadata info about the given protocol version.
getProtocolVersionRange(Tag, boolean) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Gets the protocol range a method or enumeration is annotated with.
getProtocolVersionRange(Doc, boolean) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Gets the protocol range of the given javadoc element.
getProtocolVersionRange(AnnotationDesc) - Static method in class org.jmythapi.javadoc.utils.JavadocUtils
Gets the protocol range of a javadoc annotation description.
getProtoVersion(String, Tag) - Static method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
getProtoVersion() - Method in class org.jmythapi.protocol.response.IVersionableValue.VersionablePair
 
getProtoVersionInfo(Tag) - Static method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
getReadTimeout() - Method in interface org.jmythapi.protocol.IBackendConnection
 
getReadTimeout() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
getReceivedPercent() - Method in interface org.jmythapi.protocol.events.IDownloadFile
Returns how many percent of the remote file were downloaded so far.
getReceivedPercent() - Method in class org.jmythapi.protocol.events.impl.DownloadFileFinished
 
getReceivedPercent() - Method in class org.jmythapi.protocol.events.impl.DownloadFileUpdate
 
getRecordedFrames() - Method in interface org.jmythapi.protocol.events.IDoneRecording
Gets the amount of recorded frames.
getRecordedFrames() - Method in class org.jmythapi.protocol.events.impl.DoneRecording
 
getRecordedSeconds() - Method in interface org.jmythapi.protocol.events.IDoneRecording
Gets the amount of recorded seconds.
getRecordedSeconds() - Method in class org.jmythapi.protocol.events.impl.DoneRecording
 
getRecorder(IRecorderInfo) - Method in interface org.jmythapi.protocol.IBackend
Connects to the specified recorder.
getRecorder(IRecorderInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
getRecorderForNum(Integer) - Method in interface org.jmythapi.database.IDatabase
 
getRecorderForNum(Integer) - Method in class org.jmythapi.database.impl.DataBase
 
getRecorderForNum(int) - Method in interface org.jmythapi.protocol.IBackend
Returns the recorder-info for the recorder, specified by id.
getRecorderForNum(int) - Method in class org.jmythapi.protocol.impl.Backend
 
getRecorderForProgram(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
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.
getRecorderForProgram(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
getRecorderID() - Method in class org.jmythapi.database.impl.RecorderInfo
 
getRecorderID() - Method in interface org.jmythapi.IRecorderInfo
 
getRecorderId() - Method in interface org.jmythapi.protocol.events.IAskRecording
 
getRecorderID() - Method in interface org.jmythapi.protocol.events.IDoneRecording
Gets the ID of the recorder, which has finished a recording.
getRecorderId() - Method in class org.jmythapi.protocol.events.impl.AskRecording
 
getRecorderID() - Method in class org.jmythapi.protocol.events.impl.DoneRecording
 
getRecorderID() - Method in class org.jmythapi.protocol.impl.Recorder
 
getRecorderID() - Method in interface org.jmythapi.protocol.IRecorder
Gets the id of this recorder
getRecorderID() - Method in class org.jmythapi.protocol.response.impl.RecorderInfo
 
getRecorderIDs() - Method in interface org.jmythapi.protocol.IBackend
Returns the IDs of all available recorders.
getRecorderIDs() - Method in class org.jmythapi.protocol.impl.Backend
 
getRecorderNum(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Determines the recorder, which is currently recording the given program.
getRecorderNum(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
getRecorderNum(List<String>) - Method in class org.jmythapi.protocol.impl.Backend
 
getRecorders() - Method in interface org.jmythapi.database.IDatabase
 
getRecorders() - Method in class org.jmythapi.database.impl.DataBase
 
getRecorders() - Method in interface org.jmythapi.protocol.IBackend
A function to get all available recorders, independently of their busy status.
getRecorders() - Method in class org.jmythapi.protocol.impl.Backend
 
getRecording() - Method in class org.jmythapi.protocol.impl.Recorder
 
getRecording() - Method in interface org.jmythapi.protocol.IRecorder
Returns the recorders current recording.
getRecordingDuplicationMethod() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingDuplicationMethod() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the duplication mode to use for the recording.
getRecordingDuplicationType() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingDuplicationType() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the duplication type of the recording.
getRecordingDuration() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingDuration() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording duration for the program in minutes.
getRecordingElapsedMinutes() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingElapsedMinutes() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the amount of minutes elapsed since recording of this program has started.
getRecordingElapsedPercent() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingElapsedPercent() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the amount of minutes elapsed in percent, since recording of this program has started.
getRecordingEndOffset() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingEndOffset() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording end offset.
getRecordingEndTime() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingEndTime() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording end time.
getRecordingFileSize() - Method in class org.jmythapi.protocol.events.impl.UpdateFileSize
 
getRecordingFileSize() - Method in interface org.jmythapi.protocol.events.IUpdateFileSize
Gets the new file size of the recording
getRecordingGroup() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingGroup() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording group.
getRecordingId() - Method in class org.jmythapi.database.impl.Schedule
 
getRecordingId() - Method in interface org.jmythapi.database.ISchedule
 
getRecordingId() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingId() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the id of the recording in the database.
getRecordingPriority() - Method in class org.jmythapi.database.impl.Schedule
 
getRecordingPriority() - Method in interface org.jmythapi.database.ISchedule
 
getRecordingPriority() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingPriority() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording priority.
getRecordingPriority2() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingPriority2() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording priority 2.
getRecordingStartOffset() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingStartOffset() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording start offset.
getRecordingStartTime() - Method in interface org.jmythapi.database.IJobQueue
 
getRecordingStartTime() - Method in class org.jmythapi.database.impl.JobQueue
 
getRecordingStartTime() - Method in interface org.jmythapi.protocol.events.ICommflagStart
Gets the recording start time.
getRecordingStartTime() - Method in class org.jmythapi.protocol.events.impl.CommflagStart
 
getRecordingStartTime() - Method in class org.jmythapi.protocol.events.impl.PixmapGenerated
 
getRecordingStartTime() - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeAdd
 
getRecordingStartTime() - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeDelete
 
getRecordingStartTime() - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeUpdate
 
getRecordingStartTime() - Method in class org.jmythapi.protocol.events.impl.UpdateFileSize
 
getRecordingStartTime() - Method in class org.jmythapi.protocol.events.impl.UpdateProgInfo
 
getRecordingStartTime() - Method in interface org.jmythapi.protocol.events.IPixmapGenerated
 
getRecordingStartTime() - Method in interface org.jmythapi.protocol.events.IRecordingEvent
Gets the recording start time.
getRecordingStartTime() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeAdd
Gets the recording start time.
getRecordingStartTime() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeDelete
Gets the recording start time.
getRecordingStartTime() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeSingle
Gets the recording start time.
getRecordingStartTime() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeUpdate
Gets the recording start time.
getRecordingStartTime() - Method in interface org.jmythapi.protocol.events.IRecordingUpdateEvent
Gets the recording start time.
getRecordingStartTime() - Method in interface org.jmythapi.protocol.events.IUpdateFileSize
Gets the recording start time.
getRecordingStartTime() - Method in interface org.jmythapi.protocol.events.IUpdateProgInfo
Deprecated. Gets the recording start time.
getRecordingStartTime() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingStartTime() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording start time.
getRecordingStatus() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getRecordingStatus() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Gets the current recording status of the tuner.
getRecordingStatus() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingStatus() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the current recording status.
getRecordingTitle() - Method in interface org.jmythapi.protocol.events.IAskRecording
 
getRecordingTitle() - Method in class org.jmythapi.protocol.events.impl.AskRecording
 
getRecordingType() - Method in class org.jmythapi.database.impl.Schedule
 
getRecordingType() - Method in interface org.jmythapi.database.ISchedule
 
getRecordingType() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getRecordingType() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording type.
getRemoteEncoder() - Method in class org.jmythapi.protocol.impl.Recorder
 
getRemoteEncoder() - Method in interface org.jmythapi.protocol.IRecorder
Gets the remote-encoder object.
getRemoteEncoderID() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getRemoteEncoderID() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Gets the ID of this remote encoder.
getRemoteURI() - Method in interface org.jmythapi.protocol.events.IDownloadFile
Gets the URI to the remote file, which is downloaded by the backend.
getRemoteURI() - Method in class org.jmythapi.protocol.events.impl.DownloadFileFinished
 
getRemoteURI() - Method in class org.jmythapi.protocol.events.impl.DownloadFileUpdate
 
getRequestArguments() - Method in class org.jmythapi.protocol.request.AMythRequest
 
getRequestArguments() - Method in interface org.jmythapi.protocol.request.IMythRequest
Gets additional request-arguments.
getResponseClass(String) - Static method in class org.jmythapi.protocol.utils.EventUtils
 
getSchedule(Integer) - Method in interface org.jmythapi.database.IDatabase
 
getSchedule(Integer) - Method in class org.jmythapi.database.impl.DataBase
 
getSchedules() - Method in interface org.jmythapi.database.IDatabase
 
getSchedules() - Method in class org.jmythapi.database.impl.DataBase
 
getSearch() - Method in class org.jmythapi.database.impl.Schedule
 
getSearch() - Method in interface org.jmythapi.database.ISchedule
 
getSeason() - Method in class org.jmythapi.database.impl.Schedule
 
getSeason() - Method in interface org.jmythapi.database.ISchedule
 
getSeason() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getSeason() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the season of the program.
getSecondsDiff(long, long) - Static method in class org.jmythapi.utils.EncodingUtils
 
getSecondsDiff(Date, Date) - Static method in class org.jmythapi.utils.EncodingUtils
 
getSecondsTillRecording() - Method in interface org.jmythapi.protocol.events.IAskRecording
 
getSecondsTillRecording() - Method in class org.jmythapi.protocol.events.impl.AskRecording
 
getSecondsTillShutdown() - Method in class org.jmythapi.protocol.events.impl.ShutdownCountdown
 
getSecondsTillShutdown() - Method in interface org.jmythapi.protocol.events.IShutdownCountdown
Gets the amount of seconds left till shutdown.
getSeriesID() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getSeriesID() - Method in class org.jmythapi.database.impl.Schedule
 
getSeriesID() - Method in interface org.jmythapi.database.ISchedule
 
getSeriesID() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Gets the series ID of the program.
getSeriesID() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getSeriesID() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getSeriesID() - Method in class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
getSeriesID() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getSeriesID() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the series id of this program.
getSeriesID() - Method in interface org.jmythapi.protocol.response.IRecorderNextProgramInfo
Gets the series ID of the program.
getSeriesID() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the series ID of the program.
getSettingName() - Method in enum org.jmythapi.database.IMythFillDatabaseSettings.Props
 
getSettingName() - Method in enum org.jmythapi.database.IMythJobSettings.Props
 
getSettingName() - Method in enum org.jmythapi.database.IMythShutdownSettings.Props
 
getSettingName() - Method in interface org.jmythapi.database.ISettingsProperty
 
getSettingsNames(Class<E>, int) - Static method in class org.jmythapi.database.impl.ASettingsGroup
 
getShutdownTime() - Method in class org.jmythapi.protocol.events.impl.ShutdownCountdown
 
getShutdownTime() - Method in interface org.jmythapi.protocol.events.IShutdownCountdown
Gets the scheduled shutdown time.
getSize() - Method in class org.jmythapi.protocol.response.impl.RingBuffer
Deprecated.  
getSize() - Method in interface org.jmythapi.protocol.response.IRingBuffer
Deprecated.  
getSizePropertyIndex() - Method in class org.jmythapi.protocol.response.impl.ARecordings
 
getSizePropertyIndex() - Method in class org.jmythapi.protocol.response.impl.RecordingsConflicting
 
getSizePropertyIndex() - Method in class org.jmythapi.protocol.response.impl.RecordingsExpiring
 
getSizePropertyIndex() - Method in class org.jmythapi.protocol.response.impl.RecordingsPending
 
getSizePropertyIndex() - Method in class org.jmythapi.protocol.response.impl.RecordingsScheduled
 
getSleepStatus() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getSleepStatus() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Gets the current sleep status of the encoder.
getSocketID() - Method in interface org.jmythapi.protocol.response.IFileTransfer
Gets the file transfer socket id.
getSocketID() - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
getSourceID() - Method in class org.jmythapi.database.impl.ChannelInfo
 
getSourceID() - Method in interface org.jmythapi.IRecorderChannelInfo
Gets the source id.
getSourceID() - Method in interface org.jmythapi.protocol.response.IBasicInputInfo
Gets the source ID.
getSourceID() - Method in interface org.jmythapi.protocol.response.IInputInfo
Gets the source ID.
getSourceID() - Method in class org.jmythapi.protocol.response.impl.InputInfoFree
 
getSourceID() - Method in class org.jmythapi.protocol.response.impl.InputInfoTuned
 
getSourceID() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getSourceID() - Method in class org.jmythapi.protocol.response.impl.RecorderChannelInfo
 
getSourceID() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the source id of this program.
getStars() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getStars() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getStars() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Rating.
getStars() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the rating of the program.
getStartDate() - Method in class org.jmythapi.database.impl.Schedule
 
getStartDate() - Method in interface org.jmythapi.database.ISchedule
 
getStartDateTime() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getStartDateTime() - Method in class org.jmythapi.database.impl.Schedule
 
getStartDateTime() - Method in interface org.jmythapi.database.ISchedule
 
getStartDateTime() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Gets the scheduled start of the program.
getStartDateTime() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getStartDateTime() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getStartDateTime() - Method in class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
getStartDateTime() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getStartDateTime() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the start-date and -time of this program.
getStartDateTime() - Method in interface org.jmythapi.protocol.response.IRecorderNextProgramInfo
Gets the scheduled start of the program.
getStartDateTime() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the scheduled start of the program.
getStartOffset() - Method in class org.jmythapi.database.impl.Schedule
 
getStartOffset() - Method in interface org.jmythapi.database.ISchedule
 
getStartTime() - Method in class org.jmythapi.database.impl.Schedule
 
getStartTime() - Method in interface org.jmythapi.database.ISchedule
 
getStartupBeforeRecording() - Method in class org.jmythapi.database.impl.MythShutdownStatus
 
getStartupBeforeRecording() - Method in interface org.jmythapi.database.IMythShutdownSettings
 
getStartupMode(Date) - Method in class org.jmythapi.database.impl.MythShutdownStatus
 
getStartupMode(Date) - Method in interface org.jmythapi.database.IMythShutdownSettings
 
getStartupTime() - Method in class org.jmythapi.protocol.response.impl.Uptime
 
getStartupTime(Date) - Method in class org.jmythapi.protocol.response.impl.Uptime
 
getStartupTime() - Method in interface org.jmythapi.protocol.response.IUptime
Gts the startup time of the backend.
getStartupTime(Date) - Method in interface org.jmythapi.protocol.response.IUptime
 
getState() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getState() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Returns the current encoder state (TvState).
getState() - Method in class org.jmythapi.protocol.response.impl.RemoteEncoderState
 
getState() - Method in interface org.jmythapi.protocol.response.IRemoteEncoderState
Gets the current state of a remote encoder.
getStateValue() - Method in class org.jmythapi.protocol.response.impl.RemoteEncoderState
 
getStateValue() - Method in interface org.jmythapi.protocol.response.IRemoteEncoderState
Gets the current state of a remote encoder as integer value.
getStatus() - Method in interface org.jmythapi.database.IJobQueue
 
getStatus() - Method in class org.jmythapi.database.impl.JobQueue
 
getStatus() - Method in interface org.jmythapi.protocol.response.IFileTransfer
Gets the file transfer status.
getStatus() - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
getStatus() - Method in class org.jmythapi.protocol.response.impl.ProgramRecordingStatus
 
getStatus() - Method in interface org.jmythapi.protocol.response.IProgramRecordingStatus
 
getStatusCode() - Method in class org.jmythapi.protocol.events.impl.PixmapGenerated
 
getStatusCode() - Method in interface org.jmythapi.protocol.events.IPixmapGenerated
 
getStatusMessage() - Method in class org.jmythapi.protocol.events.impl.PixmapGenerated
 
getStatusMessage() - Method in interface org.jmythapi.protocol.events.IPixmapGenerated
 
getStatusTime() - Method in interface org.jmythapi.database.IJobQueue
 
getStatusTime() - Method in class org.jmythapi.database.impl.JobQueue
 
getStatusValue() - Method in class org.jmythapi.protocol.response.impl.ProgramRecordingStatus
 
getStatusValue() - Method in interface org.jmythapi.protocol.response.IProgramRecordingStatus
 
getStorageGroup() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getStorageGroup() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the name of the storage group storing the recording.
getStorageGroupDirectories() - Method in interface org.jmythapi.database.IDatabase
 
getStorageGroupDirectories() - Method in class org.jmythapi.database.impl.DataBase
 
getStorageGroupID() - Method in interface org.jmythapi.protocol.response.IFreeSpaceListEntry
 
getStorageGroupID() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
getStorageGroups() - Method in interface org.jmythapi.database.IDatabase
 
getStorageGroups() - Method in class org.jmythapi.database.impl.DataBase
 
getSubtitle() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getSubtitle() - Method in class org.jmythapi.database.impl.Schedule
 
getSubtitle() - Method in interface org.jmythapi.database.ISchedule
 
getSubtitle() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Gets the program subtitle.
getSubtitle() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getSubtitle() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getSubtitle() - Method in class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
getSubtitle() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getSubtitle() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the subtitle of this program.
getSubtitle() - Method in interface org.jmythapi.protocol.response.IRecorderNextProgramInfo
Gets the program subtitle.
getSubtitle() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the program subtitle.
getSubtitleType() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getSubtitleType() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording subtitle properties.
getSuccessor() - Method in enum org.jmythapi.protocol.ProtocolVersion
Gets the successor version of the current version.
getSuggestedRunTime() - Method in class org.jmythapi.database.impl.MythFillDatabaseStatus
 
getSuggestedRunTime() - Method in interface org.jmythapi.database.IMythFillDatabaseSettings
 
getSupportedFlags() - Method in interface org.jmythapi.protocol.response.IFlagGroup
Gets all possible flags of this flag group.
getSupportedFlags() - Method in class org.jmythapi.protocol.response.impl.AFlagGroup
 
getSupportedFlags(Class<E>, ProtocolVersion) - Static method in class org.jmythapi.protocol.response.impl.AFlagGroup
 
getSyndicatedEpisode() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getSyndicatedEpisode() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the syndicated episode of the program.
getSystemProperties() - Method in class org.jmythapi.protocol.events.impl.SystemEvent
 
getSystemProperties() - Method in interface org.jmythapi.protocol.events.ISystemEvent
 
getTimeStretch() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getTimeStretch() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Deprecated. 23, replaced by IProgramInfo.getPlayGroup()
getTimeZone() - Method in class org.jmythapi.protocol.response.impl.Timezone
 
getTimeZone() - Method in interface org.jmythapi.protocol.response.ITimezone
 
getTimeZoneID() - Method in class org.jmythapi.protocol.response.impl.Timezone
 
getTimeZoneID() - Method in interface org.jmythapi.protocol.response.ITimezone
 
getTitle() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getTitle() - Method in class org.jmythapi.database.impl.Schedule
 
getTitle() - Method in interface org.jmythapi.database.ISchedule
 
getTitle() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Gets the program title.
getTitle() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getTitle() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getTitle() - Method in class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
getTitle() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
getTitle() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the title of this program.
getTitle() - Method in interface org.jmythapi.protocol.response.IRecorderNextProgramInfo
Gets the program title.
getTitle() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Gets the program title.
getToken() - Method in class org.jmythapi.protocol.events.impl.PixmapGenerated
 
getToken() - Method in interface org.jmythapi.protocol.events.IPixmapGenerated
 
getToken() - Method in enum org.jmythapi.protocol.ProtocolVersion
Gets the protocol version "handshake" token.
getTotalDuration() - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
getTotalDuration(Iterable<IProgramInfo>, boolean) - Static method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
getTotalDuration() - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Gets the sum of all recording durations.
getTotalFileSize(Iterable<IProgramInfo>) - Static method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
getTotalFilesSize() - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
getTotalFilesSize() - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Gets the sum of all file sizes.
getTotalRamMB() - Method in interface org.jmythapi.protocol.response.IMemStats
Gets the total amount of available physical and swap memory in MB.
getTotalRamMB() - Method in class org.jmythapi.protocol.response.impl.MemStats
 
getTotalSpace() - Method in interface org.jmythapi.protocol.response.IBasicFreeSpace
Gets the total space on file system.
getTotalSpace() - Method in interface org.jmythapi.protocol.response.IFreeSpace
Deprecated. Gets the total space on file system.
getTotalSpace() - Method in interface org.jmythapi.protocol.response.IFreeSpaceList
Gets the total space on file system.
getTotalSpace() - Method in interface org.jmythapi.protocol.response.IFreeSpaceListEntry
Gets the total space on file system.
getTotalSpace() - Method in interface org.jmythapi.protocol.response.IFreeSpaceSummary
Gets the total space on file system.
getTotalSpace() - Method in class org.jmythapi.protocol.response.impl.AFreeSpace
 
getTotalSpace() - Method in class org.jmythapi.protocol.response.impl.FreeSpace
Deprecated.  
getTotalSpace() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
getTotalSpace() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList
 
getTotalSpace() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceSummary
 
getTotalVmMB() - Method in interface org.jmythapi.protocol.response.IMemStats
Gets the total amount of available swap space in MB.
getTotalVmMB() - Method in class org.jmythapi.protocol.response.impl.MemStats
 
getType() - Method in interface org.jmythapi.database.IJobQueue
 
getType() - Method in class org.jmythapi.database.impl.JobQueue
 
getType() - Method in class org.jmythapi.protocol.events.impl.VideoListChange.VideoChange
 
getType() - Method in interface org.jmythapi.protocol.events.IVideoListChange.IVideoChange
Gets the type of change.
getType() - Method in class org.jmythapi.protocol.response.impl.ProgramRecordingType
 
getType() - Method in interface org.jmythapi.protocol.response.IProgramRecordingType
 
getTypeValue() - Method in class org.jmythapi.protocol.response.impl.ProgramRecordingType
 
getTypeValue() - Method in interface org.jmythapi.protocol.response.IProgramRecordingType
 
getUniqueProgramId() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
getUniqueProgramId() - Method in class org.jmythapi.database.impl.Schedule
 
getUniqueProgramId() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Generates a unique id for this program-info.
getUniqueProgramId() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
getUniqueRecordingID() - Method in interface org.jmythapi.protocol.events.ICommflagStart
Gets the unique ID of the changed recording.
getUniqueRecordingID() - Method in class org.jmythapi.protocol.events.impl.CommflagStart
 
getUniqueRecordingID() - Method in class org.jmythapi.protocol.events.impl.PixmapGenerated
 
getUniqueRecordingID() - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeAdd
 
getUniqueRecordingID() - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeDelete
 
getUniqueRecordingID() - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeUpdate
 
getUniqueRecordingID() - Method in class org.jmythapi.protocol.events.impl.UpdateFileSize
 
getUniqueRecordingID() - Method in class org.jmythapi.protocol.events.impl.UpdateProgInfo
 
getUniqueRecordingID() - Method in interface org.jmythapi.protocol.events.IPixmapGenerated
 
getUniqueRecordingID() - Method in interface org.jmythapi.protocol.events.IRecordingEvent
Gets the unique ID of the changed recording.
getUniqueRecordingID() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeAdd
Gets the unique ID of the changed recording.
getUniqueRecordingID() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeDelete
Gets the unique ID of the changed recording.
getUniqueRecordingID() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeSingle
Gets the unique ID of the changed recording.
getUniqueRecordingID() - Method in interface org.jmythapi.protocol.events.IRecordingListChangeUpdate
Gets the unique ID of the changed recording.
getUniqueRecordingID() - Method in interface org.jmythapi.protocol.events.IRecordingUpdateEvent
Gets the unique ID of the changed recording.
getUniqueRecordingID() - Method in interface org.jmythapi.protocol.events.IUpdateFileSize
Gets the unique ID of the changed recording.
getUniqueRecordingID() - Method in interface org.jmythapi.protocol.events.IUpdateProgInfo
Deprecated. Gets the unique ID of the changed recording.
getUniqueRecordingId() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getUniqueRecordingId() - Method in interface org.jmythapi.protocol.response.IProgramInfo
The unique recording id if this recording.
getUpdatedProperties(IProgramInfo) - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeUpdate
 
getUpdatedProperties(IProgramInfo) - Method in class org.jmythapi.protocol.events.impl.UpdateProgInfo
 
getUpdatedProperties(IProgramInfo) - Method in interface org.jmythapi.protocol.events.IRecordingListChangeUpdate
Compares a previous version of the recording with the changed version.
getUpdatedProperties(IProgramInfo) - Method in interface org.jmythapi.protocol.events.IRecordingUpdateEvent
Compares a previous version of the recording with the changed version.
getUpdatedProperties(IProgramInfo) - Method in interface org.jmythapi.protocol.events.IUpdateProgInfo
Deprecated. Compares a previous version of the recording with the changed version.
getUptimeSeconds() - Method in class org.jmythapi.protocol.response.impl.Uptime
 
getUptimeSeconds(Date) - Method in class org.jmythapi.protocol.response.impl.Uptime
 
getUptimeSeconds() - Method in interface org.jmythapi.protocol.response.IUptime
Gets the uptime in seconds
getUptimeSeconds(Date) - Method in interface org.jmythapi.protocol.response.IUptime
 
getUrl() - Method in class org.jmythapi.protocol.response.impl.RingBuffer
Deprecated.  
getUrl() - Method in interface org.jmythapi.protocol.response.IRingBuffer
Deprecated.  
getUsedSpace() - Method in interface org.jmythapi.protocol.response.IBasicFreeSpace
Gets the used space on file system.
getUsedSpace() - Method in interface org.jmythapi.protocol.response.IFreeSpace
Deprecated. Gets the used space on file system.
getUsedSpace() - Method in interface org.jmythapi.protocol.response.IFreeSpaceList
Gets the used space on file system.
getUsedSpace() - Method in interface org.jmythapi.protocol.response.IFreeSpaceListEntry
Gets the used space on file system.
getUsedSpace() - Method in interface org.jmythapi.protocol.response.IFreeSpaceSummary
Gets the used space on file system.
getUsedSpace() - Method in class org.jmythapi.protocol.response.impl.AFreeSpace
 
getUsedSpace() - Method in class org.jmythapi.protocol.response.impl.FreeSpace
Deprecated.  
getUsedSpace() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
getUsedSpace() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList
 
getUsedSpace() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceSummary
 
getUTCOffset() - Method in class org.jmythapi.protocol.response.impl.Timezone
 
getUTCOffset() - Method in interface org.jmythapi.protocol.response.ITimezone
 
getValue(ProtocolVersion) - Method in enum org.jmythapi.protocol.response.IProgramFlags.Flags
 
getValue(ProtocolVersion) - Method in enum org.jmythapi.protocol.response.IProgramRecordingDupInType.Flags
 
getValue(ProtocolVersion) - Method in enum org.jmythapi.protocol.response.IProgramRecordingStatus.Status
 
getValue(ProtocolVersion) - Method in interface org.jmythapi.protocol.response.IVersionableValue
Returns the actual property value for the given protocol version.
getValue() - Method in class org.jmythapi.protocol.response.IVersionableValue.VersionablePair
 
getValues() - Method in enum org.jmythapi.protocol.response.IProgramFlags.Flags
 
getValues() - Method in enum org.jmythapi.protocol.response.IProgramRecordingDupInType.Flags
 
getValues() - Method in enum org.jmythapi.protocol.response.IProgramRecordingStatus.Status
 
getValues() - Method in interface org.jmythapi.protocol.response.IVersionableValue
Gets all possible values for the given property.
getVbiDevice() - Method in class org.jmythapi.protocol.response.impl.TunerInfo
 
getVbiDevice() - Method in interface org.jmythapi.protocol.response.ITunerInfo
Gets the vdi device of the locked tuner.
getVersion() - Method in enum org.jmythapi.database.DatabaseVersion
 
getVersion() - Method in interface org.jmythapi.IVersion
 
getVersion() - Method in enum org.jmythapi.protocol.ProtocolVersion
Gets the protocol version number.
getVersionableValue(ProtocolVersion, IVersionableValue) - Static method in class org.jmythapi.protocol.utils.EnumUtils
Returns the actual property value for the given protocol version.
getVersionableValueEnum(Class<E>, ProtocolVersion, Long) - Static method in class org.jmythapi.protocol.utils.EnumUtils
Determines the Enum property which has the given value when using the given protocol-version.
getVersionEnum() - Method in class org.jmythapi.javadoc.tags.ProtoVersionInfoHolder
 
getVersionNr() - Method in class org.jmythapi.impl.AData
Gets the protocol-version of an object.
getVersionNr() - Method in interface org.jmythapi.IVersionable
Gets the protocol-version of an object.
getVersionNr() - Method in interface org.jmythapi.protocol.IBackend
Get the MythTV protocol-version the backend is speaking.
getVersionNr() - Method in class org.jmythapi.protocol.impl.Backend
 
getVersionNr() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
getVersionNr() - Method in class org.jmythapi.protocol.impl.MythPacket
 
getVersionNr() - Method in class org.jmythapi.protocol.impl.Recorder
 
getVersionNr() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
getVersionNr() - Method in class org.jmythapi.protocol.request.AMythCommand
 
getVersionNr() - Method in class org.jmythapi.protocol.request.AMythRequest
 
getVersionNr() - Method in class org.jmythapi.protocol.response.impl.AGroup
 
getVideoDevice() - Method in class org.jmythapi.protocol.response.impl.TunerInfo
 
getVideoDevice() - Method in interface org.jmythapi.protocol.response.ITunerInfo
Gets the video device of the locked tuner.
getVideoProperties() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getVideoProperties() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the recording video properties.
getXmlTvID() - Method in class org.jmythapi.database.impl.ChannelInfo
 
getXmlTvID() - Method in interface org.jmythapi.IRecorderChannelInfo
Gets the XML-TV id.
getXmlTvID() - Method in class org.jmythapi.protocol.response.impl.RecorderChannelInfo
 
getYear() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
getYear() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Gets the production year of the program.
GIT_COMMIT - Static variable in class org.jmythapi.protocol.ProtocolVersionInfo
The Git commit ID.
GIT_COMMIT_URL - Static variable in class org.jmythapi.javadoc.utils.JavadocUtils
The link prefix to a GIT commit.
GO_TO_SLEEP - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Put to sleep a backend.
goToSleep() - Method in interface org.jmythapi.protocol.IBackend
Signals a slave backend to go to sleep.
goToSleep() - Method in class org.jmythapi.protocol.impl.Backend
 
groupBy(IProgramInfo.Props) - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
groupBy(IProgramInfo.Props, IProgramInfoFilter) - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
groupBy(IProgramInfo.Props) - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Groups the list of program-infos by the specified program-info property.
groupBy(IProgramInfo.Props, IProgramInfoFilter) - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Groups the list of program-infos by the specified program-info property.
groupClass - Variable in class org.jmythapi.protocol.response.impl.AGroup
A Enum class defining all available values.
groupListByProperty(Iterable<E>, P) - Static method in class org.jmythapi.protocol.utils.PropertyAwareUtils
Usage example:

    // query recorded programs
    IProgramInfoList allRecordings = backend.queryRecordings();
    
    // Group programs by category
    Map<Object,List<IProgramInfo>> recordingsByCategory = PropertyAwareUtils.groupListByProperty(allRecordings,IProgramInfo.Props.CATEGORY);
    for(Entry<Object,List<IProgramInfo>> entry : recordingsByCategory.entrySet()) {
       System.out.println(String.format(
          "\r\nCATEGORY '%s': %02d recordings",
          entry.getKey(),
          entry.getValue().size()
       ));
       
       for(IProgramInfo program : entry.getValue()) {
          System.out.println(String.format(
             "- %s",
             program.getFullTitle()
          ));
       }
    }
 

groupListByProperty(Iterable<E>, P, IFilter<P, E>) - Static method in class org.jmythapi.protocol.utils.PropertyAwareUtils
 
GuideDataThrough - Class in org.jmythapi.database.impl
 
GuideDataThrough(ProtocolVersion, int, List<String>) - Constructor for class org.jmythapi.database.impl.GuideDataThrough
 
GuideDataThrough - Class in org.jmythapi.protocol.response.impl
 
GuideDataThrough(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.GuideDataThrough
 

H

Handler - Class in org.jmythapi.url.mythtv
 
Handler() - Constructor for class org.jmythapi.url.mythtv.Handler
 
hasAirDate() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
Deprecated. 57
hasAirDate() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Deprecated. 57
hasChanges() - Method in class org.jmythapi.protocol.events.impl.VideoList
 
hasChanges() - Method in interface org.jmythapi.protocol.events.IVideoList
Checks if changes were detected.
hasConflicts() - Method in class org.jmythapi.protocol.response.impl.RecordingsPending
 
hasConflicts() - Method in interface org.jmythapi.protocol.response.IRecordingsPending
Checks if there are any conflicts between all pending recordings.
hasDirectory(String) - Method in interface org.jmythapi.protocol.response.IFreeSpaceListEntry
Checks if the given directory exists in the file system entry.
hasDirectory(String) - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
hasEnum(E) - Method in interface org.jmythapi.protocol.response.IEnumGroup
 
hasEnum(E...) - Method in interface org.jmythapi.protocol.response.IEnumGroup
 
hasEnum(E) - Method in class org.jmythapi.protocol.response.impl.AEnumGroup
 
hasEnum(E...) - Method in class org.jmythapi.protocol.response.impl.AEnumGroup
 
hasFinished() - Method in interface org.jmythapi.database.IJobQueue
 
hasFinished() - Method in class org.jmythapi.database.impl.JobQueue
 
hasFreeRecorders() - Method in interface org.jmythapi.protocol.IBackend
Determines if there are any free recorders.
hasFreeRecorders() - Method in class org.jmythapi.protocol.impl.Backend
 
hashCode() - Method in class org.jmythapi.impl.AData
Generates a hashCode for this object.
hashCode() - Method in class org.jmythapi.protocol.response.impl.AGroup
 
hasLaterShowing() - Method in interface org.jmythapi.protocol.events.IAskRecording
 
hasLaterShowing() - Method in class org.jmythapi.protocol.events.impl.AskRecording
 
hasRecording() - Method in interface org.jmythapi.protocol.events.IAskRecording
 
hasRecording() - Method in class org.jmythapi.protocol.events.impl.AskRecording
 
hasState(IRemoteEncoderState.State) - Method in class org.jmythapi.protocol.response.impl.RemoteEncoderState
 
hasState(IRemoteEncoderState.State...) - Method in class org.jmythapi.protocol.response.impl.RemoteEncoderState
 
hasState(IRemoteEncoderState.State) - Method in interface org.jmythapi.protocol.response.IRemoteEncoderState
 
hasState(IRemoteEncoderState.State...) - Method in interface org.jmythapi.protocol.response.IRemoteEncoderState
 
hasStatus(IProgramRecordingStatus.Status) - Method in class org.jmythapi.protocol.response.impl.ProgramRecordingStatus
 
hasStatus(IProgramRecordingStatus.Status...) - Method in class org.jmythapi.protocol.response.impl.ProgramRecordingStatus
 
hasStatus(IProgramRecordingStatus.Status) - Method in interface org.jmythapi.protocol.response.IProgramRecordingStatus
 
hasStatus(IProgramRecordingStatus.Status...) - Method in interface org.jmythapi.protocol.response.IProgramRecordingStatus
Checks if the recording is in one of the given statuses.

I

IAskRecording - Interface in org.jmythapi.protocol.events
Backend Event - Ask Recording.
IAskRecording.Props - Enum in org.jmythapi.protocol.events
 
IBackend - Interface in org.jmythapi.protocol
This interface is the main interface when communicating with a MythTV-backend.
IBackendConnection - Interface in org.jmythapi.protocol
This interface represents a connection to a MythTV-backend, -recorder or -encoder.
IBasicChannelInfo - Interface in org.jmythapi
This interface is used to access some basic channels informations.
IBasicFreeSpace - Interface in org.jmythapi.protocol.response
An interface to get the free disk space of a MythTV backend.
IBasicInputInfo - Interface in org.jmythapi.protocol.response
This interface is used to access basic input informations.
IBasicProgramInfo - Interface in org.jmythapi.protocol.response
This interface is used to access basic program informations.
IClearSettingsCache - Interface in org.jmythapi.protocol.events
Backend Event - Clear Settings Cache.
IClearSettingsCache.Props - Enum in org.jmythapi.protocol.events
 
IClientErrorEvent - Interface in org.jmythapi.protocol.events
 
IClientErrorEvent.Props - Enum in org.jmythapi.protocol.events
 
ICommflagStart - Interface in org.jmythapi.protocol.events
Backend Event - Recording - Commercial-Flagging Start.
ICommflagStart.Props - Enum in org.jmythapi.protocol.events
 
IDatabase - Interface in org.jmythapi.database
 
IDoneRecording - Interface in org.jmythapi.protocol.events
Backend Event- Recording Done.
IDoneRecording.Props - Enum in org.jmythapi.protocol.events
 
IDownloadFile<E extends Enum<E>> - Interface in org.jmythapi.protocol.events
Backend Event - Download File.
IDownloadFileFinished - Interface in org.jmythapi.protocol.events
Backend Event - Download File Finished.
IDownloadFileFinished.Props - Enum in org.jmythapi.protocol.events
The properties of an IDownloadFileFinished event.
IDownloadFileUpdate - Interface in org.jmythapi.protocol.events
Backend Event - Download File Update.
IDownloadFileUpdate.Props - Enum in org.jmythapi.protocol.events
The properties of an IDownloadFileUpdate event.
IEnumGroup<E extends Enum<E>> - Interface in org.jmythapi.protocol.response
An enum group.
IFileStatus - Interface in org.jmythapi.protocol.response
An interface to get the status of a file on a MythTV backend.
IFileStatus.Props - Enum in org.jmythapi.protocol.response
The properties of an IFileStatus response.
IFileTransfer - Interface in org.jmythapi.protocol.response
An interface to transfer files from and to a backend.
IFileTransfer.Props - Enum in org.jmythapi.protocol.response
The properties of an IFileTransfer response.
IFilter<P extends Enum<P>,E extends IPropertyAware<P>> - Interface in org.jmythapi.protocol.response
 
IFlag - Interface in org.jmythapi.protocol.response
A Flag.
IFlagGroup<E extends Enum<E> & IFlag> - Interface in org.jmythapi.protocol.response
A flag group.
IFreeInputList - Interface in org.jmythapi.protocol.response
The response to a IRecorder.getFreeInputs() or IRemoteEncoder.getFreeInputs() request.
IFreeSpace - Interface in org.jmythapi.protocol.response
Deprecated. 17
IFreeSpace.Props - Enum in org.jmythapi.protocol.response
Deprecated. The properties of an IFreeSpace response.
IFreeSpaceList - Interface in org.jmythapi.protocol.response
The response to a IBackend.queryFreeSpaceList(boolean) request.
IFreeSpaceListEntry - Interface in org.jmythapi.protocol.response
One entry of an IFreeSpaceList response.
IFreeSpaceListEntry.EntryProps - Enum in org.jmythapi.protocol.response
The properties of an IFreeSpaceList response.
IFreeSpaceSummary - Interface in org.jmythapi.protocol.response
An interface to get the free disk-space of a MythTV backend.
IFreeSpaceSummary.Props - Enum in org.jmythapi.protocol.response
The properties of an IFreeSpaceSummary response.
IGroup<E extends Enum<E>> - Interface in org.jmythapi.protocol.response
A value group.
IGuideDataThrough - Interface in org.jmythapi
This interface represents the response to an IBackend.queryGuideDataThrough() request.
IGuideDataThrough.Props - Enum in org.jmythapi
Properties of an IGuideDataThrough response.
IInputInfo - Interface in org.jmythapi.protocol.response
An interface to get informations about a recorder input.
IInputInfoFree - Interface in org.jmythapi.protocol.response
An interface to get the free inputs of a MythTV encoder.
IInputInfoFree.Props - Enum in org.jmythapi.protocol.response
The properties of an IInputInfoFree response.
IInputInfoTuned - Interface in org.jmythapi.protocol.response
An interface to get a currently in use recorder input.
IInputInfoTuned.Props - Enum in org.jmythapi.protocol.response
The properties of an IInputInfoTuned response.
IJobCommand - Interface in org.jmythapi.database
 
IJobCommand.Commands - Enum in org.jmythapi.database
 
IJobQueue - Interface in org.jmythapi.database
A response example:
<00>ID: 5 | <01>CHANNEL_ID: 1091 | <02>REC_START_TIME: Thu Jan 01 01:18:11 CET 1970 | <03>INSERT_TIME: Tue Jan 24 06:52:07 CET 2012 | <04>TYPE: 2 | <05>COMMANDS: 0 | <06>FLAGS: 1 | <07>STATUS: 1 | <08>STATUS_TIME: Tue Jan 24 06:52:07 CET 2012 | <09>HOSTNAME: | <10>ARGS: [B@1fa39bb | <11>COMMENT: Queued via MythWeb | <12>SCHEDULED_RUN_TIME: Mon Jan 01 00:00:00 CET 2007
IJobQueue.Props - Enum in org.jmythapi.database
 
IJobStatus - Interface in org.jmythapi.database
 
IJobStatus.Status - Enum in org.jmythapi.database
 
IJobType - Interface in org.jmythapi.database
 
IJobType.Type - Enum in org.jmythapi.database
 
ILiveTvChainUpdate - Interface in org.jmythapi.protocol.events
Backend Event - LiveTV Chain Update.
ILiveTvChainUpdate.Props - Enum in org.jmythapi.protocol.events
 
ILoad - Interface in org.jmythapi.protocol.response
An interface to get the load of a MythTV backend.
ILoad.Props - Enum in org.jmythapi.protocol.response
The properties of an ILoad response.
IMemStats - Interface in org.jmythapi.protocol.response
An interface to get the memory uage of a MythTV backend.
IMemStats.Props - Enum in org.jmythapi.protocol.response
The properties of an IMemStats response.
IMythCommand - Interface in org.jmythapi.protocol.request
This interface represents a MythTV-protocol command.
IMythEvent<E extends Enum<E>> - Interface in org.jmythapi.protocol.events
Backend Event.
IMythEventListener<E extends IMythEvent<?>> - Interface in org.jmythapi.protocol.events
Backend Event Listener-Interface.
IMythEventPacketListener - Interface in org.jmythapi.protocol.events
Backend Event-Packet Listener-Interface.
IMythFillDatabaseSettings - Interface in org.jmythapi.database
The MythFillDatabase Settings.
IMythFillDatabaseSettings.Props - Enum in org.jmythapi.database
 
IMythJobSettings - Interface in org.jmythapi.database
 
IMythJobSettings.Props - Enum in org.jmythapi.database
 
IMythPacket - Interface in org.jmythapi.protocol
This interface represents a protocol packet that can be send over network.
IMythRequest - Interface in org.jmythapi.protocol.request
This interface represents a MythTV-protocol request.
IMythResponse<E extends Enum<E>> - Interface in org.jmythapi.protocol.response
This interface represents a MythTV response object.
IMythShutdownSettings - Interface in org.jmythapi.database
The MythShutdown Settings.
IMythShutdownSettings.Props - Enum in org.jmythapi.database
 
IMythShutdownSettings.StartupMode - Enum in org.jmythapi.database
 
inConstructor() - Method in class org.jmythapi.javadoc.tags.MythCodeExampleTag
 
inConstructor() - Method in class org.jmythapi.javadoc.tags.MythProtoExampleTag
 
inConstructor() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
 
inConstructor() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionMatrixTag
 
inConstructor() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionRangeTag
 
inConstructor() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
inConstructor() - Method in class org.jmythapi.javadoc.tags.MythResponseExampleTag
 
inField() - Method in class org.jmythapi.javadoc.tags.MythCodeExampleTag
 
inField() - Method in class org.jmythapi.javadoc.tags.MythProtoExampleTag
 
inField() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
 
inField() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionMatrixTag
 
inField() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionRangeTag
 
inField() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
inField() - Method in class org.jmythapi.javadoc.tags.MythResponseExampleTag
 
init(ProtocolVersion, Class<E>, List<String>) - Method in class org.jmythapi.impl.AData
Initializes this object with all mandatory values.
inMethod() - Method in class org.jmythapi.javadoc.tags.MythCodeExampleTag
 
inMethod() - Method in class org.jmythapi.javadoc.tags.MythProtoExampleTag
 
inMethod() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
 
inMethod() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionMatrixTag
 
inMethod() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionRangeTag
 
inMethod() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
inMethod() - Method in class org.jmythapi.javadoc.tags.MythResponseExampleTag
 
inOverview() - Method in class org.jmythapi.javadoc.tags.MythCodeExampleTag
 
inOverview() - Method in class org.jmythapi.javadoc.tags.MythProtoExampleTag
 
inOverview() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
 
inOverview() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionMatrixTag
 
inOverview() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionRangeTag
 
inOverview() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
inOverview() - Method in class org.jmythapi.javadoc.tags.MythResponseExampleTag
 
inPackage() - Method in class org.jmythapi.javadoc.tags.MythCodeExampleTag
 
inPackage() - Method in class org.jmythapi.javadoc.tags.MythProtoExampleTag
 
inPackage() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
 
inPackage() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionMatrixTag
 
inPackage() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionRangeTag
 
inPackage() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
inPackage() - Method in class org.jmythapi.javadoc.tags.MythResponseExampleTag
 
InputInfoFree - Class in org.jmythapi.protocol.response.impl
 
InputInfoFree(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.InputInfoFree
 
InputInfoFree(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.InputInfoFree
 
InputInfoTuned - Class in org.jmythapi.protocol.response.impl
 
InputInfoTuned(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.InputInfoTuned
 
InputInfoTuned(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.InputInfoTuned
 
intToAddress(int) - Static method in class org.jmythapi.protocol.utils.RequestUtils
 
intValue() - Method in class org.jmythapi.protocol.response.impl.AGroup
 
inType() - Method in class org.jmythapi.javadoc.tags.MythCodeExampleTag
 
inType() - Method in class org.jmythapi.javadoc.tags.MythProtoExampleTag
 
inType() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
 
inType() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionMatrixTag
 
inType() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionRangeTag
 
inType() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
inType() - Method in class org.jmythapi.javadoc.tags.MythResponseExampleTag
 
IPixmap - Interface in org.jmythapi.protocol.response
An interface to read the preview image of a recording.
IPixmap.Props - Enum in org.jmythapi.protocol.response
The properties of an IPixmap response.
IPixmapGenerated - Interface in org.jmythapi.protocol.events
Backend Event - Pixmap Generated.
IPixmapGenerated.Props - Enum in org.jmythapi.protocol.events
 
IPositionalValue - Interface in org.jmythapi
 
IProgramAudioProperties - Interface in org.jmythapi.protocol.response
The audio properties of a recording.
IProgramAudioProperties.Flags - Enum in org.jmythapi.protocol.response
The flags of the IProgramInfo.Props.AUDIO_PROPERTIES property.
IProgramFlags - Interface in org.jmythapi.protocol.response
The flags of a recording.
IProgramFlags.Flags - Enum in org.jmythapi.protocol.response
The flags of the PROGRAM_FLAGS property.
IProgramInfo - Interface in org.jmythapi.protocol.response
An interface to get infos about a MythTV recording.
IProgramInfo.Props - Enum in org.jmythapi.protocol.response
The properties of an IProgramInfo response.
IProgramInfoFilter - Interface in org.jmythapi.protocol.response
A program-filter can be used to filter programs from a program-list.
IProgramInfoList - Interface in org.jmythapi.protocol.response
An interface to get a list of MythTV recordings.
IProgramInfoList.MapKey - Enum in org.jmythapi.protocol.response
Specifies which key should be used for IProgramInfoList.asMap(MapKey)
IProgramInfoList.Props - Enum in org.jmythapi.protocol.response
The properties of an IProgramInfoList response.
IProgramRecordingDupInType - Interface in org.jmythapi.protocol.response
The episode filter of a recording.
IProgramRecordingDupInType.Flags - Enum in org.jmythapi.protocol.response
The flags of the IProgramInfo.Props.DUP_IN property.
IProgramRecordingDupMethodType - Interface in org.jmythapi.protocol.response
The duplication mode of a recording.
IProgramRecordingDupMethodType.Flags - Enum in org.jmythapi.protocol.response
The flags of the IProgramInfo.Props.DUP_METHOD property.
IProgramRecordingSearchType - Interface in org.jmythapi.protocol.response
 
IProgramRecordingSearchType.Type - Enum in org.jmythapi.protocol.response
The types of the IProgramRecordingSearchType object.
IProgramRecordingStatus - Interface in org.jmythapi.protocol.response
 
IProgramRecordingStatus.Status - Enum in org.jmythapi.protocol.response
The values of the IProgramInfo.Props.REC_STATUS property.
IProgramRecordingType - Interface in org.jmythapi.protocol.response
 
IProgramRecordingType.Type - Enum in org.jmythapi.protocol.response
The types of the IProgramInfo.Props.REC_TYPE property.
IProgramSubtitleType - Interface in org.jmythapi.protocol.response
The subtitle type of a recording.
IProgramSubtitleType.Flags - Enum in org.jmythapi.protocol.response
The flags of the IProgramInfo.Props.SUBTITLE_TYPE property.
IProgramVideoProperties - Interface in org.jmythapi.protocol.response
The video properties of a recording.
IProgramVideoProperties.Flags - Enum in org.jmythapi.protocol.response
The flags of the IProgramInfo.Props.VIDEO_PROPERTIES property.
IPropertyAware<E extends Enum<E>> - Interface in org.jmythapi
This interface represents a property aware object.
IRecorder - Interface in org.jmythapi.protocol
An interface to communicate with a MythTV recorder.
IRecorderChannelInfo - Interface in org.jmythapi
An interface to get informations about a MythTV recorder channel.
IRecorderChannelInfo.Props - Enum in org.jmythapi
Properties of an IRecorderChannelInfo response.
IRecorderChannelPrefixStatus - Interface in org.jmythapi.protocol.response
An interface to check if a channel-number prefix matches.
IRecorderChannelPrefixStatus.Props - Enum in org.jmythapi.protocol.response
The properties of an IRecorderChannelPrefixStatus response.
IRecorderInfo - Interface in org.jmythapi
An interface to get connection informations of a MythTV recorder.
IRecorderInfo.Props - Enum in org.jmythapi
Properties of an IRecorderInfo response.
IRecorderNextProgramInfo - Interface in org.jmythapi.protocol.response
An interface to get the next program of a MythTV recorder channel.
IRecorderNextProgramInfo.Props - Enum in org.jmythapi.protocol.response
The properties of an IRecorderNextProgramInfo response.
IRecorderProgramInfo - Interface in org.jmythapi.protocol.response
Deprecated. 21, replaced by IProgramInfo and IRecorderChannelInfo
IRecorderProgramInfo.Props - Enum in org.jmythapi.protocol.response
Deprecated. The properties of an IRecorderProgramInfo response.
IRecordingEvent<E extends Enum<E>> - Interface in org.jmythapi.protocol.events
Backend Event - Recording Changes.
IRecordingListChange<E extends Enum<E>> - Interface in org.jmythapi.protocol.events
Backend Event - Recordings-List Changed.
IRecordingListChangeAdd - Interface in org.jmythapi.protocol.events
Backend Event - Recording-List Event - Recording Added.
IRecordingListChangeAdd.Props - Enum in org.jmythapi.protocol.events
 
IRecordingListChangeDelete - Interface in org.jmythapi.protocol.events
Backend Event - Recording-List Event - Recording Deleted.
IRecordingListChangeDelete.Props - Enum in org.jmythapi.protocol.events
 
IRecordingListChangeList - Interface in org.jmythapi.protocol.events
Deprecated. 55, replaced by IRecordingListChangeAdd, IRecordingListChangeUpdate, IRecordingListChangeDelete
IRecordingListChangeList.Props - Enum in org.jmythapi.protocol.events
Deprecated.  
IRecordingListChangeSingle<E extends Enum<E>> - Interface in org.jmythapi.protocol.events
Backend Event - Recording-List Event - Single Recording Changed.
IRecordingListChangeUpdate - Interface in org.jmythapi.protocol.events
Backend Event - Recording - Properties Updated.
IRecordingListChangeUpdate.Props - Enum in org.jmythapi.protocol.events
 
IRecordings - Interface in org.jmythapi.protocol.response
A list of recordings.
IRecordingsConflicting - Interface in org.jmythapi.protocol.response
An interface to get all conflicting recordings of a MythTV backend.
IRecordingsConflicting.Props - Enum in org.jmythapi.protocol.response
The properties of an IRecordingsConflicting response.
IRecordingsExpiring - Interface in org.jmythapi.protocol.response
An interface to get all expiring recordings of a MythTV backend.
IRecordingsExpiring.Props - Enum in org.jmythapi.protocol.response
The properties of an IRecordingsExpiring response.
IRecordingsPending - Interface in org.jmythapi.protocol.response
An interface to get all pending recordings of a MythTV backend.
IRecordingsPending.Props - Enum in org.jmythapi.protocol.response
The properties of an IRecordingsPending response.
IRecordingsScheduled - Interface in org.jmythapi.protocol.response
An interface to get all scheduled recordings of a MythTV backend.
IRecordingsScheduled.Props - Enum in org.jmythapi.protocol.response
The properties of an IRecordingsScheduled response.
IRecordingStatus - Interface in org.jmythapi.protocol.response
An interface to get the recording status of a MythTV backend.
IRecordingStatus.Props - Enum in org.jmythapi.protocol.response
The properties of IRecordingStatus.
IRecordingUpdateEvent<E extends Enum<E>> - Interface in org.jmythapi.protocol.events
Backend Event - Recording - Properties Updated.
IRemoteEncoder - Interface in org.jmythapi.protocol
This interface represents a special view to a MythTV-recorder.
IRemoteEncoderBusyStatus - Interface in org.jmythapi.protocol.response
An interface to geht the busy status of a MythTV encoder.
IRemoteEncoderBusyStatus.Props - Enum in org.jmythapi.protocol.response
The properties of an IRemoteEncoderBusyStatus response.
IRemoteEncoderFlags - Interface in org.jmythapi.protocol.response
The flags of a remote encoder.
IRemoteEncoderFlags.Flags - Enum in org.jmythapi.protocol.response
The flags of an IRemoteEncoderFlags response.
IRemoteEncoderState - Interface in org.jmythapi.protocol.response
An interface to geht the state of a MythTV encoder.
IRemoteEncoderState.Props - Enum in org.jmythapi.protocol.response
The properties of an IRemoteEncoderState response.
IRemoteEncoderState.State - Enum in org.jmythapi.protocol.response
The states of an IRemoteEncoderState response.
IResetIdleTime - Interface in org.jmythapi.protocol.events
Backend Event - Idle Time Reset.
IResetIdleTime.Props - Enum in org.jmythapi.protocol.events
 
IRingBuffer - Interface in org.jmythapi.protocol.response
Deprecated. 20
IRingBuffer.Props - Enum in org.jmythapi.protocol.response
Deprecated. The properties of an IRingBuffer response.
isActiveBackend() - Method in interface org.jmythapi.protocol.IBackend
Checks if the current backend is active.
isActiveBackend(String) - Method in interface org.jmythapi.protocol.IBackend
Checks if the given backend is active.
isActiveBackend() - Method in class org.jmythapi.protocol.impl.Backend
 
isActiveBackend(String) - Method in class org.jmythapi.protocol.impl.Backend
 
isAnnotated() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
isBusy() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
isBusy(Integer) - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
isBusy() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Query whether the recorder is currently busy.
isBusy(Integer) - Method in interface org.jmythapi.protocol.IRemoteEncoder
Query whether the recorder is busy, or will be within the next time_buffer seconds.
isBusy() - Method in interface org.jmythapi.protocol.response.IInputInfo
Gets the busy status of the encoder input.
isBusy() - Method in class org.jmythapi.protocol.response.impl.InputInfoFree
 
isBusy() - Method in class org.jmythapi.protocol.response.impl.InputInfoTuned
 
isBusy() - Method in class org.jmythapi.protocol.response.impl.RemoteEncoderBusyStatus
 
isBusy() - Method in interface org.jmythapi.protocol.response.IRemoteEncoderBusyStatus
 
isChannelCommFree() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
Deprecated. 57, use ProgramFlags#isSet(org.jmythapi.protocol.response.IProgramFlags.Flags) instead.
isChannelCommFree() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Deprecated. 57, use IProgramFlags#isSet(org.jmythapi.protocol.response.IProgramFlags.Flags) instead.
ISchedule - Interface in org.jmythapi.database
An interface to create a new recording schedule.
ISchedule.Props - Enum in org.jmythapi.database
Properties of an ISchedule object.
IScheduleChange - Interface in org.jmythapi.protocol.events
Backend Event - Schedule Changed.
IScheduleChange.Props - Enum in org.jmythapi.protocol.events
 
isClosed() - Method in interface org.jmythapi.protocol.IBackendConnection
Gets the curernt connection state.
isClosed() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
isCompleteMatch() - Method in class org.jmythapi.protocol.response.impl.RecorderChannelPrefixStatus
 
isCompleteMatch() - Method in interface org.jmythapi.protocol.response.IRecorderChannelPrefixStatus
Checks if the prefix fully matches a channel number.
isConnected() - Method in interface org.jmythapi.protocol.IBackend
Queries the current connection status.
isConnected() - Method in class org.jmythapi.protocol.impl.Backend
 
isDirectory() - Method in class org.jmythapi.protocol.response.impl.StorageGroupFile
 
isDirectory() - Method in interface org.jmythapi.protocol.response.IStorageGroupFile
Checks if the current entry is a directory.
isDuplicate() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
Deprecated. 57, use IProgramFlags#isSet(org.jmythapi.protocol.response.IProgramFlags.Flags) instead.
isDuplicate() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Deprecated. 57, use IProgramFlags#isSet(org.jmythapi.protocol.response.IProgramFlags.Flags) instead.
isEmpty() - Method in interface org.jmythapi.protocol.response.IFreeInputList
Checks if this list is empty.
isEmpty() - Method in class org.jmythapi.protocol.response.impl.ARecordings
 
isEmpty() - Method in class org.jmythapi.protocol.response.impl.FreeInputsList
 
isEmpty() - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
isEmpty() - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Checks if the program list is empty.
isEmpty() - Method in interface org.jmythapi.protocol.response.IRecordings
Checks if the recordings-list contains a recording.
ISendable - Interface in org.jmythapi.protocol
A request or response message that can be send over network.
ISetting - Interface in org.jmythapi
An interface to get the value of a MythTV setting.
ISetting.Props - Enum in org.jmythapi
Properties of an ISetting response.
ISettingsProperty - Interface in org.jmythapi.database
 
isExtraCharUseful() - Method in class org.jmythapi.protocol.response.impl.RecorderChannelPrefixStatus
 
isExtraCharUseful() - Method in interface org.jmythapi.protocol.response.IRecorderChannelPrefixStatus
Checks if an additional prefix char chould reduce the number of matching channels.
isFillEnabled() - Method in class org.jmythapi.database.impl.MythFillDatabaseStatus
 
isFillEnabled() - Method in interface org.jmythapi.database.IMythFillDatabaseSettings
 
IShutdownCountdown - Interface in org.jmythapi.protocol.events
Backend Event - Shutdown Countdown.
IShutdownCountdown.Props - Enum in org.jmythapi.protocol.events
 
isInlineTag() - Method in class org.jmythapi.javadoc.tags.MythCodeExampleTag
 
isInlineTag() - Method in class org.jmythapi.javadoc.tags.MythProtoExampleTag
 
isInlineTag() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
 
isInlineTag() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionMatrixTag
 
isInlineTag() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionRangeTag
 
isInlineTag() - Method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
isInlineTag() - Method in class org.jmythapi.javadoc.tags.MythResponseExampleTag
 
isInRange(int) - Method in class org.jmythapi.database.DatabaseVersionRange
 
isInRange(V) - Method in class org.jmythapi.impl.AVersionRange
Checks if the specified protocol-version is in this version-range.
isInRange(int) - Method in class org.jmythapi.impl.AVersionRange
Checks if the specified protocol-version is in this version-range.
isInRange(int) - Method in class org.jmythapi.protocol.ProtocolVersionRange
 
isKnownCommand(IMythRequest) - Static method in class org.jmythapi.protocol.utils.CommandUtils
Checks if the command of a request is known to be supported by any supported MythTV version.
isKnownCommand(IMythCommand) - Static method in class org.jmythapi.protocol.utils.CommandUtils
Checks if the command is known to be supported by any supported MythTV version.
isKnownCommand(String) - Static method in class org.jmythapi.protocol.utils.CommandUtils
Checks if a command is known to be supported by any supported MythTV version.
ISleepStatus - Interface in org.jmythapi.protocol.response
The sleep state of a MythTV backend.
ISleepStatus.Flags - Enum in org.jmythapi.protocol.response
The flags of an ISleepStatus response.
isLocal() - Method in interface org.jmythapi.protocol.response.IFreeSpaceListEntry
 
isLocal() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
isOpen() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
isOpen() - Method in interface org.jmythapi.protocol.response.IFileTransfer
Queries whether a file socket is currently open.
isOpen() - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
isOpen() - Method in class org.jmythapi.protocol.response.impl.RingBuffer
Deprecated.  
isOpen() - Method in interface org.jmythapi.protocol.response.IRingBuffer
Deprecated. Queries whether the ring buffer connection is open.
isOpen() - Method in interface org.jmythapi.protocol.response.ITransferable
 
isPrefixMatch() - Method in class org.jmythapi.protocol.response.impl.RecorderChannelPrefixStatus
 
isPrefixMatch() - Method in interface org.jmythapi.protocol.response.IRecorderChannelPrefixStatus
Checks if the prefix matches at least one channel number.
isRecording() - Method in class org.jmythapi.protocol.impl.Recorder
 
isRecording() - Method in interface org.jmythapi.protocol.IRecorder
Checks if the recorder is actually recording.
isRecording() - Method in class org.jmythapi.protocol.response.impl.RecordingStatus
 
isRecording() - Method in interface org.jmythapi.protocol.response.IRecordingStatus
Gets the current recording status.
isRepeat() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
Deprecated. 57, use ProgramFlags#isSet(org.jmythapi.protocol.response.IProgramFlags.Flags) instead.
isRepeat() - Method in class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
isRepeat() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Deprecated. 57, use IProgramFlags#isSet(org.jmythapi.protocol.response.IProgramFlags.Flags) instead.
isRepeat() - Method in interface org.jmythapi.protocol.response.IRecorderProgramInfo
Deprecated. Checks if the program is a duplicate to a previously recorded program.
isRunning() - Method in class org.jmythapi.database.impl.MythFillDatabaseStatus
 
isRunning() - Method in interface org.jmythapi.database.IMythFillDatabaseSettings
 
isSet(E) - Method in interface org.jmythapi.protocol.response.IFlagGroup
Checks if the given flag is actually set.
isSet(E) - Method in class org.jmythapi.protocol.response.impl.AFlagGroup
 
isShareable() - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
Deprecated. 57
isShareable() - Method in interface org.jmythapi.protocol.response.IProgramInfo
Deprecated. 57
isShutdownEnabled() - Method in class org.jmythapi.database.impl.MythShutdownStatus
 
isShutdownEnabled() - Method in interface org.jmythapi.database.IMythShutdownSettings
 
isShutdownLocked() - Method in class org.jmythapi.database.impl.MythShutdownStatus
 
isShutdownLocked() - Method in interface org.jmythapi.database.IMythShutdownSettings
Specifies if shutdown was locked by the user.
isSupportedFlag(E) - Method in class org.jmythapi.protocol.response.impl.AFlagGroup
 
IStorageGroup - Interface in org.jmythapi.database
 
IStorageGroupDirectory - Interface in org.jmythapi.database
A response example:
Default Storage Group (with two directories):
<0>DIRECTORY_ID: 1 | <1>GROUPNAME: Default | <2>HOSTNAME: brain | <3>DIRNAME: /var/lib/mythtv/recordings
<0>DIRECTORY_ID: 13 | <1>GROUPNAME: Default | <2>HOSTNAME: brain | <3>DIRNAME: /var/lib/mythtv/recordings2
Live-TV Storage Group:
<0>DIRECTORY_ID: 10 | <1>GROUPNAME: LiveTV | <2>HOSTNAME: brain | <3>DIRNAME: /var/lib/mythtv/livetv/
IStorageGroupDirectory.Props - Enum in org.jmythapi.database
 
IStorageGroupFile - Interface in org.jmythapi.protocol.response
An interface to get the files of a MythTV storage group.
IStorageGroupFile.Props - Enum in org.jmythapi.protocol.response
The properties of an IStorageGroupFile response.
IStorageGroupFileList - Interface in org.jmythapi.protocol.response
The response to a IBackend.queryStorageGroupFileList(java.lang.String, java.lang.String, java.lang.String) request.
isValid() - Method in class org.jmythapi.database.impl.RecorderNextProgramInfo
 
isValid() - Method in class org.jmythapi.database.impl.Schedule
 
isValid() - Method in interface org.jmythapi.protocol.response.IBasicProgramInfo
Checks if the program object contains valid data.
isValid() - Method in class org.jmythapi.protocol.response.impl.AProgramInfo
 
ISystemEvent - Interface in org.jmythapi.protocol.events
Backend Event - System Event.
ISystemEvent.Props - Enum in org.jmythapi.protocol.events
 
iterator() - Method in class org.jmythapi.protocol.response.impl.ARecordings
 
iterator(IProgramInfoFilter) - Method in class org.jmythapi.protocol.response.impl.ARecordings
 
iterator() - Method in class org.jmythapi.protocol.response.impl.FreeInputsList
 
iterator() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList
 
iterator() - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
iterator(IProgramInfoFilter) - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
iterator() - Method in class org.jmythapi.protocol.response.impl.StorageGroupFileList
 
iterator() - Method in interface org.jmythapi.protocol.response.IRecordings
Gets an iterator to loop through all available recordings.
iterator(IProgramInfoFilter) - Method in interface org.jmythapi.protocol.response.IRecordings
Gets an iterator to loop through all recordings matching the given filter.
ITimezone - Interface in org.jmythapi.protocol.response
Am interface to get the timezone of a MythTV backend.
ITimezone.Props - Enum in org.jmythapi.protocol.response
Properties of the ITimezone response.
ITransferable<E extends Enum<E>> - Interface in org.jmythapi.protocol.response
 
ITransferable.Seek - Enum in org.jmythapi.protocol.response
The properties to seek within a file during IFileTransfer.
ITunerInfo - Interface in org.jmythapi.protocol.response
An interface to get informations about a locked MythTV recorder.
ITunerInfo.Props - Enum in org.jmythapi.protocol.response
Properties of the ITunerInfo response.
IUpdateFileSize - Interface in org.jmythapi.protocol.events
Backend Event - Recording - File-Size Updated.
IUpdateFileSize.Props - Enum in org.jmythapi.protocol.events
 
IUpdateProgInfo - Interface in org.jmythapi.protocol.events
Deprecated. 55, replaced by IRecordingListChangeUpdate.
IUpdateProgInfo.Props - Enum in org.jmythapi.protocol.events
Deprecated.  
IUptime - Interface in org.jmythapi.protocol.response
An interface to get the uptime of a MythTV backend.
IUptime.Props - Enum in org.jmythapi.protocol.response
Properties of the IUptime response.
IVersion - Interface in org.jmythapi
 
IVersionable - Interface in org.jmythapi
Marks an object to be MythTv -protocol aware.
IVersionableValue - Interface in org.jmythapi.protocol.response
An interface for flags and enumeration constants whose values are protocol-version dependent.
IVersionableValue.VersionablePair - Class in org.jmythapi.protocol.response
 
IVideoList<E extends Enum<E>> - Interface in org.jmythapi.protocol.events
Backend Event - Video List.
IVideoListChange - Interface in org.jmythapi.protocol.events
Backend Event - Video List - Change.
IVideoListChange.ChangeType - Enum in org.jmythapi.protocol.events
Video List Change Type.
IVideoListChange.IVideoChange - Interface in org.jmythapi.protocol.events
Video List Change.
IVideoListChange.Props - Enum in org.jmythapi.protocol.events
 
IVideoListNoChange - Interface in org.jmythapi.protocol.events
Backend Event - Video List - No Change.
IVideoListNoChange.Props - Enum in org.jmythapi.protocol.events
 

J

JavadocUtils - Class in org.jmythapi.javadoc.utils
Javadoc related utils.
JavadocUtils() - Constructor for class org.jmythapi.javadoc.utils.JavadocUtils
 
JobCommands - Class in org.jmythapi.database.impl
 
JobCommands(ProtocolVersion, int, int) - Constructor for class org.jmythapi.database.impl.JobCommands
 
JobQueue - Class in org.jmythapi.database.impl
 
JobQueue(ProtocolVersion, int) - Constructor for class org.jmythapi.database.impl.JobQueue
 
JobQueue(ProtocolVersion, int, List<String>) - Constructor for class org.jmythapi.database.impl.JobQueue
 
JobStatus - Class in org.jmythapi.database.impl
 
JobStatus(ProtocolVersion, int, int) - Constructor for class org.jmythapi.database.impl.JobStatus
 
JobType - Class in org.jmythapi.database.impl
 
JobType(ProtocolVersion, int, int) - Constructor for class org.jmythapi.database.impl.JobType
 

L

LiveTvChain - Class in org.jmythapi.protocol.events.impl
 
LiveTvChain() - Constructor for class org.jmythapi.protocol.events.impl.LiveTvChain
 
LiveTvChainUpdate - Class in org.jmythapi.protocol.events.impl
 
LiveTvChainUpdate(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.events.impl.LiveTvChainUpdate
 
liveTvChainUpdate(String) - Method in interface org.jmythapi.protocol.IBackend
XXX: is this event really required for a client?
liveTvChainUpdate(String) - Method in class org.jmythapi.protocol.impl.Backend
 
LiveTvStream - Class in org.jmythapi.url.mythtv
 
LiveTvStream(IRecorder) - Constructor for class org.jmythapi.url.mythtv.LiveTvStream
 
Load - Class in org.jmythapi.protocol.response.impl
 
Load(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.Load
 
Load(ProtocolVersion) - Constructor for class org.jmythapi.protocol.response.impl.Load
 
locateBackend() - Static method in class org.jmythapi.upnp.UpnpUtil
 
locateDatabase(URI, String) - Static method in class org.jmythapi.upnp.UpnpUtil
 
LOCK_TUNER - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Locks a tuner.
lockTuner() - Method in interface org.jmythapi.protocol.IBackend
Asks the backend to lock the next free tuner.
lockTuner(Integer) - Method in interface org.jmythapi.protocol.IBackend
Asks the backend to lock the given tuner.
lockTuner() - Method in class org.jmythapi.protocol.impl.Backend
 
lockTuner(Integer) - Method in class org.jmythapi.protocol.impl.Backend
 
logger - Variable in class org.jmythapi.impl.AData
For logging.
logger - Variable in class org.jmythapi.protocol.response.impl.AGroup
For logging
logger - Static variable in class org.jmythapi.upnp.UpnpUtil
For logging
logger - Static variable in class org.jmythapi.utils.GenericEnumUtils
For logging
longValue() - Method in interface org.jmythapi.protocol.response.IGroup
Gets the current value.
longValue - Variable in class org.jmythapi.protocol.response.impl.AGroup
The value of this flagGroup as Integer
longValue() - Method in class org.jmythapi.protocol.response.impl.AGroup
 

M

main(String[]) - Static method in class org.jmythapi.protocol.impl.Backend
 
matchesRecording(IProgramInfo) - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
matchesRecording(List<String>) - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
matchesRecording(IProgramInfo) - Method in interface org.jmythapi.protocol.IRemoteEncoder
Checks if this encoder is currently recording the given recording.
MemStats - Class in org.jmythapi.protocol.response.impl
 
MemStats(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.MemStats
 
MESSAGE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Message.
multiFilter(IProgramInfoFilter...) - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
multiFilter(IProgramInfoFilter...) - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Allows to filter the program list, using multiple filters.
MYTH_PROTO_VERSION - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Negotiates the protocol version to use.
MYTH_RELEASE - Static variable in class org.jmythapi.protocol.ProtocolVersionInfo
The MythTV release version.
MYTHBUNTU_RELEASE - Static variable in class org.jmythapi.protocol.ProtocolVersionInfo
The MythBuntu release version.
MythCodeExampleTag - Class in org.jmythapi.javadoc.tags
The javadoc tag @mythCodeExample.
MythCodeExampleTag() - Constructor for class org.jmythapi.javadoc.tags.MythCodeExampleTag
 
MythDatabaseColumn - Annotation Type in org.jmythapi.database.annotation
 
MythDatabaseVersionAnnotation - Annotation Type in org.jmythapi.database.annotation
 
MythFillDatabaseStatus - Class in org.jmythapi.database.impl
 
MythFillDatabaseStatus(ProtocolVersion, int, Map<String, ISetting>) - Constructor for class org.jmythapi.database.impl.MythFillDatabaseStatus
 
MythPacket - Class in org.jmythapi.protocol.impl
 
MythPacket(ProtocolVersion, String) - Constructor for class org.jmythapi.protocol.impl.MythPacket
Creates a IMythPacket from the given string.
MythPacket(ProtocolVersion, String[]) - Constructor for class org.jmythapi.protocol.impl.MythPacket
Creates a IMythPacket from the given argument array.
MythPacket(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.impl.MythPacket
Creates a IMythPacket from the given argument list.
MythParameterDefaultValue - Annotation Type in org.jmythapi.protocol.annotation
This annotation is used to define the default value of a response parameter.
MythParameterType - Annotation Type in org.jmythapi.protocol.annotation
This annotation is used to define the data type of a response parameter.
MythProtocolCmd - Annotation Type in org.jmythapi.protocol.annotation
This annotation describes a protocol command.
MythProtocolSkipProperty - Annotation Type in org.jmythapi.protocol.annotation
This annotation specifies that a given response property is NOT used as a response parameter.
MythProtoExampleTag - Class in org.jmythapi.javadoc.tags
The javadoc tag @mythProtoExample.
MythProtoExampleTag() - Constructor for class org.jmythapi.javadoc.tags.MythProtoExampleTag
 
MythProtoVersionAnnotation - Annotation Type in org.jmythapi.protocol.annotation
This annotation specifies a MythTV protocol version range.
MythProtoVersionInfoTag - Class in org.jmythapi.javadoc.tags
The javadoc tag @mythProtoVersionInfo.
MythProtoVersionInfoTag() - Constructor for class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
 
MythProtoVersionMatrixTag - Class in org.jmythapi.javadoc.tags
The javadoc tag @mythProtoVersionMatrix.
MythProtoVersionMatrixTag() - Constructor for class org.jmythapi.javadoc.tags.MythProtoVersionMatrixTag
 
MythProtoVersionMetadata - Annotation Type in org.jmythapi.protocol.annotation
This annotation is used to append additional metadata to a protocol-version range.
MythProtoVersionRangeTag - Class in org.jmythapi.javadoc.tags
The javadoc tag @mythProtoVersionRange.
MythProtoVersionRangeTag() - Constructor for class org.jmythapi.javadoc.tags.MythProtoVersionRangeTag
 
MythProtoVersionTag - Class in org.jmythapi.javadoc.tags
The javadoc tag @mythProtoVersion.
MythProtoVersionTag() - Constructor for class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
MythResponseExampleTag - Class in org.jmythapi.javadoc.tags
The javadoc tag @mythCodeExample.
MythResponseExampleTag() - Constructor for class org.jmythapi.javadoc.tags.MythResponseExampleTag
 
MythShutdownStatus - Class in org.jmythapi.database.impl
 
MythShutdownStatus(ProtocolVersion, int, Map<String, ISetting>) - Constructor for class org.jmythapi.database.impl.MythShutdownStatus
 
MYTHTV_WIKI_URL - Static variable in class org.jmythapi.javadoc.utils.JavadocUtils
The link prefix to the release notes of a MythTV version.
MythURLConnection - Class in org.jmythapi.url.mythtv
 
MythURLConnection(URL) - Constructor for class org.jmythapi.url.mythtv.MythURLConnection
 
MythWebUtils - Class in org.jmythapi.protocol.utils
 
MythWebUtils() - Constructor for class org.jmythapi.protocol.utils.MythWebUtils
 

N

NAME - Static variable in class org.jmythapi.javadoc.tags.MythCodeExampleTag
 
NAME - Static variable in class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
 
NAME - Static variable in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
NAME - Static variable in class org.jmythapi.javadoc.tags.MythResponseExampleTag
 
name() - Method in interface org.jmythapi.protocol.response.IFlag
Gets the name of the flag.
negotiate() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
networkPrefixToNetmask(int) - Static method in class org.jmythapi.protocol.utils.RequestUtils
 
not(IProgramInfoFilter) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
 
NULL_DATE_TIME - Static variable in class org.jmythapi.utils.EncodingUtils
 
NULL_DAY - Static variable in class org.jmythapi.utils.EncodingUtils
 
NULL_TIME - Static variable in class org.jmythapi.utils.EncodingUtils
 

O

OK - Static variable in interface org.jmythapi.protocol.request.IMythCommand
OK.
open() - Method in interface org.jmythapi.protocol.IBackendConnection
Opens the connection.
open(int, boolean) - Method in interface org.jmythapi.protocol.IBackendConnection
Opens the connection.
open() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
open(int, boolean) - Method in class org.jmythapi.protocol.impl.BackendConnection
 
openConnection(URL) - Method in class org.jmythapi.url.mythtv.Handler
 
OpenSubtitlesHasher - Class in org.jmythapi.utils
Hash code is based on Media Player Classic.
OpenSubtitlesHasher() - Constructor for class org.jmythapi.utils.OpenSubtitlesHasher
 
or(IProgramInfoFilter...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
 
org.jmythapi - package org.jmythapi
 
org.jmythapi.database - package org.jmythapi.database
 
org.jmythapi.database.annotation - package org.jmythapi.database.annotation
 
org.jmythapi.database.impl - package org.jmythapi.database.impl
 
org.jmythapi.database.utils - package org.jmythapi.database.utils
 
org.jmythapi.impl - package org.jmythapi.impl
 
org.jmythapi.javadoc - package org.jmythapi.javadoc
This package contains objects needed for javadoc generation.
org.jmythapi.javadoc.tags - package org.jmythapi.javadoc.tags
This package contains javadoc taglets.
org.jmythapi.javadoc.utils - package org.jmythapi.javadoc.utils
This package contains utility classes used for javadoc generation.
org.jmythapi.protocol - package org.jmythapi.protocol
This package contains basic protocol related interfaces, exceptions and constants.
org.jmythapi.protocol.annotation - package org.jmythapi.protocol.annotation
This package contains annotations used to describe protocol elements.
org.jmythapi.protocol.events - package org.jmythapi.protocol.events
This package contains interfaces related to MythTV events.
org.jmythapi.protocol.events.impl - package org.jmythapi.protocol.events.impl
This package contains implementations of MythTV events.
org.jmythapi.protocol.impl - package org.jmythapi.protocol.impl
This package contains implementations of MythTV protocol elements.
org.jmythapi.protocol.request - package org.jmythapi.protocol.request
This package contains intefaces of MythTV request messages.
org.jmythapi.protocol.response - package org.jmythapi.protocol.response
This package contains interfaces of MythTV response messages.
org.jmythapi.protocol.response.impl - package org.jmythapi.protocol.response.impl
This package contains implementations of MythTV response messages.
org.jmythapi.protocol.response.impl.comparators - package org.jmythapi.protocol.response.impl.comparators
This package contains classes to sort MythTV recordings.
org.jmythapi.protocol.response.impl.filters - package org.jmythapi.protocol.response.impl.filters
This package contains classes to filter MythTV recordings.
org.jmythapi.protocol.utils - package org.jmythapi.protocol.utils
This package contains protocol related utiltity classes.
org.jmythapi.upnp - package org.jmythapi.upnp
 
org.jmythapi.url.mythtv - package org.jmythapi.url.mythtv
 
org.jmythapi.utils - package org.jmythapi.utils
 

P

PacketUtils - Class in org.jmythapi.protocol.utils
This class provides MythTV-packet related utility function.
parseArpCache(String, Pattern) - Static method in class org.jmythapi.protocol.utils.RequestUtils
 
parseArpCacheLinux(String) - Static method in class org.jmythapi.protocol.utils.RequestUtils
 
parseArpCacheWindows(String) - Static method in class org.jmythapi.protocol.utils.RequestUtils
 
parseDate(String, boolean) - Static method in class org.jmythapi.utils.EncodingUtils
Parses the given string into a date object.
parseDay(String, boolean) - Static method in class org.jmythapi.utils.EncodingUtils
 
parsePacket(DatagramPacket) - Static method in class org.jmythapi.upnp.UpnpUtil
 
parseTime(String, boolean) - Static method in class org.jmythapi.utils.EncodingUtils
 
pause() - Method in class org.jmythapi.protocol.impl.Recorder
 
pause() - Method in interface org.jmythapi.protocol.IRecorder
Tells the recorder to pause a recorder.
Pixmap - Class in org.jmythapi.protocol.response.impl
 
Pixmap(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.Pixmap
 
Pixmap(ProtocolVersion, String...) - Constructor for class org.jmythapi.protocol.response.impl.Pixmap
 
Pixmap(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.Pixmap
 
PixmapGenerated - Class in org.jmythapi.protocol.events.impl
 
PixmapGenerated(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.events.impl.PixmapGenerated
 
PLAY_GROUP_DEFAULT - Static variable in class org.jmythapi.protocol.ProtocolConstants
 
postProcessArguments() - Method in class org.jmythapi.impl.AData
 
postProcessArguments() - Method in class org.jmythapi.protocol.events.impl.CommflagStart
 
printCommands(ProtocolVersion) - Static method in class org.jmythapi.protocol.utils.CommandUtils
Prints all MythTV-protocol-commands that are supported by the given protocol-version to stdout.
ProgramAudioProperties - Class in org.jmythapi.protocol.response.impl
 
ProgramAudioProperties(ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.ProgramAudioProperties
 
ProgramFlags - Class in org.jmythapi.protocol.response.impl
 
ProgramFlags(ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.ProgramFlags
 
ProgramInfo - Class in org.jmythapi.protocol.response.impl
 
ProgramInfo(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.ProgramInfo
Constructs a program-info object from a MythTv-protocol packet.
ProgramInfo(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.ProgramInfo
Constructs a program-info object for the given protocol version with the given parameters.
ProgramInfo(ProtocolVersion) - Constructor for class org.jmythapi.protocol.response.impl.ProgramInfo
Constructs an empty program-info object for the given protocol version.
ProgramInfoChannelFilter - Class in org.jmythapi.protocol.response.impl.filters
 
ProgramInfoChannelFilter(IBasicChannelInfo...) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoChannelFilter
 
ProgramInfoChannelFilter(Integer...) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoChannelFilter
 
ProgramInfoChannelIdRecordingStartTimeFilter - Class in org.jmythapi.protocol.response.impl.filters
 
ProgramInfoChannelIdRecordingStartTimeFilter(Integer, Date) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoChannelIdRecordingStartTimeFilter
 
ProgramInfoConjunctionFilter - Class in org.jmythapi.protocol.response.impl.filters
 
ProgramInfoConjunctionFilter(IProgramInfoFilter...) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoConjunctionFilter
 
ProgramInfoDisjunctionFilter - Class in org.jmythapi.protocol.response.impl.filters
 
ProgramInfoDisjunctionFilter(IProgramInfoFilter...) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoDisjunctionFilter
 
ProgramInfoFilter - Class in org.jmythapi.protocol.response.impl.filters
This class is just a wrapper around an IFilter for IProgramInfo objects.
ProgramInfoFilter(IFilter<IProgramInfo.Props, IProgramInfo>) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoFilter
 
ProgramInfoFilters - Class in org.jmythapi.protocol.response
 
ProgramInfoFilters() - Constructor for class org.jmythapi.protocol.response.ProgramInfoFilters
 
ProgramInfoList - Class in org.jmythapi.protocol.response.impl
 
ProgramInfoList(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.ProgramInfoList
 
ProgramInfoList(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.ProgramInfoList
 
ProgramInfoNegotiationFilter - Class in org.jmythapi.protocol.response.impl.filters
 
ProgramInfoNegotiationFilter(IProgramInfoFilter) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoNegotiationFilter
 
ProgramInfoRecorderFilter - Class in org.jmythapi.protocol.response.impl.filters
 
ProgramInfoRecorderFilter(IRecorderInfo...) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoRecorderFilter
 
ProgramInfoRecorderFilter(Integer...) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoRecorderFilter
 
ProgramInfoRecordingGroupFilter - Class in org.jmythapi.protocol.response.impl.filters
 
ProgramInfoRecordingGroupFilter(String...) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoRecordingGroupFilter
 
ProgramInfoRecordingIdFilter - Class in org.jmythapi.protocol.response.impl.filters
 
ProgramInfoRecordingIdFilter(Integer...) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoRecordingIdFilter
 
ProgramInfoStorageGroupFilter - Class in org.jmythapi.protocol.response.impl.filters
 
ProgramInfoStorageGroupFilter(String...) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoStorageGroupFilter
 
ProgramInfoUniqueIdFilter - Class in org.jmythapi.protocol.response.impl.filters
 
ProgramInfoUniqueIdFilter(IProgramInfoList.MapKey, String...) - Constructor for class org.jmythapi.protocol.response.impl.filters.ProgramInfoUniqueIdFilter
 
ProgramRecordingDupInType - Class in org.jmythapi.protocol.response.impl
 
ProgramRecordingDupInType(ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.ProgramRecordingDupInType
 
ProgramRecordingDupMethodType - Class in org.jmythapi.protocol.response.impl
 
ProgramRecordingDupMethodType(ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.ProgramRecordingDupMethodType
 
ProgramRecordingSearchType - Class in org.jmythapi.protocol.response.impl
 
ProgramRecordingSearchType(ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.ProgramRecordingSearchType
 
ProgramRecordingStatus - Class in org.jmythapi.protocol.response.impl
 
ProgramRecordingStatus(ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.ProgramRecordingStatus
 
ProgramRecordingType - Class in org.jmythapi.protocol.response.impl
 
ProgramRecordingType(ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.ProgramRecordingType
 
ProgramSubtitleType - Class in org.jmythapi.protocol.response.impl
 
ProgramSubtitleType(ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.ProgramSubtitleType
 
ProgramVideoProperties - Class in org.jmythapi.protocol.response.impl
 
ProgramVideoProperties(ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.ProgramVideoProperties
 
PROP_LOCATION - Static variable in class org.jmythapi.upnp.UpnpUtil
 
PROP_NT - Static variable in class org.jmythapi.upnp.UpnpUtil
 
PROP_NTS - Static variable in class org.jmythapi.upnp.UpnpUtil
 
PROP_ST - Static variable in class org.jmythapi.upnp.UpnpUtil
 
PropertyAwareUtils - Class in org.jmythapi.protocol.utils
 
PropertyAwareUtils() - Constructor for class org.jmythapi.protocol.utils.PropertyAwareUtils
 
propsClass - Variable in class org.jmythapi.impl.AData
An enumeration class defining all data properties.
ProtocolConstants - Class in org.jmythapi.protocol
 
ProtocolConstants() - Constructor for class org.jmythapi.protocol.ProtocolConstants
 
ProtocolException - Exception in org.jmythapi.protocol
An exception that is thrown due to protocol errors.
ProtocolException() - Constructor for exception org.jmythapi.protocol.ProtocolException
 
ProtocolException(String) - Constructor for exception org.jmythapi.protocol.ProtocolException
 
ProtocolVersion - Enum in org.jmythapi.protocol
This enumeration specifies all supported MythTV-protocol versions.
ProtocolVersionInfo - Class in org.jmythapi.protocol
This class defines constants used to further describe a protocol version.
ProtocolVersionInfo() - Constructor for class org.jmythapi.protocol.ProtocolVersionInfo
 
ProtocolVersionRange - Class in org.jmythapi.protocol
This class represents a MythTV protocol version range.
ProtocolVersionRange(MythProtoVersionAnnotation) - Constructor for class org.jmythapi.protocol.ProtocolVersionRange
Constructs a version-range object from an protocol-version annotation
ProtocolVersionRange(ProtocolVersion, ProtocolVersion) - Constructor for class org.jmythapi.protocol.ProtocolVersionRange
 
ProtocolVersionRange(ProtocolVersion, Map<String, String>, ProtocolVersion, ProtocolVersion, Map<String, String>, ProtocolVersion) - Constructor for class org.jmythapi.protocol.ProtocolVersionRange
 
protoVersion - Variable in class org.jmythapi.impl.AData
The MythTV-protocol-version of this data object.
protoVersion - Variable in class org.jmythapi.protocol.impl.Backend
The MythTV-protocol version used to communicate with the backend
protoVersion - Variable in class org.jmythapi.protocol.response.impl.AGroup
The current protocol version
ProtoVersionInfoHolder - Class in org.jmythapi.javadoc.tags
 
ProtoVersionInfoHolder(ProtocolVersion) - Constructor for class org.jmythapi.javadoc.tags.ProtoVersionInfoHolder
 
ProtoVersionInfoHolder(ProtocolVersion, Map<String, String>, String) - Constructor for class org.jmythapi.javadoc.tags.ProtoVersionInfoHolder
 

Q

QUERY_ACTIVE_BACKENDS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries the names of all active backends.
QUERY_BOOKMARK - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries bookmarks.
QUERY_CHECKFILE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Checks if a file exists.
QUERY_COMMBREAK - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries commerical breaks.
QUERY_CUTLIST - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries cutlists.
QUERY_FILE_EXISTS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Check the existence of a remote file.
QUERY_FILE_HASH - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Query a file hash value.
QUERY_FILETRANSFER - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Filetransfer queries.
QUERY_FILETRANSFER_DONE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Filetransfer - Finish file-transfer.
QUERY_FILETRANSFER_IS_OPEN - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Filetransfer - Checks if a file is open.
QUERY_FILETRANSFER_REOPEN - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Filetransfer - Reopen a file.
QUERY_FILETRANSFER_REQUEST_BLOCK - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Filetransfer - Request a file block.
QUERY_FILETRANSFER_SEEK - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Filetransfer - Seek within a file.
QUERY_FILETRANSFER_SET_TIMEOUT - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Filetransfer - Configure timeout.
QUERY_FILETRANSFER_WRITE_BLOCK - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Filetransfer - Write a file block.
QUERY_FREE_SPACE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Returns the free space on the connected backend.
QUERY_FREE_SPACE_LIST - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Returns the free space of all backends.
QUERY_FREE_SPACE_SUMMARY - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries the free space on all backends.
QUERY_FREESPACE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 17, use IMythCommand.QUERY_FREE_SPACE instead
QUERY_GENPIXMAP - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 61, replaced by IMythCommand.QUERY_GENPIXMAP2
QUERY_GENPIXMAP2 - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Generates a preview image of an recording.
QUERY_GETALLPENDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries all pending recordings.
QUERY_GETALLSCHEDULED - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries all scheduled recordings.
QUERY_GETCONFLICTING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries all conflicting recordings.
QUERY_GETEXPIRING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries all expiring recordings.
QUERY_GUIDEDATATHROUGH - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries tv-guide data status.
QUERY_HOSTNAME - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Query hostname.
QUERY_IS_ACTIVE_BACKEND - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Checks if a backend is active.
QUERY_ISRECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries if a backend is recording.
QUERY_LOAD - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries the system load.
QUERY_MEMSTATS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries the memory usage.
QUERY_PIXMAP_GET_IF_MODIFIED - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries a preview image.
QUERY_PIXMAP_LASTMODIFIED - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries the last-modified date of a preview image.
QUERY_RECORDER - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries a recorder.
QUERY_RECORDER_CANCEL_NEXT_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Cancel next recording.
QUERY_RECORDER_CHANGE_BRIGHTNESS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Changes brightness.
QUERY_RECORDER_CHANGE_CHANNEL - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Change channel.
QUERY_RECORDER_CHANGE_COLOUR - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Change colour.
QUERY_RECORDER_CHANGE_CONTRAST - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Changes contrast.
QUERY_RECORDER_CHANGE_HUE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Changes hue.
QUERY_RECORDER_CHECK_CHANNEL - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Check if channel exists on current.
QUERY_RECORDER_CHECK_CHANNEL_PREFIX - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Check channel prefix.
QUERY_RECORDER_DONE_RINGBUF - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 20
QUERY_RECORDER_FILL_DURATION_MAP - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries the duration map of a recording.
QUERY_RECORDER_FILL_POSITION_MAP - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries keyframe position map.
QUERY_RECORDER_FINISH_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Finish recording.
QUERY_RECORDER_FRONTEND_READY - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Frontend ready.
QUERY_RECORDER_GET_BRIGHTNESS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Get Brightness.
QUERY_RECORDER_GET_CHANNEL_INFO - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Query channel info.
QUERY_RECORDER_GET_COLOUR - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Get colour.
QUERY_RECORDER_GET_CONNECTED_INPUTS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 37, replaced by IMythCommand.QUERY_RECORDER_GET_FREE_INPUTS
QUERY_RECORDER_GET_CONTRAST - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Get contrast.
QUERY_RECORDER_GET_CURRENT_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries current recording.
QUERY_RECORDER_GET_FILE_POSITION - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries written bytes.
QUERY_RECORDER_GET_FRAMERATE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries frame rate.
QUERY_RECORDER_GET_FRAMES_WRITTEN - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries written frames.
QUERY_RECORDER_GET_FREE_INPUTS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Get free inputs.
QUERY_RECORDER_GET_FREE_SPACE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 20
QUERY_RECORDER_GET_HUE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Get hue.
QUERY_RECORDER_GET_INPUT - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Query used input.
QUERY_RECORDER_GET_INPUT_NAME - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 21, use IMythCommand.QUERY_RECORDER_GET_INPUT instead.
QUERY_RECORDER_GET_KEYFRAME_POS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries keyframe position.
QUERY_RECORDER_GET_MAX_BITRATE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries maximum bitrage.
QUERY_RECORDER_GET_NEXT_PROGRAM_INFO - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Query program info.
QUERY_RECORDER_GET_PROGRAM_INFO - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 21, use IMythCommand.QUERY_RECORDER_GET_RECORDING or IMythCommand.QUERY_RECORDER_GET_NEXT_PROGRAM_INFO instead.
QUERY_RECORDER_GET_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Query current recording.
QUERY_RECORDER_IS_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Query busy status.
QUERY_RECORDER_PAUSE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Pause recorder.
QUERY_RECORDER_PAUSE_RECORDER - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 18, was supported just a very short time period, use IMythCommand.QUERY_RECORDER_PAUSE instead.
QUERY_RECORDER_REQUEST_BLOCK_RINGBUF - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 20
QUERY_RECORDER_SEEK_RINGBUF - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 20
QUERY_RECORDER_SET_CHANNEL - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Set Channel.
QUERY_RECORDER_SET_INPUT - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Change input.
QUERY_RECORDER_SET_LIVE_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Keep LiveTV recording.
QUERY_RECORDER_SET_SIGNAL_MONITORING_RATE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Sets the signal monitoring rate.
QUERY_RECORDER_SETUP_RING_BUFFER - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 20
QUERY_RECORDER_SHOULD_SWITCH_CARD - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Check if channel exists on other recorder.
QUERY_RECORDER_SPAWN_LIVETV - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Spawn LiveTV.
QUERY_RECORDER_STOP_LIVETV - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Stop LiveTV.
QUERY_RECORDER_STOP_PLAYING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 20
QUERY_RECORDER_TOGGLE_CHANNEL_FAVORITE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Toggle channel favorite.
QUERY_RECORDER_TOGGLE_INPUTS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 27, replaced by IMythCommand.QUERY_RECORDER_GET_CONNECTED_INPUTS, IMythCommand.QUERY_RECORDER_GET_INPUT and IMythCommand.QUERY_RECORDER_SET_INPUT
QUERY_RECORDER_UNPAUSE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 18, was supported just a very short time period
QUERY_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries a single recording.
QUERY_RECORDING_BASENAME - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries a single recording by basename.
QUERY_RECORDING_TIMESLOT - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries a single recording by channel-id and recording-start-time.
QUERY_RECORDINGS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries all recorded programs.
QUERY_REMOTEENCODER - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries a remote encoder.
QUERY_REMOTEENCODER_CANCEL_NEXT_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Cancel the next recording.
QUERY_REMOTEENCODER_GET_CURRENT_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries current recording.
QUERY_REMOTEENCODER_GET_FLAGS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries the remote encoder flags.
QUERY_REMOTEENCODER_GET_FREE_INPUTS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Query connected inputs.
QUERY_REMOTEENCODER_GET_MAX_BITRATE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Get maximum bitrate.
QUERY_REMOTEENCODER_GET_RECORDING_STATUS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Query encoder status.
QUERY_REMOTEENCODER_GET_SLEEPSTATUS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries sleep status.
QUERY_REMOTEENCODER_GET_STATE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries the state of the remote encoder.
QUERY_REMOTEENCODER_IS_BUSY - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Query the remote-encoder busy status.
QUERY_REMOTEENCODER_MATCHES_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Checks if a remote encoder is recording the given program.
QUERY_REMOTEENCODER_RECORD_PENDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Start recording of a pending program.
QUERY_REMOTEENCODER_START_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Start recording of a program.
QUERY_REMOTEENCODER_STOP_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Stop recording.
QUERY_SETTING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries backend settings.
QUERY_SG_FILEQUERY - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Query storage group file.
QUERY_SG_GETFILELIST - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Query storage group.
QUERY_TIME_ZONE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries the timezone of a backend.
QUERY_UPTIME - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Queries the uptime.
queryActiveBackends() - Method in interface org.jmythapi.protocol.IBackend
Queries the names of all active backends.
queryActiveBackends() - Method in class org.jmythapi.protocol.impl.Backend
 
queryAllPending() - Method in interface org.jmythapi.protocol.IBackend
Gets all programs that will be recorded soon.
queryAllPending() - Method in class org.jmythapi.protocol.impl.Backend
 
queryAllScheduled() - Method in interface org.jmythapi.protocol.IBackend
Gets all scheduled recordings.
queryAllScheduled() - Method in class org.jmythapi.protocol.impl.Backend
 
queryBookmark(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Queries the bookmark position for a given recording.
queryBookmark(Integer, Date) - Method in interface org.jmythapi.protocol.IBackend
Queries the bookmark position for a given recording.
queryBookmark(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
queryBookmark(Integer, Date) - Method in class org.jmythapi.protocol.impl.Backend
 
queryCheckFile(IProgramInfo, Boolean) - Method in interface org.jmythapi.protocol.IBackend
Checks if a recording file exists that belongs to the given program.
queryCheckFile(IProgramInfo, Boolean) - Method in class org.jmythapi.protocol.impl.Backend
 
queryConflicting() - Method in interface org.jmythapi.protocol.IBackend
Gets all programs that are in conflict which each other.
queryConflicting(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Gets all programs that are in conflict with the given program.
queryConflicting() - Method in class org.jmythapi.protocol.impl.Backend
 
queryConflicting(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
queryExpiring() - Method in interface org.jmythapi.protocol.IBackend
Gets all programs that will expiring soon.
queryExpiring() - Method in class org.jmythapi.protocol.impl.Backend
 
queryFileExists(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Checks if a recording-file exists for the given program.
queryFileExists(URI) - Method in interface org.jmythapi.protocol.IBackend
Checks if given file exists on the backend.
queryFileExists(String, String) - Method in interface org.jmythapi.protocol.IBackend
Checks if a the named file exists in the named storage group.
queryFileExists(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
queryFileExists(URI) - Method in class org.jmythapi.protocol.impl.Backend
 
queryFileExists(String, String) - Method in class org.jmythapi.protocol.impl.Backend
 
queryFileHash(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Queries a unique hash-value for the recording-file of the given program.
queryFileHash(URI) - Method in interface org.jmythapi.protocol.IBackend
Queries a unique hash-value for the given remote file.
queryFileHash(String, String) - Method in interface org.jmythapi.protocol.IBackend
Queries a unique hash-value for the given file stored in the given storage group.
queryFileHash(String, String, String) - Method in interface org.jmythapi.protocol.IBackend
Queries a unique hash-value for the given file stored in the given storage group.
queryFileHash(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
queryFileHash(String, String) - Method in class org.jmythapi.protocol.impl.Backend
 
queryFileHash(URI) - Method in class org.jmythapi.protocol.impl.Backend
 
queryFileHash(String, String, String) - Method in class org.jmythapi.protocol.impl.Backend
 
queryFreeSpace() - Method in interface org.jmythapi.protocol.IBackend
Deprecated. 17 (fallback-to: -1), replaced by queryFreeSpaceList and queryFreeSpaceSummary
queryFreeSpace() - Method in class org.jmythapi.protocol.impl.Backend
Deprecated. 17
queryFreeSpaceList(boolean) - Method in interface org.jmythapi.protocol.IBackend
Returns the free disk space on the connected or on all MythTV backends.
queryFreeSpaceList(boolean) - Method in class org.jmythapi.protocol.impl.Backend
 
queryFreeSpaceSummary() - Method in interface org.jmythapi.protocol.IBackend
Returns the free space on the connected backend.
queryFreeSpaceSummary() - Method in class org.jmythapi.protocol.impl.Backend
 
queryGenPixmap(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Deprecated. 61 (fallback-to: -1), replaced by queryGenPixmap2
queryGenPixmap(IProgramInfo, Boolean, Long, String, Integer, Integer) - Method in interface org.jmythapi.protocol.IBackend
Deprecated. 61 (fallback-to: -1), replaced by queryGenPixmap2
queryGenPixmap(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
queryGenPixmap(IProgramInfo, Boolean, Long, String, Integer, Integer) - Method in class org.jmythapi.protocol.impl.Backend
 
queryGenPixmap2(String, IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Generates a preview image of the requested show.
queryGenPixmap2(String, IProgramInfo, Boolean, Long, String, Integer, Integer) - Method in interface org.jmythapi.protocol.IBackend
Generates a preview image of the requested show.
queryGenPixmap2(String, IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
queryGenPixmap2(String, IProgramInfo, Boolean, Long, String, Integer, Integer) - Method in class org.jmythapi.protocol.impl.Backend
 
queryGuideDataThrough() - Method in interface org.jmythapi.database.IDatabase
 
queryGuideDataThrough() - Method in class org.jmythapi.database.impl.DataBase
 
queryGuideDataThrough() - Method in interface org.jmythapi.protocol.IBackend
Queries the guide-date status of the backend.
queryGuideDataThrough() - Method in class org.jmythapi.protocol.impl.Backend
 
queryHostname() - Method in interface org.jmythapi.protocol.IBackend
Gets the hostname of the backend.
queryHostname() - Method in class org.jmythapi.protocol.impl.Backend
 
queryIsRecording() - Method in interface org.jmythapi.protocol.IBackend
Queries the current recording status of the backend.
queryIsRecording() - Method in class org.jmythapi.protocol.impl.Backend
 
queryLoad() - Method in interface org.jmythapi.protocol.IBackend
Queries the current load of the backend.
queryLoad() - Method in class org.jmythapi.protocol.impl.Backend
 
queryMemStats() - Method in interface org.jmythapi.protocol.IBackend
Queries the current memory state of the backend.
queryMemStats() - Method in class org.jmythapi.protocol.impl.Backend
 
queryMythFillStatus() - Method in interface org.jmythapi.database.IDatabase
 
queryMythFillStatus() - Method in class org.jmythapi.database.impl.DataBase
 
queryMythShutdownStatus() - Method in interface org.jmythapi.database.IDatabase
 
queryMythShutdownStatus() - Method in class org.jmythapi.database.impl.DataBase
 
queryNextProgramInfo(IBasicChannelInfo, Date) - Method in interface org.jmythapi.database.IDatabase
 
queryNextProgramInfo(Integer, Date) - Method in interface org.jmythapi.database.IDatabase
 
queryNextProgramInfo(IBasicChannelInfo, Date) - Method in class org.jmythapi.database.impl.DataBase
 
queryNextProgramInfo(Integer, Date) - Method in class org.jmythapi.database.impl.DataBase
 
queryPixmap(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Queries a preview image.
queryPixmap(String, String) - Method in interface org.jmythapi.protocol.IBackend
Queries a preview image.
queryPixmap(String, String) - Method in class org.jmythapi.protocol.impl.Backend
 
queryPixmap(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
queryPixmapIfModified(IProgramInfo, Date, Long) - Method in interface org.jmythapi.protocol.IBackend
Queries a preview image.
queryPixmapIfModified(IProgramInfo, Date, Long) - Method in class org.jmythapi.protocol.impl.Backend
 
queryPixmapLastModified(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Queries the last-modified date of the pixmap of a given recording.
queryPixmapLastModified(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
queryRecording(String) - Method in interface org.jmythapi.protocol.IBackend
Get the ProgramInfo for a single recording specified by the recordings base-name.
queryRecording(IBasicChannelInfo, Date) - Method in interface org.jmythapi.protocol.IBackend
Get a single recording by its channel and recording start-time.
queryRecording(Integer, Date) - Method in interface org.jmythapi.protocol.IBackend
Get a single recording by its channel-id and start-time.
queryRecording(String) - Method in class org.jmythapi.protocol.impl.Backend
TODO: fallback using a program filter!!!!
queryRecording(IBasicChannelInfo, Date) - Method in class org.jmythapi.protocol.impl.Backend
 
queryRecording(Integer, Date) - Method in class org.jmythapi.protocol.impl.Backend
 
queryRecordings() - Method in interface org.jmythapi.protocol.IBackend
Queries for all available recordings.
queryRecordings(ERecordingsType) - Method in interface org.jmythapi.protocol.IBackend
Queries for recordings with the given recording-type.
queryRecordings() - Method in class org.jmythapi.protocol.impl.Backend
 
queryRecordings(ERecordingsType) - Method in class org.jmythapi.protocol.impl.Backend
TODO: sorting for versions >= 65
querySetting(String, String) - Method in interface org.jmythapi.database.IDatabase
 
querySetting(String, String) - Method in class org.jmythapi.database.impl.DataBase
 
querySetting(String, String) - Method in interface org.jmythapi.protocol.IBackend
Queries the remote host for a specific setting.
querySetting(String, String) - Method in class org.jmythapi.protocol.impl.Backend
 
querySettings(String) - Method in interface org.jmythapi.database.IDatabase
 
querySettings(String, String...) - Method in interface org.jmythapi.database.IDatabase
 
querySettings(String, String...) - Method in class org.jmythapi.database.impl.DataBase
 
querySettings(String) - Method in class org.jmythapi.database.impl.DataBase
 
querySettingsMap(String, String...) - Method in interface org.jmythapi.database.IDatabase
 
querySettingsMap(String, String...) - Method in class org.jmythapi.database.impl.DataBase
 
queryStorageGroupFile(String, String, String) - Method in interface org.jmythapi.protocol.IBackend
Queries the a single file from the remote storage group.
queryStorageGroupFile(String, String, String) - Method in class org.jmythapi.protocol.impl.Backend
 
queryStorageGroupFileList(String, String, String) - Method in interface org.jmythapi.protocol.IBackend
Queries the a list of files from the remote storage group.
queryStorageGroupFileList(String, String, String, boolean) - Method in interface org.jmythapi.protocol.IBackend
Queries the a list of files from the remote storage group.
queryStorageGroupFileList(String, String, String) - Method in class org.jmythapi.protocol.impl.Backend
 
queryStorageGroupFileList(String, String, String, boolean) - Method in class org.jmythapi.protocol.impl.Backend
 
queryTimeZone() - Method in interface org.jmythapi.protocol.IBackend
Queries the timezone of the backend.
queryTimeZone() - Method in class org.jmythapi.protocol.impl.Backend
 
queryTranscode(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
queryUptime() - Method in interface org.jmythapi.protocol.IBackend
Queries the uptime of the backend.
queryUptime() - Method in class org.jmythapi.protocol.impl.Backend
 
QUEUE_TRANSCODE - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 23
QUEUE_TRANSCODE_CUTLIST - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 23
QUEUE_TRANSCODE_STOP - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 23
queueTranscode(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Deprecated. 23
queueTranscode(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
queueTranscodeCutlist(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Deprecated. 23
queueTranscodeCutlist(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
queueTranscodeStop(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Deprecated. 23
queueTranscodeStop(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 

R

REACTIVATE_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Deprecated. 19
reactivateRecording(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Deprecated. 19
reactivateRecording(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
reactivateRecording(List<String>) - Method in class org.jmythapi.protocol.impl.Backend
 
read() - Method in class org.jmythapi.url.mythtv.LiveTvStream
 
readBlock(byte[], int) - Method in interface org.jmythapi.protocol.response.IFileTransfer
Requests a new block from backend and reads the block.
readBlock(byte[], int) - Method in class org.jmythapi.protocol.response.impl.FileTransfer
This method sends a block request to the backend, but does not wait for the response.
readBlock(byte[], int) - Method in class org.jmythapi.protocol.response.impl.RingBuffer
Deprecated. 20
readBlock(byte[], int) - Method in interface org.jmythapi.protocol.response.IRingBuffer
Deprecated. 20
readBlock(byte[], int) - Method in interface org.jmythapi.protocol.response.ITransferable
 
readData(byte[], int, int) - Method in interface org.jmythapi.protocol.IBackendConnection
Reads bytes from the socket.
readData(byte[], int, int) - Method in class org.jmythapi.protocol.impl.BackendConnection
 
readData(byte[], int) - Method in interface org.jmythapi.protocol.response.IFileTransfer
Reads the given amount of data from the backend.
readData(byte[], int) - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
readFrom(ProtocolVersion, String) - Static method in class org.jmythapi.protocol.request.AMythRequest
 
readFrom(ProtocolVersion, InputStream) - Static method in class org.jmythapi.protocol.request.AMythRequest
 
readFrom(IMythPacket) - Static method in class org.jmythapi.protocol.request.AMythRequest
 
readFrom(ProtocolVersion, String) - Static method in class org.jmythapi.protocol.utils.CommandUtils
Reads a MythTV protocol command from a string.
readFrom(IMythPacket) - Static method in class org.jmythapi.protocol.utils.EventUtils
 
readFrom(Class<Event>, IMythPacket) - Static method in class org.jmythapi.protocol.utils.EventUtils
 
readFrom(ProtocolVersion, String) - Static method in class org.jmythapi.protocol.utils.PacketUtils
Reads a MythTV-packet from a string.
readFrom(ProtocolVersion, InputStream) - Static method in class org.jmythapi.protocol.utils.PacketUtils
Reads a MythTV-packet from an input-stream.
readFrom(Class<Resp>, IMythPacket) - Static method in class org.jmythapi.protocol.utils.ResponseUtils
Converts a protocol packet into a response object.
readFrom(ProtocolVersion, Class<Resp>, InputStream) - Static method in class org.jmythapi.protocol.utils.ResponseUtils
 
readFrom(ProtocolVersion, Class<Resp>, String) - Static method in class org.jmythapi.protocol.utils.ResponseUtils
 
readPacket() - Method in interface org.jmythapi.protocol.IBackendConnection
Receives the next packet from the backend.
readPacket() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
readPacketFromQueue() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
readPacketFromSocket() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
readPayloadSize(InputStream) - Static method in class org.jmythapi.protocol.utils.PacketUtils
 
Recorder - Class in org.jmythapi.protocol.impl
An implementation of IRecorder.
Recorder(IBackendConnection, int) - Constructor for class org.jmythapi.protocol.impl.Recorder
 
recorder(Integer...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by recorder-id.
recorder(IRecorderInfo...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by recorder.
RecorderChannelInfo - Class in org.jmythapi.protocol.response.impl
 
RecorderChannelInfo(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RecorderChannelInfo
 
RecorderChannelInfo(ProtocolVersion, String...) - Constructor for class org.jmythapi.protocol.response.impl.RecorderChannelInfo
 
RecorderChannelPrefixStatus - Class in org.jmythapi.protocol.response.impl
 
RecorderChannelPrefixStatus(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RecorderChannelPrefixStatus
 
recorderFound(IMythPacket) - Static method in class org.jmythapi.protocol.response.impl.RecorderInfo
 
recorderFound(List<String>) - Static method in class org.jmythapi.protocol.response.impl.RecorderInfo
 
RecorderInfo - Class in org.jmythapi.database.impl
 
RecorderInfo(ProtocolVersion, int, List<String>) - Constructor for class org.jmythapi.database.impl.RecorderInfo
 
RecorderInfo - Class in org.jmythapi.protocol.response.impl
 
RecorderInfo(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RecorderInfo
 
RecorderInfo(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.RecorderInfo
 
RecorderNextProgramInfo - Class in org.jmythapi.database.impl
 
RecorderNextProgramInfo(ProtocolVersion, int, List<String>) - Constructor for class org.jmythapi.database.impl.RecorderNextProgramInfo
 
RecorderNextProgramInfo - Class in org.jmythapi.protocol.response.impl
 
RecorderNextProgramInfo(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RecorderNextProgramInfo
 
RecorderProgramInfo - Class in org.jmythapi.protocol.response.impl
Deprecated. 21
RecorderProgramInfo(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
RecorderProgramInfo(ProtocolVersion) - Constructor for class org.jmythapi.protocol.response.impl.RecorderProgramInfo
Deprecated.  
RECORDING_GROUP_DEFAULT - Static variable in class org.jmythapi.protocol.ProtocolConstants
 
RECORDING_GROUP_DELETED - Static variable in class org.jmythapi.protocol.ProtocolConstants
 
RECORDING_PROFILE_DEFAULT - Static variable in class org.jmythapi.protocol.ProtocolConstants
 
recordingGroup(String...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by recording-group.
recordingId(Integer...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by recording id.
RecordingListChange - Class in org.jmythapi.protocol.events.impl
 
RecordingListChange() - Constructor for class org.jmythapi.protocol.events.impl.RecordingListChange
 
recordingListChange() - Method in interface org.jmythapi.protocol.IBackend
 
recordingListChange() - Method in class org.jmythapi.protocol.impl.Backend
 
RecordingListChangeAdd - Class in org.jmythapi.protocol.events.impl
 
RecordingListChangeAdd(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.events.impl.RecordingListChangeAdd
 
RecordingListChangeAny - Class in org.jmythapi.protocol.events.impl
 
RecordingListChangeAny(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.RecordingListChangeAny
 
RecordingListChangeAny(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.events.impl.RecordingListChangeAny
 
RecordingListChangeDelete - Class in org.jmythapi.protocol.events.impl
 
RecordingListChangeDelete(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.events.impl.RecordingListChangeDelete
 
RecordingListChangeUpdate - Class in org.jmythapi.protocol.events.impl
 
RecordingListChangeUpdate(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.RecordingListChangeUpdate
 
RecordingListChangeUpdate(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.events.impl.RecordingListChangeUpdate
 
RecordingsConflicting - Class in org.jmythapi.protocol.response.impl
 
RecordingsConflicting(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RecordingsConflicting
 
RecordingsConflicting(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.RecordingsConflicting
 
RecordingsExpiring - Class in org.jmythapi.protocol.response.impl
 
RecordingsExpiring(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RecordingsExpiring
 
RecordingsExpiring(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.RecordingsExpiring
 
RecordingsPending - Class in org.jmythapi.protocol.response.impl
 
RecordingsPending(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RecordingsPending
 
RecordingsPending(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.RecordingsPending
 
RecordingsScheduled - Class in org.jmythapi.protocol.response.impl
 
RecordingsScheduled(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RecordingsScheduled
 
RecordingStatus - Class in org.jmythapi.protocol.response.impl
 
RecordingStatus(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RecordingStatus
 
REFRESH_BACKEND - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Reloading backend settings.
refreshBackend() - Method in interface org.jmythapi.protocol.IBackend
Forces the backend to reload the backend settings.
refreshBackend() - Method in class org.jmythapi.protocol.impl.Backend
 
register(Map<String, Object>) - Static method in class org.jmythapi.javadoc.tags.MythCodeExampleTag
Registers this taglet as custom javadoc tag.
register(Map<String, Object>) - Static method in class org.jmythapi.javadoc.tags.MythProtoExampleTag
Registers this taglet as custom javadoc tag.
register(Map<String, Object>) - Static method in class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
Registers this taglet as custom javadoc tag.
register(Map<String, Object>) - Static method in class org.jmythapi.javadoc.tags.MythProtoVersionMatrixTag
Registers this taglet as custom javadoc tag.
register(Map<String, Object>) - Static method in class org.jmythapi.javadoc.tags.MythProtoVersionRangeTag
Registers this taglet as custom javadoc tag.
register(Map<String, Object>) - Static method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
Registers this taglet as custom javadoc tag.
register(Map<String, Object>) - Static method in class org.jmythapi.javadoc.tags.MythResponseExampleTag
Registers this taglet as custom javadoc tag.
registerHandler() - Static method in class org.jmythapi.url.mythtv.Handler
 
RemoteEncoder - Class in org.jmythapi.protocol.impl
TODO: what exactly is the difference between a Recorder and a RemoteEncoder?
RemoteEncoder(IBackendConnection, int) - Constructor for class org.jmythapi.protocol.impl.RemoteEncoder
 
RemoteEncoderBusyStatus - Class in org.jmythapi.protocol.response.impl
 
RemoteEncoderBusyStatus(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RemoteEncoderBusyStatus
 
RemoteEncoderFlags - Class in org.jmythapi.protocol.response.impl
 
RemoteEncoderFlags(ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.RemoteEncoderFlags
 
RemoteEncoderState - Class in org.jmythapi.protocol.response.impl
 
RemoteEncoderState(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RemoteEncoderState
 
removeEventListener(Class<Event>, IMythEventListener<Event>) - Method in interface org.jmythapi.protocol.IBackend
 
removeEventListener(IMythEventPacketListener) - Method in interface org.jmythapi.protocol.IBackendConnection
Unregisters an event listener.
removeEventListener(Class<Event>, IMythEventListener<Event>) - Method in class org.jmythapi.protocol.impl.Backend
 
removeEventListener(IMythEventPacketListener) - Method in class org.jmythapi.protocol.impl.BackendConnection
 
removeEventPacketListener(IMythEventPacketListener) - Method in interface org.jmythapi.protocol.IBackend
Unregisters a event listener.
removeEventPacketListener(IMythEventPacketListener) - Method in class org.jmythapi.protocol.impl.Backend
 
reopen(String) - Method in interface org.jmythapi.protocol.response.IFileTransfer
Reopens the remote file.
reopen(String) - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
requestBlock(int) - Method in interface org.jmythapi.protocol.response.IFileTransfer
Requests data from the backend.
requestBlock(int) - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
RequestUtils - Class in org.jmythapi.protocol.utils
 
RequestUtils() - Constructor for class org.jmythapi.protocol.utils.RequestUtils
 
RESCHEDULE_RECORDINGS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Reschedules recordings.
rescheduleAllRecordings() - Method in interface org.jmythapi.protocol.IBackend
Force MythTV to reschedule all recordings.
rescheduleAllRecordings() - Method in class org.jmythapi.protocol.impl.Backend
 
rescheduleAllRecordingsAndWait(long, TimeUnit) - Method in interface org.jmythapi.protocol.IBackend
Forces MythTV to reschedule all recordings and thereafter to wait for an SCHEDULE_CHANGE event.
rescheduleAllRecordingsAndWait(long, TimeUnit) - Method in class org.jmythapi.protocol.impl.Backend
 
rescheduleRecordings(Integer) - Method in interface org.jmythapi.protocol.IBackend
Deprecated. 73 (fallback-to: -1), use IBackend.rescheduleRecordingsMatch(Integer, Integer, Integer, Date, String) instead.
rescheduleRecordings(Integer) - Method in class org.jmythapi.protocol.impl.Backend
 
rescheduleRecordingsAndWait(Integer, long, TimeUnit) - Method in interface org.jmythapi.protocol.IBackend
Deprecated. 73 (fallback-to: -1)
rescheduleRecordingsAndWait(Integer, long, TimeUnit) - Method in class org.jmythapi.protocol.impl.Backend
 
rescheduleRecordingsMatch(Integer, Integer, Integer, Date, String) - Method in interface org.jmythapi.protocol.IBackend
Deprecated. 73 (fallback-to: -1), use IBackend.rescheduleRecordingsMatch(Integer, Integer, Integer, Date, String) instead.
rescheduleRecordingsMatch(Integer, Integer, Integer, Date, String) - Method in class org.jmythapi.protocol.impl.Backend
 
rescheduleRecordingsMatchAndWait(Integer, Integer, Integer, Date, String, long, TimeUnit) - Method in interface org.jmythapi.protocol.IBackend
 
rescheduleRecordingsMatchAndWait(Integer, Integer, Integer, Date, String, long, TimeUnit) - Method in class org.jmythapi.protocol.impl.Backend
 
ResetIdleTime - Class in org.jmythapi.protocol.events.impl
 
ResetIdleTime(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.ResetIdleTime
 
respArgs - Variable in class org.jmythapi.impl.AData
The values of all data properties.
ResponseUtils - Class in org.jmythapi.protocol.utils
This class provides MythTV-response related utility function.
restrictRange(ProtocolVersionRange) - Method in class org.jmythapi.protocol.ProtocolVersionRange
Generates a new protocol-version-range depending on the values of this range and a parent range.
ResultList<E> - Class in org.jmythapi.impl
Just a helper class to generate a nicer toString on some result lists.
ResultList() - Constructor for class org.jmythapi.impl.ResultList
Creates an empty result list.
ResultList(Collection<E>) - Constructor for class org.jmythapi.impl.ResultList
Creates a result list and appends the given items.
RingBuffer - Class in org.jmythapi.protocol.response.impl
Deprecated. 20
RingBuffer(IBackendConnection, int, IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.RingBuffer
Deprecated.  

S

SCAN_VIDEOS - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Scan video folder.
scanVideos() - Method in interface org.jmythapi.protocol.IBackend
Trigger a scan of all video folders.
scanVideos() - Method in class org.jmythapi.protocol.impl.Backend
 
Schedule - Class in org.jmythapi.database.impl
 
Schedule(ProtocolVersion, int) - Constructor for class org.jmythapi.database.impl.Schedule
 
Schedule(ProtocolVersion, int, List<String>) - Constructor for class org.jmythapi.database.impl.Schedule
 
ScheduleChange - Class in org.jmythapi.protocol.events.impl
 
ScheduleChange(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.ScheduleChange
 
seek(long, long, ITransferable.Seek) - Method in interface org.jmythapi.protocol.response.IFileTransfer
This command wraps the file "seek" function.
seek(long, long, ITransferable.Seek) - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
seek(long, long, ITransferable.Seek) - Method in class org.jmythapi.protocol.response.impl.RingBuffer
Deprecated. 20
seek(long, long, ITransferable.Seek) - Method in interface org.jmythapi.protocol.response.IRingBuffer
Deprecated. 20
seek(long, long, ITransferable.Seek) - Method in interface org.jmythapi.protocol.response.ITransferable
 
SET_BOOKMARK - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Setting bookmarks.
SET_CHANNEL_INFO - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Changes channel infos.
SET_NEXT_LIVETV_DIR - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Changes LiveTV recording directory.
SET_SETTING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Configure backend settings.
setBookmark(IProgramInfo, Long) - Method in interface org.jmythapi.protocol.IBackend
Sets the bookmark position for the given recording.
setBookmark(Integer, Date, Long) - Method in interface org.jmythapi.protocol.IBackend
Sets the bookmark position for the given recording.
setBookmark(IProgramInfo, Long) - Method in class org.jmythapi.protocol.impl.Backend
 
setBookmark(Integer, Date, Long) - Method in class org.jmythapi.protocol.impl.Backend
 
setCategory(String) - Method in class org.jmythapi.database.impl.Schedule
 
setCategory(String) - Method in interface org.jmythapi.database.ISchedule
 
setChannel(IBasicChannelInfo) - Method in class org.jmythapi.database.impl.Schedule
 
setChannel(IBasicChannelInfo) - Method in interface org.jmythapi.database.ISchedule
 
setChannel(String) - Method in class org.jmythapi.protocol.impl.Recorder
 
setChannel(String) - Method in interface org.jmythapi.protocol.IRecorder
Changes to a named channel on the current tuner.
setChannelID(Integer) - Method in class org.jmythapi.database.impl.Schedule
 
setChannelID(Integer) - Method in interface org.jmythapi.database.ISchedule
 
setChannelInfo(String, IRecorderChannelInfo) - Method in interface org.jmythapi.protocol.IBackend
Changes detailed infos about the given channel.
setChannelInfo(String, IRecorderChannelInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
setChannelSign(String) - Method in class org.jmythapi.database.impl.Schedule
 
setChannelSign(String) - Method in interface org.jmythapi.database.ISchedule
 
setConnectTimeout(int) - Method in interface org.jmythapi.protocol.IBackendConnection
 
setConnectTimeout(int) - Method in class org.jmythapi.protocol.impl.BackendConnection
 
setDataConnectin(IBackendConnection) - Method in class org.jmythapi.protocol.response.impl.RingBuffer
Deprecated.  
setDescription(String) - Method in class org.jmythapi.database.impl.Schedule
 
setDescription(String) - Method in interface org.jmythapi.database.ISchedule
 
setEndDate(Date) - Method in class org.jmythapi.database.impl.Schedule
 
setEndDate(Date) - Method in interface org.jmythapi.database.ISchedule
 
setEndDateTime(Date) - Method in class org.jmythapi.database.impl.Schedule
 
setEndDateTime(Date) - Method in interface org.jmythapi.database.ISchedule
 
setEndOffset(Integer) - Method in class org.jmythapi.database.impl.Schedule
 
setEndOffset(Integer) - Method in interface org.jmythapi.database.ISchedule
 
setEndTime(Date) - Method in class org.jmythapi.database.impl.Schedule
 
setEndTime(Date) - Method in interface org.jmythapi.database.ISchedule
 
setFileInfo(String, String) - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
setFileSize(Long) - Method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
setFileSize(Long) - Method in interface org.jmythapi.protocol.response.IProgramInfo
Updates the size of the recording.
setFindDay(Date) - Method in class org.jmythapi.database.impl.Schedule
 
setFindDay(Integer) - Method in class org.jmythapi.database.impl.Schedule
 
setFindDay(Date) - Method in interface org.jmythapi.database.ISchedule
 
setFindDay(Integer) - Method in interface org.jmythapi.database.ISchedule
 
setFindId(Date) - Method in class org.jmythapi.database.impl.Schedule
 
setFindId(Integer) - Method in class org.jmythapi.database.impl.Schedule
 
setFindId(Date) - Method in interface org.jmythapi.database.ISchedule
 
setFindId(Integer) - Method in interface org.jmythapi.database.ISchedule
 
setFindTime(Date) - Method in class org.jmythapi.database.impl.Schedule
 
setFindTime(Date) - Method in interface org.jmythapi.database.ISchedule
 
setHostname(String) - Method in class org.jmythapi.protocol.response.impl.Setting
 
setInitialVersionNr(ProtocolVersion) - Method in interface org.jmythapi.protocol.IBackend
Sets the initial protocol-version that should be used for handshake.
setInitialVersionNr(ProtocolVersion) - Method in interface org.jmythapi.protocol.IBackendConnection
Sets the initla protocol-version to use.
setInitialVersionNr(ProtocolVersion) - Method in class org.jmythapi.protocol.impl.Backend
 
setInitialVersionNr(ProtocolVersion) - Method in class org.jmythapi.protocol.impl.BackendConnection
 
setInput(String) - Method in class org.jmythapi.protocol.impl.Recorder
 
setInput(String) - Method in interface org.jmythapi.protocol.IRecorder
Tells the recorder to change to the specified input.
setLiveTvRecording() - Method in class org.jmythapi.protocol.impl.Recorder
 
setLiveTvRecording() - Method in interface org.jmythapi.protocol.IRecorder
Tells the recorder to keep a LiveTV recording.
setMsgDebugOut(PrintStream) - Method in interface org.jmythapi.protocol.IBackendConnection
Sets a print stream used to log packets.
setMsgDebugOut(PrintStream) - Method in class org.jmythapi.protocol.impl.BackendConnection
 
setName(String) - Method in class org.jmythapi.protocol.response.impl.Setting
 
setNextLiveTvDirectory(String) - Method in class org.jmythapi.protocol.impl.Recorder
 
setNextLiveTvDirectory(String) - Method in interface org.jmythapi.protocol.IRecorder
Changes LiveTV recording directory.
setProgramID(String) - Method in class org.jmythapi.database.impl.Schedule
 
setProgramID(String) - Method in interface org.jmythapi.database.ISchedule
 
setProgramInfo(IProgramInfo) - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
setPropertyValue(int, String) - Method in class org.jmythapi.impl.AData
 
setPropertyValue(E, String) - Method in class org.jmythapi.impl.AData
 
setPropertyValue(E, String) - Method in interface org.jmythapi.IPropertyAware
Sets the property value for the given property.
setPropertyValue(int, String) - Method in interface org.jmythapi.IPropertyAware
Sets the property value for the given property.
setPropertyValueObject(E, S) - Method in class org.jmythapi.impl.AData
 
setPropertyValueObject(E, S) - Method in interface org.jmythapi.IPropertyAware
Sets the property value for the given property.
setReadTimeout(int) - Method in interface org.jmythapi.protocol.IBackendConnection
 
setReadTimeout(int) - Method in class org.jmythapi.protocol.impl.BackendConnection
 
setReadTimeout(int) - Method in class org.jmythapi.url.mythtv.MythURLConnection
 
setRecordingId(Integer) - Method in class org.jmythapi.database.impl.Schedule
 
setRecordingId(Integer) - Method in interface org.jmythapi.database.ISchedule
 
setRecordingPriority(Integer) - Method in class org.jmythapi.database.impl.Schedule
 
setRecordingPriority(Integer) - Method in interface org.jmythapi.database.ISchedule
 
setRecordingType(IProgramRecordingType) - Method in class org.jmythapi.database.impl.Schedule
 
setRecordingType(IProgramRecordingType) - Method in interface org.jmythapi.database.ISchedule
 
setSearch(IProgramRecordingSearchType) - Method in class org.jmythapi.database.impl.Schedule
 
setSearch(IProgramRecordingSearchType) - Method in interface org.jmythapi.database.ISchedule
 
setSeason(Integer) - Method in class org.jmythapi.database.impl.Schedule
 
setSeason(Integer) - Method in interface org.jmythapi.database.ISchedule
 
setSeriesID(String) - Method in class org.jmythapi.database.impl.Schedule
 
setSeriesID(String) - Method in interface org.jmythapi.database.ISchedule
 
setSetting(String, String, String) - Method in interface org.jmythapi.protocol.IBackend
Sets the given setting on the remote host.
setSetting(String, String, String) - Method in class org.jmythapi.protocol.impl.Backend
 
setSignalMonitoringRate(int, boolean) - Method in class org.jmythapi.protocol.impl.Recorder
 
setSignalMonitoringRate(int, boolean) - Method in interface org.jmythapi.protocol.IRecorder
Sets the signal monitoring rate.
setStartDate(Date) - Method in class org.jmythapi.database.impl.Schedule
 
setStartDate(Date) - Method in interface org.jmythapi.database.ISchedule
 
setStartDateTime(Date) - Method in class org.jmythapi.database.impl.Schedule
 
setStartDateTime(Date) - Method in interface org.jmythapi.database.ISchedule
 
setStartOffset(Integer) - Method in class org.jmythapi.database.impl.Schedule
 
setStartOffset(Integer) - Method in interface org.jmythapi.database.ISchedule
 
setStartTime(Date) - Method in class org.jmythapi.database.impl.Schedule
 
setStartTime(Date) - Method in interface org.jmythapi.database.ISchedule
 
setSubtitle(String) - Method in class org.jmythapi.database.impl.Schedule
 
setSubtitle(String) - Method in interface org.jmythapi.database.ISchedule
 
setTimeout(boolean) - Method in interface org.jmythapi.protocol.response.IFileTransfer
Sets the timout mode.
setTimeout(boolean) - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
Setting - Class in org.jmythapi.database.impl
 
Setting(ProtocolVersion, int, List<String>) - Constructor for class org.jmythapi.database.impl.Setting
 
Setting - Class in org.jmythapi.protocol.response.impl
 
Setting(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.Setting
 
SETTING_HOST_ANY - Static variable in interface org.jmythapi.database.IDatabase
 
setTitle(String) - Method in class org.jmythapi.database.impl.Schedule
 
setTitle(String) - Method in interface org.jmythapi.database.ISchedule
 
setupRingBuffer(boolean) - Method in class org.jmythapi.protocol.impl.Recorder
Deprecated. 20
setUptimeSeconds(int) - Method in class org.jmythapi.protocol.response.impl.Uptime
 
setUsedSpace(long) - Method in interface org.jmythapi.protocol.response.IFreeSpace
Deprecated.  
setUsedSpace(long) - Method in interface org.jmythapi.protocol.response.IFreeSpaceListEntry
 
setUsedSpace(long) - Method in class org.jmythapi.protocol.response.impl.FreeSpace
Deprecated.  
setUsedSpace(long) - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList.Entry
 
shouldSwitchCard(Integer) - Method in class org.jmythapi.protocol.impl.Recorder
 
shouldSwitchCard(Integer) - Method in interface org.jmythapi.protocol.IRecorder
Checks if named channel exists on current tuner, or another tuner.
SHUTDOWN_NOW - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Shutdown a slave backend.
ShutdownCountdown - Class in org.jmythapi.protocol.events.impl
 
ShutdownCountdown(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.ShutdownCountdown
 
shutdownNow() - Method in interface org.jmythapi.protocol.IBackend
Forces a slave backend to shutdown now.
shutdownNow() - Method in class org.jmythapi.protocol.impl.Backend
 
signalFrontendReady() - Method in class org.jmythapi.protocol.impl.Recorder
 
signalFrontendReady() - Method in interface org.jmythapi.protocol.IRecorder
Tells the recorder that the frontend is up and ready.
size() - Method in interface org.jmythapi.protocol.response.IFreeInputList
The size of this list
size() - Method in interface org.jmythapi.protocol.response.IFreeSpaceList
Returns the number of entries contained in this list
size() - Method in class org.jmythapi.protocol.response.impl.ARecordings
 
size() - Method in class org.jmythapi.protocol.response.impl.FreeInputsList
 
size() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList
 
size() - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
size() - Method in class org.jmythapi.protocol.response.impl.StorageGroupFileList
 
size() - Method in interface org.jmythapi.protocol.response.IProgramInfoList
Returns the number of programs contained in this list
size() - Method in interface org.jmythapi.protocol.response.IRecordings
Gets the amount of recordings contained in the list.
size() - Method in interface org.jmythapi.protocol.response.IStorageGroupFileList
Gets the amount of files stored in the storage group.
SIZE_STRING_LENGTH - Static variable in class org.jmythapi.protocol.utils.PacketUtils
The length of the size string of a packet.
SleepStatus - Class in org.jmythapi.protocol.response.impl
 
SleepStatus(ProtocolVersion, long) - Constructor for class org.jmythapi.protocol.response.impl.SleepStatus
 
spawnLiveTV() - Method in class org.jmythapi.protocol.impl.Recorder
 
spawnLiveTV(boolean, IRecorderChannelInfo) - Method in class org.jmythapi.protocol.impl.Recorder
 
spawnLiveTV(boolean, String) - Method in class org.jmythapi.protocol.impl.Recorder
 
spawnLiveTV() - Method in interface org.jmythapi.protocol.IRecorder
Tells the recorder to start a "Live TV" recording.
spawnLiveTV(boolean, IRecorderChannelInfo) - Method in interface org.jmythapi.protocol.IRecorder
Tells the recorder to start a "Live TV" recording.
spawnLiveTV(boolean, String) - Method in interface org.jmythapi.protocol.IRecorder
Tells the recorder to start a "Live TV" recording.
split(String) - Static method in class org.jmythapi.protocol.utils.PacketUtils
Converts an MythTV data-line into a list of arguments.
splitId(String, boolean) - Static method in class org.jmythapi.utils.EncodingUtils
Splits a id-string into the channel-id and start-date part.
startRecording(IProgramInfo) - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
startRecording(List<String>) - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
startRecording(IProgramInfo) - Method in interface org.jmythapi.protocol.IRemoteEncoder
TODO: is it possible to pass in a Nextrecorderproiinfo here?
status(IProgramRecordingStatus.Status...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by recording-status.
STATUS_OK - Static variable in class org.jmythapi.protocol.utils.ResponseUtils
 
STOP_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Stop a currently active recording.
stopLiveTv() - Method in class org.jmythapi.protocol.impl.Recorder
 
stopLiveTv() - Method in interface org.jmythapi.protocol.IRecorder
Tells the recorder to stop a "Live TV" recording.
stopPlaying() - Method in class org.jmythapi.protocol.impl.Recorder
Deprecated. 20
stopPlaying() - Method in interface org.jmythapi.protocol.IRecorder
Deprecated. 20
stopRecording(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Stop a currently active recording.
stopRecording(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
stopRecording() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
stopRecording() - Method in interface org.jmythapi.protocol.IRemoteEncoder
Stop a currently active recording on the given recorder.
STORAGE_GROUP_DEFAULT - Static variable in class org.jmythapi.protocol.ProtocolConstants
 
StorageGroup - Class in org.jmythapi.database.impl
 
StorageGroup(String, List<IStorageGroupDirectory>) - Constructor for class org.jmythapi.database.impl.StorageGroup
 
storageGroup(String...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by storage-group.
StorageGroupDirectory - Class in org.jmythapi.database.impl
 
StorageGroupDirectory(ProtocolVersion, int, List<String>) - Constructor for class org.jmythapi.database.impl.StorageGroupDirectory
 
StorageGroupFile - Class in org.jmythapi.protocol.response.impl
 
StorageGroupFile(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.StorageGroupFile
 
StorageGroupFile(ProtocolVersion, List<String>) - Constructor for class org.jmythapi.protocol.response.impl.StorageGroupFile
 
StorageGroupFileList - Class in org.jmythapi.protocol.response.impl
 
StorageGroupFileList(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.StorageGroupFileList
 
StorageGroupFileList.Props - Enum in org.jmythapi.protocol.response.impl
 
SVN_COMMIT - Static variable in class org.jmythapi.protocol.ProtocolVersionInfo
The SVN revision number of the commit.
switchToNextInput() - Method in class org.jmythapi.protocol.impl.Recorder
 
switchToNextInput() - Method in interface org.jmythapi.protocol.IRecorder
Tells the recorder to switch to the next input.
SystemEvent - Class in org.jmythapi.protocol.events.impl
 
SystemEvent(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.SystemEvent
 

T

TIME_PATTERN - Static variable in class org.jmythapi.utils.EncodingUtils
 
Timezone - Class in org.jmythapi.protocol.response.impl
 
Timezone(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.Timezone
 
TIMEZONE_UTC - Static variable in class org.jmythapi.utils.EncodingUtils
 
to() - Method in class org.jmythapi.impl.AVersionRange
Returns the version when a command or property was removed.
toFallback() - Method in class org.jmythapi.protocol.ProtocolVersionRange
 
toggleChannelFavorite() - Method in class org.jmythapi.protocol.impl.Recorder
 
toggleChannelFavorite(String) - Method in class org.jmythapi.protocol.impl.Recorder
 
toggleChannelFavorite() - Method in interface org.jmythapi.protocol.IRecorder
Adds or removes the current channel from the favorite channel list.
toggleChannelFavorite(String) - Method in interface org.jmythapi.protocol.IRecorder
Adds or removes the current channel to or from the given channel group.
toggleInputs() - Method in class org.jmythapi.protocol.impl.Recorder
 
toggleInputs() - Method in interface org.jmythapi.protocol.IRecorder
Deprecated. 27 (fallback-to: -1), replaced by IRecorder.setInput(String) and IRecorder.switchToNextInput().
toInfo() - Method in class org.jmythapi.protocol.ProtocolVersionRange
 
toString() - Method in class org.jmythapi.impl.AData
Returns the content of this data object as a formatted string.
toString() - Method in class org.jmythapi.impl.AVersionRange
 
toString() - Method in class org.jmythapi.impl.ResultList
 
toString(Tag) - Method in class org.jmythapi.javadoc.tags.MythCodeExampleTag
 
toString(Tag[]) - Method in class org.jmythapi.javadoc.tags.MythCodeExampleTag
 
toString(Tag) - Method in class org.jmythapi.javadoc.tags.MythProtoExampleTag
 
toString(Tag[]) - Method in class org.jmythapi.javadoc.tags.MythProtoExampleTag
 
toString(Tag) - Method in class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
 
toString(Tag[]) - Method in class org.jmythapi.javadoc.tags.MythProtoVersionInfoTag
 
toString(Tag) - Method in class org.jmythapi.javadoc.tags.MythProtoVersionMatrixTag
 
toString(Tag[]) - Method in class org.jmythapi.javadoc.tags.MythProtoVersionMatrixTag
 
toString(Tag) - Method in class org.jmythapi.javadoc.tags.MythProtoVersionRangeTag
 
toString(Tag[]) - Method in class org.jmythapi.javadoc.tags.MythProtoVersionRangeTag
 
toString(Tag) - Method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
toString(Tag[]) - Method in class org.jmythapi.javadoc.tags.MythProtoVersionTag
 
toString(Tag) - Method in class org.jmythapi.javadoc.tags.MythResponseExampleTag
 
toString(Tag[]) - Method in class org.jmythapi.javadoc.tags.MythResponseExampleTag
 
toString() - Method in class org.jmythapi.protocol.events.impl.AMythEvent
 
toString() - Method in class org.jmythapi.protocol.events.impl.AskRecording
 
toString() - Method in class org.jmythapi.protocol.events.impl.RecordingListChangeUpdate
 
toString() - Method in class org.jmythapi.protocol.events.impl.SystemEvent
 
toString() - Method in class org.jmythapi.protocol.events.impl.UpdateProgInfo
 
toString() - Method in class org.jmythapi.protocol.impl.Backend
 
toString() - Method in class org.jmythapi.protocol.impl.BackendConnection
 
toString() - Method in class org.jmythapi.protocol.impl.MythPacket
 
toString() - Method in class org.jmythapi.protocol.impl.Recorder
 
toString() - Method in class org.jmythapi.protocol.impl.RemoteEncoder
 
toString() - Method in class org.jmythapi.protocol.request.AMythCommand
 
toString() - Method in class org.jmythapi.protocol.request.AMythRequest
 
toString() - Method in class org.jmythapi.protocol.response.impl.AEnumGroup
 
toString() - Method in class org.jmythapi.protocol.response.impl.AFlagGroup
Calculates a string representation of this flag-group.
toString() - Method in class org.jmythapi.protocol.response.impl.ARecordings
 
toString() - Method in class org.jmythapi.protocol.response.impl.FreeInputsList
 
toString() - Method in class org.jmythapi.protocol.response.impl.FreeSpaceList
 
toString() - Method in class org.jmythapi.protocol.response.impl.ProgramInfoList
 
toString(ProgramRecordingStatus) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingStatus
Deprecated. this should not be needed anymore
toString(ProgramRecordingType) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingType
 
toString() - Method in class org.jmythapi.protocol.response.impl.RemoteEncoderBusyStatus
 
toString() - Method in class org.jmythapi.protocol.response.impl.StorageGroupFileList
 
toString() - Method in class org.jmythapi.protocol.response.IVersionableValue.VersionablePair
 
toVersion - Variable in class org.jmythapi.impl.AVersionRange
The higher-value of the version range.
transferTo(File) - Method in interface org.jmythapi.protocol.response.IFileTransfer
Copies the remote file into the local file.
transferTo(OutputStream) - Method in interface org.jmythapi.protocol.response.IFileTransfer
Copies the remote file into the given output stream.
transferTo(File) - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
transferTo(OutputStream) - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
TunerInfo - Class in org.jmythapi.protocol.response.impl
 
TunerInfo(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.TunerInfo
 

U

UNDELETE_RECORDING - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Undelete a recording.
undeleteRecording(IProgramInfo) - Method in interface org.jmythapi.protocol.IBackend
Undelets a recording-file.
undeleteRecording(IProgramInfo) - Method in class org.jmythapi.protocol.impl.Backend
 
uniqueProgramId(String...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by unique program id.
uniqueRecordingId(String...) - Static method in class org.jmythapi.protocol.response.ProgramInfoFilters
Creates a filter to filter recordings by unique recording id.
UNKNOWN_COMMAND - Static variable in interface org.jmythapi.protocol.request.IMythCommand
Unknown Command.
UnknownCommandException - Exception in org.jmythapi.protocol
This exception is thrown by the backend-connection, if an request with a command should be send, that is not supported by any of the supported backend protocol-versions.
UnknownCommandException() - Constructor for exception org.jmythapi.protocol.UnknownCommandException
 
UnknownCommandException(String) - Constructor for exception org.jmythapi.protocol.UnknownCommandException
 
UnsupportedCommandException - Exception in org.jmythapi.protocol
This exception is thrown if a command is used outside of its valid protocol-version range.
UnsupportedCommandException() - Constructor for exception org.jmythapi.protocol.UnsupportedCommandException
 
UnsupportedCommandException(String) - Constructor for exception org.jmythapi.protocol.UnsupportedCommandException
 
UpdateFileSize - Class in org.jmythapi.protocol.events.impl
 
UpdateFileSize(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.UpdateFileSize
 
updateFileSize() - Method in interface org.jmythapi.protocol.response.IFileTransfer
Updates the file information of the file-transfer object.
updateFileSize() - Method in class org.jmythapi.protocol.response.impl.FileTransfer
 
UpdateProgInfo - Class in org.jmythapi.protocol.events.impl
 
UpdateProgInfo(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.UpdateProgInfo
 
UpnpUtil - Class in org.jmythapi.upnp
 
UpnpUtil() - Constructor for class org.jmythapi.upnp.UpnpUtil
 
Uptime - Class in org.jmythapi.protocol.response.impl
 
Uptime(IMythPacket) - Constructor for class org.jmythapi.protocol.response.impl.Uptime
 
Uptime(ProtocolVersion) - Constructor for class org.jmythapi.protocol.response.impl.Uptime
 
useSuggestedRunTime() - Method in class org.jmythapi.database.impl.MythFillDatabaseStatus
 
useSuggestedRunTime() - Method in interface org.jmythapi.database.IMythFillDatabaseSettings
 

V

VALUE_OF_ARGS - Static variable in class org.jmythapi.utils.EncodingUtils
valueOf methods that are supported by EncodingUtils.decodeString(java.lang.Class, org.jmythapi.protocol.ProtocolVersion, java.lang.String)
valueOf(String) - Static method in enum org.jmythapi.database.DatabaseVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.database.IJobCommand.Commands
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.database.IJobQueue.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.database.IJobStatus.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.database.IJobType.Type
Returns the enum constant of this type with the specified name.
valueOf(ProtocolVersion, int, String) - Static method in class org.jmythapi.database.impl.JobCommands
 
valueOf(ProtocolVersion, int, IJobCommand.Commands) - Static method in class org.jmythapi.database.impl.JobCommands
 
valueOf(ProtocolVersion, int, String) - Static method in class org.jmythapi.database.impl.JobStatus
 
valueOf(ProtocolVersion, int, IJobStatus.Status) - Static method in class org.jmythapi.database.impl.JobStatus
 
valueOf(ProtocolVersion, int, String) - Static method in class org.jmythapi.database.impl.JobType
 
valueOf(ProtocolVersion, int, IJobType.Type) - Static method in class org.jmythapi.database.impl.JobType
 
valueOf(ProtocolVersion, int, IRecorderNextProgramInfo) - Static method in class org.jmythapi.database.impl.Schedule
 
valueOf(ProtocolVersion, int, IRecorderNextProgramInfo, IProgramRecordingType.Type) - Static method in class org.jmythapi.database.impl.Schedule
 
valueOf(String) - Static method in enum org.jmythapi.database.IMythFillDatabaseSettings.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.database.IMythJobSettings.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.database.IMythShutdownSettings.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.database.IMythShutdownSettings.StartupMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.database.ISchedule.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.database.IStorageGroupDirectory.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.IGuideDataThrough.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.IRecorderChannelInfo.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.IRecorderInfo.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.ISetting.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IAskRecording.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IClearSettingsCache.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IClientErrorEvent.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.ICommflagStart.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IDoneRecording.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IDownloadFileFinished.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IDownloadFileUpdate.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.ILiveTvChainUpdate.Props
Returns the enum constant of this type with the specified name.
valueOf(IMythPacket) - Static method in class org.jmythapi.protocol.events.impl.ClientErrorEvent
 
valueOf(IMythPacket) - Static method in class org.jmythapi.protocol.events.impl.DownloadFile
 
valueOf(IMythPacket) - Static method in class org.jmythapi.protocol.events.impl.LiveTvChain
 
valueOf(IMythPacket) - Static method in class org.jmythapi.protocol.events.impl.PixmapGenerated
 
valueOf(IMythPacket) - Static method in class org.jmythapi.protocol.events.impl.RecordingListChange
 
valueOf(String) - Static method in class org.jmythapi.protocol.events.impl.VideoListChange.VideoChange
 
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IPixmapGenerated.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IRecordingListChangeAdd.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IRecordingListChangeDelete.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IRecordingListChangeList.Props
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IRecordingListChangeUpdate.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IResetIdleTime.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IScheduleChange.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IShutdownCountdown.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.ISystemEvent.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IUpdateFileSize.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IUpdateProgInfo.Props
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IVideoListChange.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IVideoListChange.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.events.IVideoListNoChange.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.ProtocolVersion
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.jmythapi.protocol.ProtocolVersion
Gets the protocol-version whose value matches the given protocol version.
valueOf(String) - Static method in enum org.jmythapi.protocol.request.EChannelBrowseDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.request.EChannelChangeDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.request.EPictureAdjustmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.request.EPlaybackSockEventsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.request.ERecordingsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IFileStatus.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IFileTransfer.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IFreeSpace.Props
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IFreeSpaceListEntry.EntryProps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IFreeSpaceSummary.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IInputInfoFree.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IInputInfoTuned.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.ILoad.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IMemStats.Props
Returns the enum constant of this type with the specified name.
valueOf(Class<G>, ProtocolVersion, E) - Static method in class org.jmythapi.protocol.response.impl.AEnumGroup
 
valueOf(Class<G>, ProtocolVersion, E...) - Static method in class org.jmythapi.protocol.response.impl.AFlagGroup
 
valueOf(Class<G>, ProtocolVersion, String) - Static method in class org.jmythapi.protocol.response.impl.AGroup
 
valueOf(Class<G>, ProtocolVersion, Number) - Static method in class org.jmythapi.protocol.response.impl.AGroup
 
valueOf(Class<G>, ProtocolVersion, long) - Static method in class org.jmythapi.protocol.response.impl.AGroup
 
valueOf(IMythPacket) - Static method in class org.jmythapi.protocol.response.impl.FileStatus
Constructs a new status object from a protocol packet and does some data correction.
valueOf(ProtocolVersion, String[]) - Static method in class org.jmythapi.protocol.response.impl.FileStatus
 
valueOf(ProtocolVersion, boolean, String) - Static method in class org.jmythapi.protocol.response.impl.FileStatus
 
valueOf(String) - Static method in enum org.jmythapi.protocol.response.impl.FreeInputsList.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.impl.FreeSpaceList.Props
Returns the enum constant of this type with the specified name.
valueOf(IMythPacket) - Static method in class org.jmythapi.protocol.response.impl.Pixmap
 
valueOf(ProtocolVersion, Date) - Static method in class org.jmythapi.protocol.response.impl.Pixmap
 
valueOf(IFileTransfer, Date) - Static method in class org.jmythapi.protocol.response.impl.Pixmap
This method creates a new pixmap object.
valueOf(ProtocolVersion, String) - Static method in class org.jmythapi.protocol.response.impl.ProgramAudioProperties
 
valueOf(ProtocolVersion, String) - Static method in class org.jmythapi.protocol.response.impl.ProgramFlags
 
valueOf(RecorderNextProgramInfo, InputInfoFree) - Static method in class org.jmythapi.protocol.response.impl.ProgramInfo
 
valueOf(ProtocolVersion, Collection<IProgramInfo>) - Static method in class org.jmythapi.protocol.response.impl.ProgramInfoList
Converts a collection of program-info objects into a program-info list.
valueOf(ProtocolVersion, String) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingDupInType
 
valueOf(ProtocolVersion, IProgramRecordingDupMethodType.Flags) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingDupMethodType
 
valueOf(ProtocolVersion, Integer) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingDupMethodType
 
valueOf(ProtocolVersion, String) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingDupMethodType
 
valueOf(ProtocolVersion, String) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingSearchType
 
valueOf(ProtocolVersion, IProgramRecordingSearchType.Type) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingSearchType
 
valueOf(IMythPacket) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingStatus
 
valueOf(ProtocolVersion, String) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingStatus
 
valueOf(ProtocolVersion, IProgramRecordingStatus.Status) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingStatus
 
valueOf(ProtocolVersion, IProgramRecordingType.Type) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingType
 
valueOf(ProtocolVersion, Integer) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingType
 
valueOf(ProtocolVersion, String) - Static method in class org.jmythapi.protocol.response.impl.ProgramRecordingType
 
valueOf(ProtocolVersion, String) - Static method in class org.jmythapi.protocol.response.impl.ProgramSubtitleType
 
valueOf(ProtocolVersion, String) - Static method in class org.jmythapi.protocol.response.impl.ProgramVideoProperties
 
valueOf(IMythPacket) - Static method in class org.jmythapi.protocol.response.impl.RecorderInfo
 
valueOf(IProgramInfoList) - Static method in class org.jmythapi.protocol.response.impl.RecordingsConflicting
Constructs a recordings conflicting list from a list of programs.
valueOf(IProgramInfoList) - Static method in class org.jmythapi.protocol.response.impl.RecordingsExpiring
Constructs a recordings expiring list from a list of programs.
valueOf(IProgramInfoList) - Static method in class org.jmythapi.protocol.response.impl.RecordingsPending
Creates a new pending recordings list from a program list.
valueOf(IMythPacket) - Static method in class org.jmythapi.protocol.response.impl.StorageGroupFile
 
valueOf(String) - Static method in enum org.jmythapi.protocol.response.impl.StorageGroupFileList.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IPixmap.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IProgramAudioProperties.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IProgramFlags.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IProgramInfo.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IProgramInfoList.MapKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IProgramInfoList.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IProgramRecordingDupInType.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IProgramRecordingDupMethodType.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IProgramRecordingSearchType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IProgramRecordingStatus.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IProgramRecordingType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IProgramSubtitleType.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IProgramVideoProperties.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRecorderChannelPrefixStatus.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRecorderNextProgramInfo.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRecorderProgramInfo.Props
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRecordingsConflicting.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRecordingsExpiring.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRecordingsPending.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRecordingsScheduled.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRecordingStatus.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRemoteEncoderBusyStatus.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRemoteEncoderFlags.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRemoteEncoderState.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRemoteEncoderState.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IRingBuffer.Props
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.ISleepStatus.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IStorageGroupFile.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.ITimezone.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.ITransferable.Seek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.ITunerInfo.Props
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jmythapi.protocol.response.IUptime.Props
Returns the enum constant of this type with the specified name.
valueOf(long) - Static method in class org.jmythapi.protocol.response.IVersionableValue.VersionablePair
 
valueOf(ProtocolVersion, long) - Static method in class org.jmythapi.protocol.response.IVersionableValue.VersionablePair
 
valueOf(String) - Static method in enum org.jmythapi.utils.EncodingUtils.DateTimePattern
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jmythapi.database.DatabaseVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.database.IJobCommand.Commands
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.database.IJobQueue.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.database.IJobStatus.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.database.IJobType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.database.IMythFillDatabaseSettings.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.database.IMythJobSettings.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.database.IMythShutdownSettings.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.database.IMythShutdownSettings.StartupMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.database.ISchedule.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.database.IStorageGroupDirectory.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.IGuideDataThrough.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.IRecorderChannelInfo.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.IRecorderInfo.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.ISetting.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IAskRecording.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IClearSettingsCache.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IClientErrorEvent.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.ICommflagStart.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IDoneRecording.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IDownloadFileFinished.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IDownloadFileUpdate.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.ILiveTvChainUpdate.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IPixmapGenerated.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IRecordingListChangeAdd.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IRecordingListChangeDelete.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IRecordingListChangeList.Props
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IRecordingListChangeUpdate.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IResetIdleTime.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IScheduleChange.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IShutdownCountdown.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.ISystemEvent.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IUpdateFileSize.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IUpdateProgInfo.Props
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IVideoListChange.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IVideoListChange.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.events.IVideoListNoChange.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.ProtocolVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.request.EChannelBrowseDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.request.EChannelChangeDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.request.EPictureAdjustmentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.request.EPlaybackSockEventsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.request.ERecordingsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IFileStatus.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IFileTransfer.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IFreeSpace.Props
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IFreeSpaceListEntry.EntryProps
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IFreeSpaceSummary.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IInputInfoFree.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IInputInfoTuned.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.ILoad.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IMemStats.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.impl.FreeInputsList.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.impl.FreeSpaceList.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.impl.StorageGroupFileList.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IPixmap.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IProgramAudioProperties.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IProgramFlags.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IProgramInfo.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IProgramInfoList.MapKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IProgramInfoList.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IProgramRecordingDupInType.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IProgramRecordingDupMethodType.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IProgramRecordingSearchType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IProgramRecordingStatus.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IProgramRecordingType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IProgramSubtitleType.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IProgramVideoProperties.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRecorderChannelPrefixStatus.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRecorderNextProgramInfo.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRecorderProgramInfo.Props
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRecordingsConflicting.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRecordingsExpiring.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRecordingsPending.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRecordingsScheduled.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRecordingStatus.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRemoteEncoderBusyStatus.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRemoteEncoderFlags.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRemoteEncoderState.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRemoteEncoderState.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IRingBuffer.Props
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.ISleepStatus.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IStorageGroupFile.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.ITimezone.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.ITransferable.Seek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.ITunerInfo.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.protocol.response.IUptime.Props
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jmythapi.utils.EncodingUtils.DateTimePattern
Returns an array containing the constants of this enum type, in the order they are declared.
VideoList<E extends Enum<E>> - Class in org.jmythapi.protocol.events.impl
 
VideoList(Class<E>, IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.VideoList
 
VideoListChange - Class in org.jmythapi.protocol.events.impl
 
VideoListChange(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.VideoListChange
 
VideoListChange.VideoChange - Class in org.jmythapi.protocol.events.impl
 
VideoListChange.VideoChange(IVideoListChange.ChangeType, Integer) - Constructor for class org.jmythapi.protocol.events.impl.VideoListChange.VideoChange
 
VideoListNoChange - Class in org.jmythapi.protocol.events.impl
 
VideoListNoChange(IMythPacket) - Constructor for class org.jmythapi.protocol.events.impl.VideoListNoChange
 

W

waitForBackend(int, String) - Static method in class org.jmythapi.upnp.UpnpUtil
 
waitForFramesWritten(long) - Method in class org.jmythapi.protocol.impl.Recorder
 
waitForFramesWritten(long) - Method in interface org.jmythapi.protocol.IRecorder
Wait for number of frames written.
waitForIsRecording(long) - Method in class org.jmythapi.protocol.impl.Recorder
 
waitForIsRecording(long) - Method in interface org.jmythapi.protocol.IRecorder
Wait for recording.
wakeOnLan(String, String) - Static method in class org.jmythapi.protocol.utils.RequestUtils
Parts of this function was copied from: http://coding.derkeiler.com/Archive/Java/comp.lang.java.help/2008-01/msg00013.html
wakeOnLan(InetAddress, String) - Static method in class org.jmythapi.protocol.utils.RequestUtils
 
writeMessage(IMythRequest) - Method in interface org.jmythapi.protocol.IBackendConnection
Sends a request-message to the backend.
writeMessage(IMythRequest) - Method in class org.jmythapi.protocol.impl.BackendConnection
 
writePacket(IMythPacket) - Method in interface org.jmythapi.protocol.IBackendConnection
Sends a packet to the backend.
writePacket(IMythPacket) - Method in class org.jmythapi.protocol.impl.BackendConnection
 
writeTo(IMythCommand, OutputStream) - Static method in class org.jmythapi.protocol.utils.CommandUtils
Writes the given command object to an output stream.
writeTo(IMythPacket, OutputStream) - Static method in class org.jmythapi.protocol.utils.PacketUtils
Writes a MythTV-packet to an output-stream.

A B C D E F G H I J L M N O P Q R S T U V W

Copyright © 2008-2013. All Rights Reserved.