public class BlueMindAgentServerLauncher extends Object implements Init
Modifier and Type | Field and Description |
---|---|
private static Set<net.bluemind.agent.server.Command> |
_activeCommandlist |
private static Logger |
LOGGER |
static String |
ROLE
Avalon Role
|
Constructor and Description |
---|
BlueMindAgentServerLauncher() |
Modifier and Type | Method and Description |
---|---|
private void |
cancelAllCommands() |
private static net.bluemind.agent.server.Command |
getPortForwardingCommand(String agentName,
String localPort,
String host,
String targetPort) |
void |
init()
Method to be implemented by user Init class.
|
private static void |
startPortForwarding() |
private static CompletableFuture<Void> |
startServer(String listenAddress,
int listenPort) |
private static Set<net.bluemind.agent.server.Command> _activeCommandlist
public BlueMindAgentServerLauncher()
public void init() throws Exception
Init
private void cancelAllCommands()
private static CompletableFuture<Void> startServer(String listenAddress, int listenPort)
private static void startPortForwarding()
private static net.bluemind.agent.server.Command getPortForwardingCommand(String agentName, String localPort, String host, String targetPort)