Class AbstractBufferScanner
java.lang.Object
org.opencastproject.kernel.scanner.AbstractScanner
org.opencastproject.kernel.scanner.AbstractBufferScanner
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opencastproject.kernel.scanner.AbstractScanner
AbstractScanner.TypedQuartzJob<A> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected static final StringThe key that will be used to find the amount of buffer time to search for scheduled recordings to remove before now.Fields inherited from class org.opencastproject.kernel.scanner.AbstractScanner
JOB_PARAM_PARENT, PARAM_KEY_CRON_EXPR, PARAM_KEY_ENABLED, quartz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetBuffer(long buffer) voidupdated(Dictionary<String, ?> properties) Methods inherited from class org.opencastproject.kernel.scanner.AbstractScanner
activate, bindOrganizationDirectoryService, bindSecurityService, bindServiceRegistry, deactivate, finalize, getAdminContextFor, getCronExpression, getJobGroup, getJobName, getOrganizationDirectoryService, getQuartz, getScannerName, getServiceRegistry, getSystemUserName, getTriggerGroupName, getTriggerName, isEnabled, scan, schedule, setCronExpression, setEnabled, setQuartz, shutdown, trigger, unschedule
-
Field Details
-
PARAM_KEY_BUFFER
The key that will be used to find the amount of buffer time to search for scheduled recordings to remove before now.- See Also:
-
buffer
protected long buffer
-
-
Constructor Details
-
AbstractBufferScanner
public AbstractBufferScanner()
-
-
Method Details
-
updated
public void updated(Dictionary<String, ?> properties) throws org.osgi.service.cm.ConfigurationException- Throws:
org.osgi.service.cm.ConfigurationException
-
getBuffer
public long getBuffer() -
setBuffer
public void setBuffer(long buffer)
-