public class InlineComponentLauncher extends ComponentLauncher
| Constructor and Description |
|---|
InlineComponentLauncher(ComponentManager manager,
Config config)
Construct a new InlineComponentLauncher.
|
| Modifier and Type | Method and Description |
|---|---|
protected Connection |
makeConnection()
Make a new connection.
|
connect, generateRequestID, getDefaultRegistry, setDefaultRegistrypublic InlineComponentLauncher(ComponentManager manager, Config config)
manager - The component manager.config - The system configuration.protected Connection makeConnection() throws ConnectionException
ComponentLaunchermakeConnection in class ComponentLauncherConnectionException - If there is a problem creating the connection.