Uses of Interface
org.bedework.synch.shared.cnctrs.ConnectorInstance
-
Packages that use ConnectorInstance Package Description org.bedework.synch.shared org.bedework.synch.shared.cnctrs -
-
Uses of ConnectorInstance in org.bedework.synch.shared
Methods in org.bedework.synch.shared that return ConnectorInstance Modifier and Type Method Description ConnectorInstanceSynchEngine. getConnectorInstance(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end)Gets an instance and implants it in the subscription object.ConnectorInstanceSubscription. getEndAConnInst()ConnectorInstanceSubscription. getEndBConnInst()Methods in org.bedework.synch.shared with parameters of type ConnectorInstance Modifier and Type Method Description voidSubscription. 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 ConnectorInstance Modifier and Type Interface Description interfaceConnector<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 ConnectorInstance Modifier and Type Class Description 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.
-