Uses of Class
org.bedework.synch.shared.cnctrs.Connector.NotificationBatch
Packages that use Connector.NotificationBatch
-
Uses of Connector.NotificationBatch in org.bedework.synch.shared
Methods in org.bedework.synch.shared with parameters of type Connector.NotificationBatchModifier and TypeMethodDescriptionvoidSynchEngine.handleNotifications(Connector.NotificationBatch<Notification> notes) Processes a batch of notifications. -
Uses of Connector.NotificationBatch in org.bedework.synch.shared.cnctrs
Methods in org.bedework.synch.shared.cnctrs that return Connector.NotificationBatchModifier and TypeMethodDescriptionAbstractConnector.handleCallback(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, List<String> resourceUri) Connector.handleCallback(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, List<String> resourceUri) Will create a notification batch object which will be passed to a synchling for processing.Methods in org.bedework.synch.shared.cnctrs with parameters of type Connector.NotificationBatchModifier and TypeMethodDescriptionvoidAbstractConnector.respondCallback(javax.servlet.http.HttpServletResponse resp, Connector.NotificationBatch<TN> notifications) voidConnector.respondCallback(javax.servlet.http.HttpServletResponse resp, Connector.NotificationBatch<N> notifications) Will respond to a notification.