org.sourceforge.jxdbcon.postgresql
Class NetProtocolV1.NotificationResponse
java.lang.Object
|
+--org.sourceforge.jxdbcon.postgresql.NetProtocolV1.Response
|
+--org.sourceforge.jxdbcon.postgresql.NetProtocolV1.NotificationResponse
- Enclosing class:
- NetProtocolV1
- final class NetProtocolV1.NotificationResponse
- extends NetProtocolV1.Response
Fetch the notification response.
Field Summary |
(package private) byte[] |
msg
|
(package private) int |
pid
|
Method Summary |
(package private) void |
read()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msg
byte[] msg
pid
int pid
NetProtocolV1.NotificationResponse
NetProtocolV1.NotificationResponse()
read
void read()
throws IOException
- Specified by:
read
in class NetProtocolV1.Response
IOException
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.