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

This class provides access to a snapshot of information about a PluginReceiver that is/was connected to the engine. More...

Inherits Apama.Engine.NameInfo.

Public Member Functions

 NamedPluginReceiverInfo (string name, string package, string qualifiedName, uint queueSize, string[] channels)
 Constructor for NamedPluginReceiverInfo More...
 
- Public Member Functions inherited from Apama.Engine.NameInfo
override string ToString ()
 Returns the fully qualified name of the item. More...
 

Properties

string[] Channels [get]
 Get the channels subscriptions for this PluginReceiver More...
 
uint QueueSize [get]
 Get the current queue size for this PluginReceiver More...
 
- Properties inherited from Apama.Engine.NameInfo
string FullyQualifiedName [get]
 Get the fully qualified name of the item. This is the concatenation of the package, the dot separator, and the name. More...
 
string Name [get]
 Get the name of the item. This is the "unqualified" name. More...
 
string Package [get]
 Get the package in which the item is installed. More...
 

Detailed Description

This class provides access to a snapshot of information about a PluginReceiver that is/was connected to the engine.

Constructor & Destructor Documentation

Apama.Engine.NamedPluginReceiverInfo.NamedPluginReceiverInfo ( string  name,
string  package,
string  qualifiedName,
uint  queueSize,
string[]  channels 
)

Constructor for NamedPluginReceiverInfo

Parameters
nameThe name of the PluginReceiver
packageThe package name of the PluginReceiver
qualifiedNameThe qualified name of the PluginReceiver
queueSizeThe PluginReceiver queueSize
channelsThe PluginReceiver channels

Property Documentation

string [] Apama.Engine.NamedPluginReceiverInfo.Channels
get

Get the channels subscriptions for this PluginReceiver

uint Apama.Engine.NamedPluginReceiverInfo.QueueSize
get

Get the current queue size for this PluginReceiver

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.