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.Timezones timezones  

    Fields inherited from class org.bedework.notifier.cnctrs.AbstractConnectorInstance

    sub
  • Method Summary

    Modifier and Type Method Description
    boolean changed()  
    boolean check​(org.bedework.notifier.db.NotifyDb db, java.lang.String resource)  
    boolean completeItem​(org.bedework.notifier.db.NotifyDb db, Note note)  
    boolean deleteItem​(Note note)  
    Connector getConnector()  
    Note nextItem​(org.bedework.notifier.db.NotifyDb db)  
    boolean replaceItem​(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, trace, trace, warn
  • Field Details

    • timezones

      protected static org.bedework.util.timezones.Timezones timezones
  • Method Details

    • 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, 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

      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