Class pgj.NotificationResponse

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

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


Field Summary
 java.lang.String info
           
 java.lang.String name
           
 int pid
           
 
Constructor Summary
pgj.NotificationResponse(java.lang.String t, java.lang.String i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pid

public int pid

name

public java.lang.String name

info

public java.lang.String info
Constructor Detail

pgj.NotificationResponse

public pgj.NotificationResponse(java.lang.String t,
                                java.lang.String i)