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 Details

close

public void close()
            throws IOException
Closes the stream.


writeNotification

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


Copyright B) 2004 Scalagent - All rights reserved