Uses of Interface
org.bedework.synch.shared.cnctrs.ConnectorInstance
Packages that use ConnectorInstance
-
Uses of ConnectorInstance in org.bedework.synch.shared
Methods in org.bedework.synch.shared that return ConnectorInstanceModifier and TypeMethodDescriptionSynchEngine.getConnectorInstance(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end) Gets an instance and implants it in the subscription object.Subscription.getEndAConnInst()Subscription.getEndBConnInst()Methods in org.bedework.synch.shared with parameters of type ConnectorInstanceModifier and TypeMethodDescriptionvoidSubscription.setEndAConnInst(ConnectorInstance<?> val) voidSubscription.setEndBConnInst(ConnectorInstance<?> val) -
Uses of ConnectorInstance in org.bedework.synch.shared.cnctrs
Classes in org.bedework.synch.shared.cnctrs with type parameters of type ConnectorInstanceModifier and TypeInterfaceDescriptioninterfaceConnector<C extends ConnectorInstance<?>,N extends Notification<?>, Tconf extends ConnectorConfigI> The interface implemented by connectors.classConnectorInstanceMap<CI extends ConnectorInstance>A map for use by Connectors.Classes in org.bedework.synch.shared.cnctrs that implement ConnectorInstanceModifier and TypeClassDescriptionclassAbstractConnectorInstance<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.