Uses of Interface
org.bedework.synch.shared.cnctrs.Connector
-
Packages that use Connector Package Description org.bedework.synch.shared org.bedework.synch.shared.cnctrs org.bedework.synch.shared.service -
-
Uses of Connector in org.bedework.synch.shared
Methods in org.bedework.synch.shared that return Connector Modifier and Type Method Description ConnectorSynchEngine. getConnector(String id)Return a registered connector with the given id.Connector<?,?,?>Subscription. getEndAConn()Connector<?,?,?>Subscription. getEndBConn()Methods in org.bedework.synch.shared with parameters of type Connector Modifier and Type Method Description voidSubscription. setEndAConn(Connector<?,?,?> val)voidSubscription. setEndBConn(Connector<?,?,?> val) -
Uses of Connector in org.bedework.synch.shared.cnctrs
Classes in org.bedework.synch.shared.cnctrs that implement Connector 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.Methods in org.bedework.synch.shared.cnctrs that return Connector Modifier and Type Method Description ConnectorAbstractConnectorInstance. getConnector()ConnectorConnectorInstance. getConnector()Methods in org.bedework.synch.shared.cnctrs with parameters of type Connector Modifier and Type Method Description booleanAbstractConnectorInstance. validateActiveSubInfo(org.bedework.synch.wsmessages.ActiveSubscriptionRequestType req, org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType resp, Connector cnctr, BaseSubscriptionInfo info)booleanConnectorInstance. validateActiveSubInfo(org.bedework.synch.wsmessages.ActiveSubscriptionRequestType req, org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType resp, Connector cnctr, BaseSubscriptionInfo info)Ensure active subscription info matches the subscriptionprotected booleanAbstractConnectorInstance. validateSubInfo(org.bedework.synch.wsmessages.SubscribeResponseType sr, Connector cnctr, BaseSubscriptionInfo info)Ensure subscription info is valid -
Uses of Connector in org.bedework.synch.shared.service
Methods in org.bedework.synch.shared.service that return Connector Modifier and Type Method Description ConnectorSynchConnConf. getConnector()Methods in org.bedework.synch.shared.service with parameters of type Connector Modifier and Type Method Description voidSynchConnConf. setConnector(Connector val)Embed the connector
-