com.apama.engine
Interface NamedReceiverInfo

All Superinterfaces:
NameInfo

public interface NamedReceiverInfo
extends NameInfo

This interface provides the API for accessing a snapshot of information about a Receiver that is/was live in the engine.


Method Summary
 java.lang.String getAddress()
          Get the address from which this Receiver is connected
 java.lang.String[] getChannels()
          Get the channels to which this Receiver is subscribed
 int getQueueSize()
          Get the current queue size for this Receiver
 
Methods inherited from interface com.apama.engine.NameInfo
getFullyQualifiedName, getName, getPackage
 

Method Detail

getQueueSize

int getQueueSize()
Get the current queue size for this Receiver

Returns:
the queue size

getChannels

java.lang.String[] getChannels()
Get the channels to which this Receiver is subscribed

Returns:
the channels

getAddress

java.lang.String getAddress()
Get the address from which this Receiver is connected

Returns:
the address


Submit a bug or feature
Copyright (c) 2013-2014 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.