systemic.sif.sbpframework.publisher
Class NoneSBPBasePublisher

java.lang.Object
  extended by systemic.sif.sifcommon.BaseInfo
      extended by systemic.sif.sifcommon.publisher.BasePublisher
          extended by systemic.sif.sbpframework.publisher.NoneSBPBasePublisher
All Implemented Interfaces:
java.lang.Runnable, openadk.library.Publisher

public abstract class NoneSBPBasePublisher
extends systemic.sif.sifcommon.publisher.BasePublisher

Publishers for Objects that are not defined as part of the SBP must extend this class rather than the SBPBasePublisher. Only SIF Objects that are not part of the SBP should use this class to implement Publishers. If an agent with a publisher for a SBP Object is required then the SBPBasePublisher should be use for the appropriate SIF Object.

Author:
Joerg Huber

Constructor Summary
NoneSBPBasePublisher(java.lang.String publisherID, openadk.library.ElementDef dtd)
           
 
Method Summary
 
Methods inherited from class systemic.sif.sifcommon.publisher.BasePublisher
broadcastEvents, finalise, getEventsFromFile, getObjectsFromFile, getOptions, getRequestedSIFObjects, getSIFEvents, loadXMLFileData, onRequest, run, setOptions, shutdownPublisher
 
Methods inherited from class systemic.sif.sifcommon.BaseInfo
getAgentConfig, getAgentID, getAgentProperties, getAgentProperty, getApplicationID, getDtd, getFrameworkProperties, getId, getMappings, getZoneByID, getZones, isValidZone, setAgentConfig, setAgentID, setAgentProperties, setApplicationID, setDtd, setFrameworkProperties, setId, setMappings, setZones
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoneSBPBasePublisher

public NoneSBPBasePublisher(java.lang.String publisherID,
                            openadk.library.ElementDef dtd)