setServerProcessProxy abstract method

void setServerProcessProxy(
  1. String id,
  2. Process proxy
)

Set the process proxy for a server. @param id The server id. @param proxy The process proxy. @throws ServerNotFoundException Raised if the server cannot implements be found.

Implementation

void setServerProcessProxy(String id, Process proxy);