Package org.apache.uima.aae.jmx
Class PrimitiveServiceInfo
- java.lang.Object
-
- org.apache.uima.aae.jmx.ServiceInfo
-
- 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
Constructors Constructor Description PrimitiveServiceInfo(boolean isaCasMultiplier, AnalysisEngineController controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 interfacePrimitiveServiceInfoMBean
-
setAnalysisEngineInstanceCount
public void setAnalysisEngineInstanceCount(int anAEInstanceCount)
-
-