Uses of Class
org.bedework.synch.shared.cnctrs.AbstractConnectorInstance
-
Packages that use AbstractConnectorInstance Package Description org.bedework.synch.shared.cnctrs -
-
Uses of AbstractConnectorInstance in org.bedework.synch.shared.cnctrs
Classes in org.bedework.synch.shared.cnctrs with type parameters of type AbstractConnectorInstance Modifier and Type Class Description classAbstractConnector<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.Subclasses of AbstractConnectorInstance in org.bedework.synch.shared.cnctrs Modifier and Type Class Description classBaseConnectorInstance<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.
-