Uses of Class
ParkNPark.common.NameService

Packages that use NameService
ParkNPark.client   
ParkNPark.middletier   
ParkNPark.tests   
 

Uses of NameService in ParkNPark.client
 

Fields in ParkNPark.client declared as NameService
protected  NameService FaultTolerantClientManager.BackgroundThread.nameService
          Our name server instance
 

Uses of NameService in ParkNPark.middletier
 

Fields in ParkNPark.middletier declared as NameService
protected  NameService ReplicationManager.nameService
          Instance of our common name service management object
 

Uses of NameService in ParkNPark.tests
 

Fields in ParkNPark.tests declared as NameService
protected  NameService FaultInjector.nameService
          Instance of our common name service management object
 

Constructors in ParkNPark.tests with parameters of type NameService
FaultInjector(NameService nameService, int faultInjectionMinDelay, int faultInjectionMaxDelay)
          Creates a new fault injector using the given NameService helper object