jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class NetProtocolV2.BackendKeyData

java.lang.Object
  |
  +--org.sourceforge.jxdbcon.postgresql.NetProtocolV1.Response
        |
        +--org.sourceforge.jxdbcon.postgresql.NetProtocolV2.BackendKeyData
Enclosing class:
NetProtocolV2

final class NetProtocolV2.BackendKeyData
extends NetProtocolV1.Response

Fetch the backend key data.


Field Summary
(package private)  int pid
           
(package private)  int secret
           
 
Constructor Summary
(package private) NetProtocolV2.BackendKeyData()
           
 
Method Summary
(package private)  void read()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pid

int pid

secret

int secret
Constructor Detail

NetProtocolV2.BackendKeyData

NetProtocolV2.BackendKeyData()
Method Detail

read

void read()
    throws IOException
Specified by:
read in class NetProtocolV1.Response
IOException

toString

public String toString()
Overrides:
toString in class Object

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.