Uses of Interface
ParkNPark.interfaces.ClientManagerOperations

Packages that use ClientManagerOperations
ParkNPark.client   
ParkNPark.interfaces   
ParkNPark.middletier   
 

Uses of ClientManagerOperations in ParkNPark.client
 

Classes in ParkNPark.client that implement ClientManagerOperations
 class FaultTolerantClientManager
          Fault tolerant client manager that wraps a remote ClientManager and rolls over to a new primary server in the presence of failures.
 

Uses of ClientManagerOperations in ParkNPark.interfaces
 

Subinterfaces of ClientManagerOperations in ParkNPark.interfaces
 interface ClientManager
          The interface that a single client uses to communicate with its server-side client manager instance
 

Classes in ParkNPark.interfaces that implement ClientManagerOperations
 class _ClientManagerStub
          The interface that a single client uses to communicate with its server-side client manager instance
 class ClientManagerPOA
          The interface that a single client uses to communicate with its server-side client manager instance
 

Uses of ClientManagerOperations in ParkNPark.middletier
 

Classes in ParkNPark.middletier that implement ClientManagerOperations
 class ClientManagerImpl
          Server object that will manage communication between the client and the database.