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.Timezonestimezones-
Fields inherited from class org.bedework.notifier.cnctrs.AbstractConnectorInstance
sub
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanchanged()booleancheck(org.bedework.notifier.db.NotifyDb db, 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, open
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods 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, setLogLevel, trace, trace, warn
-
-
-
-
Method Detail
-
getConnector
public Connector 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, 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
public boolean deleteItem(Note note) throws org.bedework.notifier.exception.NoteException
- Throws:
org.bedework.notifier.exception.NoteException
-
replaceItem
public boolean replaceItem(Note note) throws org.bedework.notifier.exception.NoteException
- Throws:
org.bedework.notifier.exception.NoteException
-
-