Class BedeworkConnectorInstance
java.lang.Object
org.bedework.notifier.cnctrs.AbstractConnectorInstance
org.bedework.notifier.cnctrs.bedework.BedeworkConnectorInstance
- All Implemented Interfaces:
ConnectorInstance,org.bedework.util.logging.Logged
public class BedeworkConnectorInstance extends AbstractConnectorInstance
Handles bedework synch interactions.
- Author:
- Mike Douglass
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bedework.notifier.cnctrs.ConnectorInstance
ConnectorInstance.ItemInfo -
Field Summary
Fields Modifier and Type Field Description protected static org.bedework.util.timezones.TimezonestimezonesFields inherited from class org.bedework.notifier.cnctrs.AbstractConnectorInstance
sub -
Method Summary
Modifier and Type Method Description booleanchanged()booleancheck(org.bedework.notifier.db.NotifyDb db, java.lang.String resource)booleancompleteItem(org.bedework.notifier.db.NotifyDb db, Note note)booleandeleteItem(Note note)ConnectorgetConnector()NotenextItem(org.bedework.notifier.db.NotifyDb db)booleanreplaceItem(Note note)Methods inherited from class org.bedework.notifier.cnctrs.AbstractConnectorInstance
getDtstamp, getLogger, openMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
-
Field Details
-
timezones
protected static org.bedework.util.timezones.Timezones timezones
-
-
Method Details
-
getConnector
-
changed
public boolean changed() throws org.bedework.notifier.exception.NoteException- Throws:
org.bedework.notifier.exception.NoteException
-
check
public boolean check(org.bedework.notifier.db.NotifyDb db, java.lang.String resource) throws org.bedework.notifier.exception.NoteException- Throws:
org.bedework.notifier.exception.NoteException
-
nextItem
public Note nextItem(org.bedework.notifier.db.NotifyDb db) throws org.bedework.notifier.exception.NoteException- Throws:
org.bedework.notifier.exception.NoteException
-
completeItem
public boolean completeItem(org.bedework.notifier.db.NotifyDb db, Note note) throws org.bedework.notifier.exception.NoteException- Throws:
org.bedework.notifier.exception.NoteException
-
deleteItem
- Throws:
org.bedework.notifier.exception.NoteException
-
replaceItem
- Throws:
org.bedework.notifier.exception.NoteException
-