de.fhhannover.inform.trust.ifmapj.messages
Interface NewSessionRequest

All Superinterfaces:
Request
All Known Implementing Classes:
NewSessionRequestImpl

public interface NewSessionRequest
extends Request

Interface for a newSession request.

Author:
aw

Method Summary
 Integer getMaxPollResultSize()
           
 void setMaxPollResultSize(Integer maxPollResultSize)
           
 
Methods inherited from interface de.fhhannover.inform.trust.ifmapj.messages.Request
getSessionId, setSessionId
 

Method Detail

setMaxPollResultSize

void setMaxPollResultSize(Integer maxPollResultSize)
Parameters:
maxPollResultSize - the max-poll-result-size attribute to be sent to the server, or null if not specified.

getMaxPollResultSize

Integer getMaxPollResultSize()
Returns:
the max-poll-result-size to be sent to the MAPS, or null if unset.


Copyright © 2012 Trust@FHH. All Rights Reserved.