com.apama.engine
Interface NamedContextInfo

All Superinterfaces:
NameInfo

public interface NamedContextInfo
extends NameInfo

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


Method Summary
 java.lang.String[] getChannels()
          Get the channels to which this Context is subscribed
 int getNumSubMonitors()
          Get the number of sub-monitors for this Context
 int getQueueSize()
          Get the current queue size for this Context
 
Methods inherited from interface com.apama.engine.NameInfo
getFullyQualifiedName, getName, getPackage
 

Method Detail

getNumSubMonitors

int getNumSubMonitors()
Get the number of sub-monitors for this Context

Returns:
the number of sub-monitors.

getQueueSize

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

Returns:
the queue size

getChannels

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

Returns:
the channels


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.