Uses of Interface
org.bedework.synch.shared.conf.ConnectorConfigI
-
Packages that use ConnectorConfigI Package Description org.bedework.synch.shared.cnctrs org.bedework.synch.shared.conf -
-
Uses of ConnectorConfigI in org.bedework.synch.shared.cnctrs
Classes in org.bedework.synch.shared.cnctrs with type parameters of type ConnectorConfigI 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.classAbstractConnectorInstance<CnctrT extends AbstractConnector,InfoT extends BaseSubscriptionInfo,ConfigT extends ConnectorConfigI>Abstract connector instance to handle some trivia.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.interfaceConnector<C extends ConnectorInstance<?>,N extends Notification<?>,Tconf extends ConnectorConfigI>The interface implemented by connectors.Fields in org.bedework.synch.shared.cnctrs declared as ConnectorConfigI Modifier and Type Field Description protected TconfAbstractConnector. configprotected ConfigTAbstractConnectorInstance. config -
Uses of ConnectorConfigI in org.bedework.synch.shared.conf
Classes in org.bedework.synch.shared.conf that implement ConnectorConfigI Modifier and Type Class Description classConnectorConfigCommon connector config properties
-