Uses of Interface
org.bedework.synch.shared.cnctrs.Connector
Packages that use Connector
Package
Description
-
Uses of Connector in org.bedework.synch.shared
Methods in org.bedework.synch.shared that return ConnectorModifier and TypeMethodDescriptionSynchEngine.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 ConnectorModifier and TypeMethodDescriptionvoidSubscription.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 ConnectorModifier and TypeClassDescriptionclassAbstractConnector<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 ConnectorModifier and TypeMethodDescriptionAbstractConnectorInstance.getConnector()ConnectorInstance.getConnector()Methods in org.bedework.synch.shared.cnctrs with parameters of type ConnectorModifier and TypeMethodDescriptionbooleanAbstractConnectorInstance.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 ConnectorMethods in org.bedework.synch.shared.service with parameters of type ConnectorModifier and TypeMethodDescriptionvoidSynchConnConf.setConnector(Connector val) Embed the connector