Package org.bedework.synch.shared.cnctrs
Class Connector.NotificationBatch<N extends Notification>
java.lang.Object
org.bedework.synch.shared.cnctrs.Connector.NotificationBatch<N>
- Type Parameters:
N-
- Enclosing interface:
- Connector<C extends ConnectorInstance<?>,
N extends Notification<?>, Tconf extends ConnectorConfigI>
Far end may send a batch of notifications. These should not be batched
arbitrarily. One batch per message and response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNotification(N notification) org.oasis_open.docs.ws_calendar.ns.soap.StatusTypevoidsetMessage(String val) voidsetStatus(org.oasis_open.docs.ws_calendar.ns.soap.StatusType val)
-
Constructor Details
-
NotificationBatch
public NotificationBatch() -
NotificationBatch
-
-
Method Details
-
getNotifications
-
addNotification
-
setStatus
public void setStatus(org.oasis_open.docs.ws_calendar.ns.soap.StatusType val) -
getStatus
public org.oasis_open.docs.ws_calendar.ns.soap.StatusType getStatus() -
setMessage
-
getMessage
-