public class TCPComponentLauncher extends ComponentLauncher
| Constructor and Description |
|---|
TCPComponentLauncher(java.lang.String host,
int port,
Config config)
Construct a new TCPComponentLauncher.
|
| Modifier and Type | Method and Description |
|---|---|
protected Connection |
makeConnection()
Make a new connection.
|
connect, generateRequestID, getDefaultRegistry, setDefaultRegistrypublic TCPComponentLauncher(java.lang.String host,
int port,
Config config)
host - The host name.port - The host port.config - The system configuration.protected Connection makeConnection() throws ConnectionException
ComponentLaunchermakeConnection in class ComponentLauncherConnectionException - If there is a problem creating the connection.