org.infoglue.cms.util
Class XMLNotificationWriter

java.lang.Object
  extended by org.infoglue.cms.util.XMLNotificationWriter
All Implemented Interfaces:
NotificationListener

public class XMLNotificationWriter
extends java.lang.Object
implements NotificationListener

Author:
Stefan Sik

Constructor Summary
XMLNotificationWriter(java.io.Writer out, java.lang.String encoding, java.lang.String boundary, java.lang.Thread workingThread, boolean compact, boolean supressDecl)
           
 
Method Summary
 void notify(NotificationMessage message)
          This method gets called when a new NotificationMessage is available.
 void setContextParameters(java.util.Map map)
          This method sets the context/arguments thelistener should operate with.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLNotificationWriter

public XMLNotificationWriter(java.io.Writer out,
                             java.lang.String encoding,
                             java.lang.String boundary,
                             java.lang.Thread workingThread,
                             boolean compact,
                             boolean supressDecl)
Method Detail

setContextParameters

public void setContextParameters(java.util.Map map)
Description copied from interface: NotificationListener
This method sets the context/arguments thelistener should operate with. Could be debuglevels and stuff like that.

Specified by:
setContextParameters in interface NotificationListener

notify

public void notify(NotificationMessage message)
Description copied from interface: NotificationListener
This method gets called when a new NotificationMessage is available.

Specified by:
notify in interface NotificationListener


Copyright © 2005 InfoGlue.org All Rights Reserved.