org.jmythapi.database
Interface IJobQueue
- All Superinterfaces:
- Cloneable, IPropertyAware<IJobQueue.Props>
- All Known Implementing Classes:
- JobQueue
public interface IJobQueue
- extends IPropertyAware<IJobQueue.Props>
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
Methods inherited from interface org.jmythapi.IPropertyAware |
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
getId
Integer getId()
getChannelId
Integer getChannelId()
getRecordingStartTime
Date getRecordingStartTime()
getInsertTime
Date getInsertTime()
getType
IJobType getType()
getStatus
IJobStatus getStatus()
getStatusTime
Date getStatusTime()
hasFinished
boolean hasFinished()
getComment
String getComment()
Copyright © 2008-2013. All Rights Reserved.