public class UimacppServiceManagement extends java.lang.Object implements UimacppServiceManagementMBean
Constructor and Description |
---|
UimacppServiceManagement(java.lang.String domainName,
java.net.Socket sock,
java.lang.String aeDescriptor,
int numInstances,
java.lang.String brokerURL,
java.lang.String queueName) |
Modifier and Type | Method and Description |
---|---|
void |
decreaseAEInstances(int num) |
java.lang.String |
getAEDescriptor() |
int |
getAEInstances() |
long |
getErrorsCPC() |
long |
getErrorsGetMeta() |
long |
getErrorsProcessCas() |
java.lang.String |
getQueueBrokerURL() |
java.lang.String |
getQueueName() |
void |
getStatistics() |
java.lang.String |
getStatisticsAsString() |
long |
getTimingAnnotatorProcess() |
long |
getTimingCPC() |
long |
getTimingDeserialization() |
long |
getTimingGetMeta() |
long |
getTimingIdle() |
long |
getTimingMessageProcessing() |
long |
getTimingSerialization() |
long |
getTotalNumCasProcessed() |
java.lang.String |
getUniqueMBeanName() |
void |
increaseAEInstances(int num) |
void |
quiesceAndShutdown() |
java.lang.String |
quiesceAndStop() |
void |
resetStats() |
void |
shutdown() |
public UimacppServiceManagement(java.lang.String domainName, java.net.Socket sock, java.lang.String aeDescriptor, int numInstances, java.lang.String brokerURL, java.lang.String queueName) throws java.io.IOException
java.io.IOException
public java.lang.String quiesceAndStop() throws java.io.IOException
java.io.IOException
public java.lang.String getStatisticsAsString() throws java.io.IOException
java.io.IOException
public void getStatistics() throws java.io.IOException
java.io.IOException
public java.lang.String getQueueBrokerURL() throws java.io.IOException
getQueueBrokerURL
in interface UimacppServiceManagementMBean
java.io.IOException
public java.lang.String getQueueName() throws java.io.IOException
getQueueName
in interface UimacppServiceManagementMBean
java.io.IOException
public java.lang.String getAEDescriptor() throws java.io.IOException
getAEDescriptor
in interface UimacppServiceManagementMBean
java.io.IOException
public int getAEInstances() throws java.io.IOException
getAEInstances
in interface UimacppServiceManagementMBean
java.io.IOException
public long getErrorsGetMeta() throws java.io.IOException
getErrorsGetMeta
in interface UimacppServiceManagementMBean
java.io.IOException
public long getErrorsProcessCas() throws java.io.IOException
getErrorsProcessCas
in interface UimacppServiceManagementMBean
java.io.IOException
public long getErrorsCPC() throws java.io.IOException
getErrorsCPC
in interface UimacppServiceManagementMBean
java.io.IOException
public long getTotalNumCasProcessed() throws java.io.IOException
getTotalNumCasProcessed
in interface UimacppServiceManagementMBean
java.io.IOException
public long getTimingGetMeta() throws java.io.IOException
getTimingGetMeta
in interface UimacppServiceManagementMBean
java.io.IOException
public long getTimingCPC() throws java.io.IOException
getTimingCPC
in interface UimacppServiceManagementMBean
java.io.IOException
public long getTimingSerialization() throws java.io.IOException
getTimingSerialization
in interface UimacppServiceManagementMBean
java.io.IOException
public long getTimingAnnotatorProcess() throws java.io.IOException
getTimingAnnotatorProcess
in interface UimacppServiceManagementMBean
java.io.IOException
public long getTimingDeserialization() throws java.io.IOException
getTimingDeserialization
in interface UimacppServiceManagementMBean
java.io.IOException
public long getTimingMessageProcessing() throws java.io.IOException
getTimingMessageProcessing
in interface UimacppServiceManagementMBean
java.io.IOException
public long getTimingIdle() throws java.io.IOException
getTimingIdle
in interface UimacppServiceManagementMBean
java.io.IOException
public void resetStats() throws java.io.IOException
resetStats
in interface UimacppServiceManagementMBean
java.io.IOException
public void increaseAEInstances(int num)
increaseAEInstances
in interface UimacppServiceManagementMBean
public void decreaseAEInstances(int num)
decreaseAEInstances
in interface UimacppServiceManagementMBean
public void shutdown() throws java.io.IOException
shutdown
in interface UimacppServiceManagementMBean
java.io.IOException
public java.lang.String getUniqueMBeanName()
getUniqueMBeanName
in interface org.apache.uima.resource.ManagementObject
public void quiesceAndShutdown() throws java.io.IOException
quiesceAndShutdown
in interface UimacppServiceManagementMBean
java.io.IOException
Copyright © 2012. All Rights Reserved.