public interface UimacppServiceManagementMBean extends org.apache.uima.resource.ManagementObject, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
decreaseAEInstances(int num) |
String |
getAEDescriptor() |
int |
getAEInstances() |
long |
getErrorsCPC() |
long |
getErrorsGetMeta() |
long |
getErrorsProcessCas() |
String |
getQueueBrokerURL() |
String |
getQueueName() |
long |
getTimingAnnotatorProcess() |
long |
getTimingCPC() |
long |
getTimingDeserialization() |
long |
getTimingGetMeta() |
long |
getTimingIdle() |
long |
getTimingMessageProcessing() |
long |
getTimingSerialization() |
long |
getTotalNumCasProcessed() |
void |
increaseAEInstances(int num) |
void |
quiesceAndShutdown() |
void |
resetStats() |
void |
shutdown() |
String getQueueBrokerURL() throws IOException
IOExceptionString getQueueName() throws IOException
IOExceptionString getAEDescriptor() throws IOException
IOExceptionint getAEInstances()
throws IOException
IOExceptionlong getErrorsGetMeta()
throws IOException
IOExceptionlong getErrorsProcessCas()
throws IOException
IOExceptionlong getErrorsCPC()
throws IOException
IOExceptionlong getTotalNumCasProcessed()
throws IOException
IOExceptionlong getTimingGetMeta()
throws IOException
IOExceptionlong getTimingCPC()
throws IOException
IOExceptionlong getTimingSerialization()
throws IOException
IOExceptionlong getTimingAnnotatorProcess()
throws IOException
IOExceptionlong getTimingDeserialization()
throws IOException
IOExceptionlong getTimingMessageProcessing()
throws IOException
IOExceptionlong getTimingIdle()
throws IOException
IOExceptionvoid resetStats()
throws IOException
IOExceptionvoid increaseAEInstances(int num)
void decreaseAEInstances(int num)
void shutdown()
throws IOException
IOExceptionvoid quiesceAndShutdown()
throws IOException
IOExceptionCopyright © 2016. All rights reserved.