Package org.bedework.synch.shared.cnctrs
package org.bedework.synch.shared.cnctrs
-
ClassDescriptionAbstractConnector<T,
TI extends AbstractConnectorInstance<?, ?, ?>, TN extends Notification<?>, Tconf extends ConnectorConfigI, InfoT extends BaseSubscriptionInfo> A special connector to handle calls to the synch engine via the web context.AbstractConnectorInstance<CnctrT extends AbstractConnector,InfoT extends BaseSubscriptionInfo, ConfigT extends ConnectorConfigI> Abstract connector instance to handle some trivia.BaseConnectorInstance<CnctrT extends AbstractConnector,InfoT extends BaseSubscriptionInfo, ConfigT extends ConnectorConfigI> User: mike Date: 3/12/18 Time: 21:32 Basic implementation with some commonly used methods.The interface implemented by connectors.Connector.NotificationBatch<N extends Notification>Far end may send a batch of notifications.A cache for connectors and instances.ConnectorInstance<InfoT extends BaseSubscriptionInfo>The interface implemented by connectors.Information used to synch ends A and B This information is only valid in the context of a given subscription.Status OK and no items is end of batch.ConnectorInstanceMap<CI extends ConnectorInstance>A map for use by Connectors.