Class RemoteClientManager
- java.lang.Object
-
- org.terracotta.angela.agent.client.RemoteClientManager
-
public class RemoteClientManager extends Object
- Author:
- Aurelien Broszniowski
-
-
Constructor Summary
Constructors Constructor Description RemoteClientManager(InstanceId instanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetClientClasspathRoot()PathgetClientInstallationPath()AgentIDspawnClient(TerracottaCommandLineEnvironment tcEnv, AgentGroup group)
-
-
-
Constructor Detail
-
RemoteClientManager
public RemoteClientManager(InstanceId instanceId)
-
-
Method Detail
-
getClientInstallationPath
public Path getClientInstallationPath()
-
getClientClasspathRoot
public Path getClientClasspathRoot()
-
spawnClient
public AgentID spawnClient(TerracottaCommandLineEnvironment tcEnv, AgentGroup group)
-
-