org.echarts.servlet.sip
Class OpaqueFeatureBox

java.lang.Object
  extended by org.echarts.servlet.sip.OpaqueFeatureBox

public final class OpaqueFeatureBox
extends java.lang.Object

Wrapper class for FeatureBox that exposes only a few public methods for accessing FeatureBox fields. SIP application sessions associated with a FeatureBox include an attribute EChartsSipServlet.FEATURE_BOX whose value is an instance of this class.


Method Summary
 java.lang.String getInitParameter(java.lang.String key)
          Return value associated with specified key from the initial parameters specified in the (local) servlet's initial parameters.
 java.lang.String getMachineClassName()
           
 FeatureBoxMonitor getMonitor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMonitor

public FeatureBoxMonitor getMonitor()
Returns:
ECharts monitor associated with this box.

getMachineClassName

public java.lang.String getMachineClassName()
Returns:
Fully qualified class name of ECharts machine associated with this box.

getInitParameter

public java.lang.String getInitParameter(java.lang.String key)
Return value associated with specified key from the initial parameters specified in the (local) servlet's initial parameters.

Parameters:
key - initial paramter name
Returns:
value associated with key, or null if no such key exists