Uses of Interface
org.bedework.synch.shared.Subscription
-
Packages that use Subscription Package Description org.bedework.synch.shared org.bedework.synch.shared.cnctrs org.bedework.synch.shared.filters -
-
Uses of Subscription in org.bedework.synch.shared
Methods in org.bedework.synch.shared that return Subscription Modifier and Type Method Description SubscriptionSynchEngine. find(Subscription sub)Find any subscription that matches this one.SubscriptionSubscription. getOutstandingSubscription()An outstanding request that requires an unsubscribe to complete firstSubscriptionNotification. getSub()SubscriptionSynchEngine. getSubscription(String id)Methods in org.bedework.synch.shared with parameters of type Subscription Modifier and Type Method Description voidSynchEngine. addSubscription(Subscription sub)voidSynchEngine. deleteSubscription(Subscription sub)SubscriptionSynchEngine. find(Subscription sub)Find any subscription that matches this one.ConnectorInstanceSynchEngine. getConnectorInstance(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end)Gets an instance and implants it in the subscription object.List<Filter>SubscriptionConnectorInfo. getInputFilters(Subscription sub)List<Filter>SubscriptionConnectorInfo. getOutputFilters(Subscription sub)voidSynchEngine. reschedule(Subscription sub, boolean newSub)Reschedule a subscription for updates.voidSynchEngine. setConnectors(Subscription sub)When we start up a new subscription we implant a Connector in the object.voidSubscription. setOutstandingSubscription(Subscription val)An outstanding request that requires an unsubscribe to complete firstvoidSynchEngine. updateSubscription(Subscription sub)Constructors in org.bedework.synch.shared with parameters of type Subscription Constructor Description Notification(Subscription sub)Create a notification for a subscriptionNotification(Subscription sub, org.bedework.synch.wsmessages.SubscribeResponseType response)Create a new subscription objectNotification(Subscription sub, org.bedework.synch.wsmessages.SubscriptionStatusRequestType request, org.bedework.synch.wsmessages.SubscriptionStatusResponseType response)Create a new subscription status objectNotification(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end)Create object with a single notification.Notification(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end, NI notificationItem)Create object with a single notification.Notification(Subscription sub, org.bedework.synch.wsmessages.UnsubscribeRequestType request, org.bedework.synch.wsmessages.UnsubscribeResponseType response)Create a new unsubscription object -
Uses of Subscription in org.bedework.synch.shared.cnctrs
Fields in org.bedework.synch.shared.cnctrs declared as Subscription Modifier and Type Field Description protected SubscriptionAbstractConnectorInstance. subMethods in org.bedework.synch.shared.cnctrs with parameters of type Subscription Modifier and Type Method Description voidConnectorInstanceMap. add(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end, CI cinst)Add a connectorCIConnectorInstanceMap. find(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end)Find a connectorTIAbstractConnector. getConnectorInstance(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end)CConnector. getConnectorInstance(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end)Called to obtain a connector instance for a subscription.abstract TIAbstractConnector. makeInstance(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end)voidConnectorInstanceMap. remove(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end)Remove a connectorConstructors in org.bedework.synch.shared.cnctrs with parameters of type Subscription Constructor Description AbstractConnectorInstance(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end, InfoT info, CnctrT cnctr, ConfigT config)BaseConnectorInstance(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end, InfoT info, CnctrT cnctr, ConfigT config) -
Uses of Subscription in org.bedework.synch.shared.filters
Fields in org.bedework.synch.shared.filters declared as Subscription Modifier and Type Field Description protected SubscriptionAbstractFilter. subMethods in org.bedework.synch.shared.filters with parameters of type Subscription Modifier and Type Method Description voidAbstractFilter. init(Subscription sub)Initialise the filter.voidFilter. init(Subscription sub)Initialise the filter.
-