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.
|
public static EngineClientInterface createEngineClient() throws com.apama.util.CompoundException
com.apama.util.CompoundException
public static EngineClientInterface createEngineClient(java.lang.String host, int port, java.lang.String processName) throws com.apama.util.CompoundException
host
- The host name connect toport
- The port to connect toprocessName
- An optional string identifying this process to the enginecom.apama.util.CompoundException
Submit a bug or feature
Copyright (c) 2013-2016 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.