Package com.apama.engine
Interface NamedContextInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
getChannels()
Get the channels to which this Context is subscribedint
getNumSubMonitors()
Get the number of sub-monitors for this Contextint
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
-
-