Uses of Interface
org.bedework.synch.shared.Subscription
Packages that use Subscription
Package
Description
-
Uses of Subscription in org.bedework.synch.shared
Methods in org.bedework.synch.shared that return SubscriptionModifier and TypeMethodDescriptionSynchEngine.find(Subscription sub) Find any subscription that matches this one.Subscription.getOutstandingSubscription()An outstanding request that requires an unsubscribe to complete firstNotification.getSub()SynchEngine.getSubscription(String id) Methods in org.bedework.synch.shared with parameters of type SubscriptionModifier and TypeMethodDescriptionvoidSynchEngine.addSubscription(Subscription sub) voidSynchEngine.deleteSubscription(Subscription sub) SynchEngine.find(Subscription sub) Find any subscription that matches this one.SynchEngine.getConnectorInstance(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end) Gets an instance and implants it in the subscription object.SubscriptionConnectorInfo.getInputFilters(Subscription sub) 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 SubscriptionModifierConstructorDescriptionNotification(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 SubscriptionMethods in org.bedework.synch.shared.cnctrs with parameters of type SubscriptionModifier and TypeMethodDescriptionvoidConnectorInstanceMap.add(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end, CI cinst) Add a connectorConnectorInstanceMap.find(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end) Find a connectorAbstractConnector.getConnectorInstance(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end) Connector.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 SubscriptionModifierConstructorDescriptionprotectedAbstractConnectorInstance(Subscription sub, org.bedework.synch.wsmessages.SynchEndType end, InfoT info, CnctrT cnctr, ConfigT config) protectedBaseConnectorInstance(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 SubscriptionMethods in org.bedework.synch.shared.filters with parameters of type SubscriptionModifier and TypeMethodDescriptionvoidAbstractFilter.init(Subscription sub) Initialise the filter.voidFilter.init(Subscription sub) Initialise the filter.