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.
ProxyAgent
, DriverIn
close
public void close()
throws IOException
Closes the stream.
readNotification
public Notification readNotification()
throws ClassNotFoundException,
IOException
Gets a Notification
from the stream.
- a notification, or
null
on end of stream.
Copyright B) 2004 Scalagent - All rights reserved