Uses of Class
de.fhhannover.inform.trust.ifmapj.exception.IfmapException

Packages that use IfmapException
de.fhhannover.inform.trust.ifmapj.channel This package encapsulates the communication layer of IfmapJ. 
de.fhhannover.inform.trust.ifmapj.exception This package provides IfmapJ exception classes. 
 

Uses of IfmapException in de.fhhannover.inform.trust.ifmapj.channel
 

Methods in de.fhhannover.inform.trust.ifmapj.channel that throw IfmapException
 void SSRC.endSession()
          Send endSession request to MAPS
 void SsrcImpl.endSession()
           
 Result IfmapChannel.genericRequest(Request req)
          Generic Request Interface
 Result IfmapChannel.genericRequestWithSessionId(Request req)
           
 void SSRC.newSession()
          Send a newSession request to MAPS
 void SsrcImpl.newSession()
           
 void SSRC.newSession(Integer maxPollResSize)
          Send a newSession request to MAPS with the given parameter
 void SsrcImpl.newSession(Integer maxPollResSize)
           
 PollResult ArcImpl.poll()
           
 PollResult ARC.poll()
          Send a poll on the ARC.
 void SSRC.publish(PublishRequest req)
          Send a publish request to MAPS.
 void SsrcImpl.publish(PublishRequest pr)
           
 void SSRC.purgePublisher()
          Send purgePublisher request to MAPS in order to purge the MAPCs metadata
 void SsrcImpl.purgePublisher()
           
 void SSRC.purgePublisher(String publisherId)
          Send purgePublisher request with the given parameter to MAPS
 void SsrcImpl.purgePublisher(String publisherId)
           
 void SSRC.renewSession()
          Send renewSession request to MAPS
 void SsrcImpl.renewSession()
           
 SearchResult SSRC.search(SearchRequest req)
          Send a search request to the MAPS
 SearchResult SsrcImpl.search(SearchRequest sr)
           
 void SSRC.subscribe(SubscribeRequest req)
          Send a subscribe request to the MAPS.
 void SsrcImpl.subscribe(SubscribeRequest sr)
           
 

Uses of IfmapException in de.fhhannover.inform.trust.ifmapj.exception
 

Subclasses of IfmapException in de.fhhannover.inform.trust.ifmapj.exception
 class CommunicationException
          Thrown if the IF-MAP server kind of miss-behaves, this is also thrown in the case of an IOException.
 class InitializationException
          If the library cannot be initialized, throw this kind of exception.
 class MarshalException
          Thrown if a problem appears during the marshal process.
 class UnmarshalException
          Thrown if a problem appears during the unmarshal process.
 



Copyright © 2012 Trust@FHH. All Rights Reserved.