Apama API Reference for .NET  9.10.0.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Apama.Engine.Client.EngineClientConstants Class Reference

A static class containing constants used by the engine client interfaces. More...

Public Attributes

const int DefaultConnectionPollingInterval = 500
 The default value for the Apama.Net.Client.IBaseClient/IEngineClient connectionPollingInterval property in milliseconds. More...
 
const int DefaultInspectPollingInterval = 10000
 The default value for the ICorrelatorManagement/IEngineClient inspectPollingInterval property. More...
 
const bool DefaultMonitorOnly = false
 The default value for the IMessagingClient/IEngineClient monitorOnly property. More...
 
const bool DefaultReceiveOnly = false
 The default value for the IMessagingClient/IEngineClient receiveOnly property. More...
 
const int DefaultStatusPollingInterval = 1000
 The default value for the ICorrelatorManagement/IEngineClient statusPollingInterval property. More...
 
const string PropertyAllConsumersConnected = "allConsumersConnected"
 The string name of the IMessagingClient/IEngineClient bound property that is used to indicate if the client and all of its individual named consumers are connected. More...
 
const string PropertyConnected = "connected"
 The string name of the Apama.Net.Client.IBaseClient/IEngineClient bound property that is used for "connected" updates. More...
 
const string PropertyConnectionPollingInterval = "connectionPollingInterval"
 The string name of the Apama.Net.Client.IBaseClient/IEngineClient bound property that is used for "connectionPollingInterval" updates. More...
 
const string PropertyConsumerChannels = "consumerChannels"
 The string name of the IConsumerOperations bound property that is used for "consumerChannels" updates. More...
 
const string PropertyConsumerConnected = "consumerConnected"
 The string name of the IConsumerOperations bound property that is used for "consumerConnected" updates. More...
 
const string PropertyEngineInfo = "engineInfo"
 The string name of the bound property that is used for ICorrelatorManagement/IEngineClient EngineInfo updates. More...
 
const string PropertyHost = "host"
 The string name of the Apama.Net.Client.IBaseClient/IEngineClient bound property that is used for "host" updates. More...
 
const string PropertyInspectPollingInterval = "inspectPollingInterval"
 The string name of the ICorrelatorManagement/IEngineClient bound property that is used for inspectPollingInterval updates. More...
 
const string PropertyMonitorOnly = "monitorOnly"
 The string name of the IMessagingClient/IEngineClient bound property that is used for "monitorOnly" updates. More...
 
const string PropertyPort = "port"
 The string name of the Apama.Net.Client.IBaseClient/IEngineClient bound property that is used for "port" updates. More...
 
const string PropertyProcessName = "processName"
 The string name of the Apama.Net.Client.IBaseClient/IEngineClient bound property that is used for "processName" updates. More...
 
const string PropertyReceiveOnly = "receiveOnly"
 The string name of the IMessagingClient/IEngineClient bound property that is used for "receiveOnly" updates. More...
 
const string PropertyStatus = "status"
 The string name of the ICorrelatorManagement/IEngineClient bound property that is used for status updates. More...
 
const string PropertyStatusPollingInterval = "statusPollingInterval"
 The string name of the ICorrelatorManagement/IEngineClient bound property that is used for statusPollingInterval updates. More...
 
const string PropertyVerbose = "verbose"
 The string name of the Apama.Net.Client.IBaseClient/IEngineClient bound property that is used for "verbose" updates. More...
 

Detailed Description

A static class containing constants used by the engine client interfaces.

Member Data Documentation

const int Apama.Engine.Client.EngineClientConstants.DefaultConnectionPollingInterval = 500

The default value for the Apama.Net.Client.IBaseClient/IEngineClient connectionPollingInterval property in milliseconds.

const int Apama.Engine.Client.EngineClientConstants.DefaultInspectPollingInterval = 10000

The default value for the ICorrelatorManagement/IEngineClient inspectPollingInterval property.

const bool Apama.Engine.Client.EngineClientConstants.DefaultMonitorOnly = false

The default value for the IMessagingClient/IEngineClient monitorOnly property.

const bool Apama.Engine.Client.EngineClientConstants.DefaultReceiveOnly = false

The default value for the IMessagingClient/IEngineClient receiveOnly property.

const int Apama.Engine.Client.EngineClientConstants.DefaultStatusPollingInterval = 1000

The default value for the ICorrelatorManagement/IEngineClient statusPollingInterval property.

const string Apama.Engine.Client.EngineClientConstants.PropertyAllConsumersConnected = "allConsumersConnected"

The string name of the IMessagingClient/IEngineClient bound property that is used to indicate if the client and all of its individual named consumers are connected.

Note that this property applies only to individual named consumers, and NOT to the single receiver.

From 5.0 onwards this property also takes into account whether the bean itself is connected, and will always be false when the bean is not connected, even if no consumers were added.

const string Apama.Engine.Client.EngineClientConstants.PropertyConnected = "connected"

The string name of the Apama.Net.Client.IBaseClient/IEngineClient bound property that is used for "connected" updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyConnectionPollingInterval = "connectionPollingInterval"

The string name of the Apama.Net.Client.IBaseClient/IEngineClient bound property that is used for "connectionPollingInterval" updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyConsumerChannels = "consumerChannels"

The string name of the IConsumerOperations bound property that is used for "consumerChannels" updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyConsumerConnected = "consumerConnected"

The string name of the IConsumerOperations bound property that is used for "consumerConnected" updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyEngineInfo = "engineInfo"

The string name of the bound property that is used for ICorrelatorManagement/IEngineClient EngineInfo updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyHost = "host"

The string name of the Apama.Net.Client.IBaseClient/IEngineClient bound property that is used for "host" updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyInspectPollingInterval = "inspectPollingInterval"

The string name of the ICorrelatorManagement/IEngineClient bound property that is used for inspectPollingInterval updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyMonitorOnly = "monitorOnly"

The string name of the IMessagingClient/IEngineClient bound property that is used for "monitorOnly" updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyPort = "port"

The string name of the Apama.Net.Client.IBaseClient/IEngineClient bound property that is used for "port" updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyProcessName = "processName"

The string name of the Apama.Net.Client.IBaseClient/IEngineClient bound property that is used for "processName" updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyReceiveOnly = "receiveOnly"

The string name of the IMessagingClient/IEngineClient bound property that is used for "receiveOnly" updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyStatus = "status"

The string name of the ICorrelatorManagement/IEngineClient bound property that is used for status updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyStatusPollingInterval = "statusPollingInterval"

The string name of the ICorrelatorManagement/IEngineClient bound property that is used for statusPollingInterval updates.

const string Apama.Engine.Client.EngineClientConstants.PropertyVerbose = "verbose"

The string name of the Apama.Net.Client.IBaseClient/IEngineClient bound property that is used for "verbose" updates.

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.