Uses of Class
org.bedework.synch.shared.Notification
Packages that use Notification
-
Uses of Notification in org.bedework.synch.shared
Methods in org.bedework.synch.shared with parameters of type NotificationMethod parameters in org.bedework.synch.shared with type arguments of type NotificationModifier and TypeMethodDescriptionvoidSynchEngine.handleNotifications(Connector.NotificationBatch<Notification> notes) Processes a batch of notifications. -
Uses of Notification in org.bedework.synch.shared.cnctrs
Classes in org.bedework.synch.shared.cnctrs with type parameters of type NotificationModifier 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.interfaceConnector<C extends ConnectorInstance<?>,N extends Notification<?>, Tconf extends ConnectorConfigI> The interface implemented by connectors.static classConnector.NotificationBatch<N extends Notification>Far end may send a batch of notifications.