de.fhhannover.inform.trust.ifmapj.channel
Interface ARC

All Superinterfaces:
IfmapChannel
All Known Implementing Classes:
ArcImpl

public interface ARC
extends IfmapChannel

Interface describing the Asynchronous Receive Channel (ARC) methods.

Author:
aw

Method Summary
 PollResult poll()
          Send a poll on the ARC.
 
Methods inherited from interface de.fhhannover.inform.trust.ifmapj.channel.IfmapChannel
closeTcpConnection, genericRequest, genericRequestWithSessionId, getMaxPollResSize, getPublisherId, getSessionId, setGzip, setMaxPollResSize, setPublisherId, setSessionId, usesGzip
 

Method Detail

poll

PollResult poll()
                throws IfmapErrorResult,
                       EndSessionException,
                       IfmapException
Send a poll on the ARC. This is a blocking method that returns when the poll results from the MAPS have been received.

Returns:
the poll results that have been received from the MAPS
Throws:
IfmapErrorResult
EndSessionException
IfmapException


Copyright © 2012 Trust@FHH. All Rights Reserved.