|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationInputStream
This interface must be implemented by all classes used in
filtering an input stream to a DriverIn
object.
ProxyAgent
,
DriverIn
Method Summary | |
---|---|
void |
close()
Closes the stream. |
Notification |
readNotification()
Gets a Notification from the stream. |
Method Detail |
---|
Notification readNotification() throws java.lang.ClassNotFoundException, java.io.IOException
Notification
from the stream.
null
on end of stream.
java.lang.ClassNotFoundException
- when the notification class may not be found
java.io.IOException
- thrown by the underlying stream operationsvoid close() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |