de.fhhannover.inform.trust.ifmapj.messages
Interface SubscribeRequest
- All Superinterfaces:
- Request
public interface SubscribeRequest
- extends Request
Interface to access data concerning a SubscribeRequest
.
MAPCs can subscribe to changes occurring on a MAPS. The underlying mechanism
are subscriptions. A SubscribeRequest
provides a MAPC the ability
to create and delte subscriptions using SubscribeUpdate
and
SubscribeDelete
elements, respectively.
- Author:
- aw
addSubscribeElement
void addSubscribeElement(SubscribeElement se)
- Parameters:
se
- the element to add to the list
- Throws:
NullPointerException
- if the element is null
getSubscribeElements
List<SubscribeElement> getSubscribeElements()
- Note: The returned collection is unmodifiable.
- Returns:
- the list of elements in the request
Copyright © 2012 Trust@FHH. All Rights Reserved.