Uses of Class
systemic.sif.sifcommon.BaseInfo

Packages that use BaseInfo
systemic.sif.sifcommon.publisher   
systemic.sif.sifcommon.subscriber   
 

Uses of BaseInfo in systemic.sif.sifcommon.publisher
 

Subclasses of BaseInfo in systemic.sif.sifcommon.publisher
 class BasePublisher
          All publishers should extend this class.
 

Methods in systemic.sif.sifcommon.publisher with parameters of type BaseInfo
 SIFEvent SIFEventIterator.getNextEvent(BaseInfo baseInfo, openadk.library.tools.mapping.MappingsContext mappingCtx)
          This method returns the next available SIF Event.
 openadk.library.SIFDataObject SIFResponseIterator.getNextSIFObject(BaseInfo baseInfo, MappingInfo mappingInfo)
          This method returns the next available SIF Object.
 

Uses of BaseInfo in systemic.sif.sifcommon.subscriber
 

Subclasses of BaseInfo in systemic.sif.sifcommon.subscriber
 class BaseSubscriber
          All subscribers should extend this class.