Package org.apache.uima.aae.controller
Interface UimacppServiceManagementMBean
- All Superinterfaces:
org.apache.uima.resource.ManagementObject,Serializable
- All Known Implementing Classes:
UimacppServiceManagement
public interface UimacppServiceManagementMBean
extends org.apache.uima.resource.ManagementObject, Serializable
Defines the JMX management interface for the C++ service.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddecreaseAEInstances(int num) intlonglonglonglonglonglonglonglonglonglonglongvoidincreaseAEInstances(int num) voidvoidvoidshutdown()Methods inherited from interface org.apache.uima.resource.ManagementObject
getUniqueMBeanName
-
Method Details
-
getQueueBrokerURL
- Throws:
IOException
-
getQueueName
- Throws:
IOException
-
getAEDescriptor
- Throws:
IOException
-
getAEInstances
- Throws:
IOException
-
getErrorsGetMeta
- Throws:
IOException
-
getErrorsProcessCas
- Throws:
IOException
-
getErrorsCPC
- Throws:
IOException
-
getTotalNumCasProcessed
- Throws:
IOException
-
getTimingGetMeta
- Throws:
IOException
-
getTimingCPC
- Throws:
IOException
-
getTimingSerialization
- Throws:
IOException
-
getTimingAnnotatorProcess
- Throws:
IOException
-
getTimingDeserialization
- Throws:
IOException
-
getTimingMessageProcessing
- Throws:
IOException
-
getTimingIdle
- Throws:
IOException
-
resetStats
- Throws:
IOException
-
increaseAEInstances
void increaseAEInstances(int num) -
decreaseAEInstances
void decreaseAEInstances(int num) -
shutdown
- Throws:
IOException
-
quiesceAndShutdown
- Throws:
IOException
-