Class pgj.BackendKeyData

java.lang.Object
  extended bypgj.BackendKeyData
All Implemented Interfaces:
pgj.ProtocolChunk
Enclosing class:
pgj

public static class pgj.BackendKeyData
extends java.lang.Object
implements pgj.ProtocolChunk


Field Summary
 int key
           
 int pid
           
 
Constructor Summary
pgj.BackendKeyData(int p, int k)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pid

public int pid

key

public int key
Constructor Detail

pgj.BackendKeyData

public pgj.BackendKeyData(int p,
                          int k)
Method Detail

toString

public java.lang.String toString()