fr.dyade.aaa.agent

Interface NotificationInputStream

public interface NotificationInputStream

This interface must be implemented by all classes used in filtering an input stream to a DriverIn object.

See Also:
ProxyAgent, DriverIn

Method Summary

void
close()
Closes the stream.
Notification
readNotification()
Gets a Notification from the stream.

Method Details

close

public void close()
            throws IOException
Closes the stream.


readNotification

public Notification readNotification()
            throws ClassNotFoundException,
                   IOException
Gets a Notification from the stream.

Returns:
a notification, or null on end of stream.


Copyright B) 2004 Scalagent - All rights reserved