public class EngineClientFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static EngineClientInterface |
createEngineClient()
Create a new EngineClientInterface instance that enables a client process to connect to an engine to
send/receive events or perform management operations such as inject and delete.
|
static EngineClientInterface |
createEngineClient(java.lang.String host,
int port,
java.lang.String processName)
Create a new EngineClientInterface instance that enables a client process to connect to an engine to
send/receive events or perform management operations such as inject and delete.
|
static EngineClientInterface |
createEngineClient(java.lang.String host,
int port,
java.lang.String processName,
boolean disconnectSlowReceiver)
Create a new EngineClientInterface instance that enables a client process to connect to an engine to
send/receive events or perform management operations such as inject and delete.
|
public static EngineClientInterface createEngineClient() throws EngineException
EngineException
public static EngineClientInterface createEngineClient(java.lang.String host, int port, java.lang.String processName) throws EngineException
host
- The host name connect toport
- The port to connect toprocessName
- An optional string identifying this process to the engineEngineException
public static EngineClientInterface createEngineClient(java.lang.String host, int port, java.lang.String processName, boolean disconnectSlowReceiver) throws EngineException
host
- The host name connect toport
- The port to connect toprocessName
- An optional string identifying this process to the enginedisconnectSlowReceiver
- Disconnect any receiver if it is slowCompoundException
EngineException
Submit a bug or feature
Copyright (c) 2013-2022 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.