fr.dyade.aaa.agent
Interface NotificationOutputStream


public interface NotificationOutputStream

This interface must be implemented by all classes used in filtering an output stream from a DriverOut object.

See Also:
ProxyAgent, DriverOut

Method Summary
 void close()
          Closes the stream.
 void writeNotification(Notification msg)
          Writes a Notification to the stream.
 

Method Detail

writeNotification

public void writeNotification(Notification msg)
                       throws java.io.IOException
Writes a Notification to the stream.

Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Closes the stream.

Throws:
java.io.IOException


Copyright ? 2004 Scalagent - All rights reserved