Uses of Class
ParkNPark.tests.ProcessInfo

Packages that use ProcessInfo
ParkNPark.tests   
 

Uses of ProcessInfo in ParkNPark.tests
 

Fields in ParkNPark.tests declared as ProcessInfo
protected  ProcessInfo ClientInputCopier.processInfo
           
protected  ProcessInfo ServerInputCopier.processInfo
           
(package private)  ProcessInfo ErrorCopier.processInfo
           
protected  ProcessInfo RunOne.sacredServer
          Our name and replication server
 

Fields in ParkNPark.tests with type parameters of type ProcessInfo
protected  Set<ProcessInfo> RunOne.clients
          Our clients
protected static ProcessInfoComparator<ProcessInfo> RunOne.processInfoComparator
          Singleton instance of the ProcessInfoComparator
protected  Set<ProcessInfo> RunOne.servers
          Our servers
 

Constructors in ParkNPark.tests with parameters of type ProcessInfo
ClientInputCopier(ProcessInfo processInfo, Reader reader, Writer writer)
           
ErrorCopier(ProcessInfo processInfo, Reader reader, Writer writer)
           
ServerInputCopier(ProcessInfo processInfo, Reader reader, Writer writer)