Uses of Class
ParkNPark.client.FaultTolerantClientManager.ReturnValueOrException

Packages that use FaultTolerantClientManager.ReturnValueOrException
ParkNPark.client   
 

Uses of FaultTolerantClientManager.ReturnValueOrException in ParkNPark.client
 

Methods in ParkNPark.client that return FaultTolerantClientManager.ReturnValueOrException
protected  FaultTolerantClientManager.ReturnValueOrException FaultTolerantClientManager.callServer(Method method, Object... arguments)
          Calls the given method on the server with the given arguments and returns a ReturnValueOrException object to indicate a normal or exceptional result and contain the return value or the exception object.