de.fhhannover.inform.trust.ifmapj.messages
Class NewSessionRequestImpl

java.lang.Object
  extended by de.fhhannover.inform.trust.ifmapj.messages.NewSessionRequestImpl
All Implemented Interfaces:
NewSessionRequest, Request

public class NewSessionRequestImpl
extends Object
implements NewSessionRequest

Implementation of NewSessionRequest

Author:
aw

Method Summary
 Integer getMaxPollResultSize()
           
 String getSessionId()
           
 void setMaxPollResultSize(Integer maxPollResultSize)
           
 void setSessionId(String sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setMaxPollResultSize

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

getMaxPollResultSize

public Integer getMaxPollResultSize()
Specified by:
getMaxPollResultSize in interface NewSessionRequest
Returns:
the max-poll-result-size to be sent to the MAPS, or null if unset.

setSessionId

public void setSessionId(String sessionId)
Specified by:
setSessionId in interface Request
Parameters:
sessionId - the session-d to be used for this request.

getSessionId

public String getSessionId()
Specified by:
getSessionId in interface Request
Returns:
the session-id for this request, null if not set.


Copyright © 2012 Trust@FHH. All Rights Reserved.