org.apache.uima.aae.jmx
Class PrimitiveServiceInfo

java.lang.Object
  extended by org.apache.uima.aae.jmx.ServiceInfo
      extended by org.apache.uima.aae.jmx.PrimitiveServiceInfo
All Implemented Interfaces:
java.io.Serializable, PrimitiveServiceInfoMBean, ServiceInfoMBean

public class PrimitiveServiceInfo
extends ServiceInfo
implements PrimitiveServiceInfoMBean

See Also:
Serialized Form

Constructor Summary
PrimitiveServiceInfo(boolean isaCasMultiplier, AnalysisEngineController controller)
           
 
Method Summary
 int getAnalysisEngineInstanceCount()
           
 void setAnalysisEngineInstanceCount(int anAEInstanceCount)
           
 
Methods inherited from class org.apache.uima.aae.jmx.ServiceInfo
dumpState, getBrokerURL, getCmRegisteredName, getDeploymentDescriptorPath, getInputQueueName, getLabel, getReplyQueueName, getServiceKey, getState, isAggregate, isCASMultiplier, isTopLevel, setAggregate, setBrokerURL, setCASMultiplier, setCmRegisteredName, setDeploymentDescriptorPath, setInputQueueName, setReplyQueueName, setServiceKey, setState, setTopLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.uima.aae.jmx.ServiceInfoMBean
dumpState, getBrokerURL, getCmRegisteredName, getDeploymentDescriptorPath, getInputQueueName, getReplyQueueName, getServiceKey, getState, isAggregate, isCASMultiplier, isTopLevel
 

Constructor Detail

PrimitiveServiceInfo

public PrimitiveServiceInfo(boolean isaCasMultiplier,
                            AnalysisEngineController controller)
Method Detail

getAnalysisEngineInstanceCount

public int getAnalysisEngineInstanceCount()
Specified by:
getAnalysisEngineInstanceCount in interface PrimitiveServiceInfoMBean

setAnalysisEngineInstanceCount

public void setAnalysisEngineInstanceCount(int anAEInstanceCount)


Copyright © 2011. All Rights Reserved.