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 Detail

readNotification

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

Returns:
a notification, or null on end of stream.
Throws:
java.lang.ClassNotFoundException - when the notification class may not be found
java.io.IOException - thrown by the underlying stream operations

close

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

Throws:
java.io.IOException


Copyright ? 2004 Scalagent - All rights reserved