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, setDefaultRegistry
public 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
ComponentLauncher
makeConnection
in class ComponentLauncher
ConnectionException
- If there is a problem creating the connection.