Uses of Class
org.bedework.synch.shared.cnctrs.Connector.NotificationBatch
-
Packages that use Connector.NotificationBatch Package Description org.bedework.synch.shared org.bedework.synch.shared.cnctrs -
-
Uses of Connector.NotificationBatch in org.bedework.synch.shared
Methods in org.bedework.synch.shared with parameters of type Connector.NotificationBatch Modifier and Type Method Description voidSynchEngine. 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.NotificationBatch Modifier and Type Method Description Connector.NotificationBatch<TN>AbstractConnector. handleCallback(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, List<String> resourceUri)Connector.NotificationBatch<N>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.NotificationBatch Modifier and Type Method Description voidAbstractConnector. 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.
-