Interface UimacppServiceManagementMBean

  • All Superinterfaces:
    org.apache.uima.resource.ManagementObject, java.io.Serializable
    All Known Implementing Classes:
    UimacppServiceManagement

    public interface UimacppServiceManagementMBean
    extends org.apache.uima.resource.ManagementObject, java.io.Serializable
    Defines the JMX management interface for the C++ service.
    • Method Detail

      • getQueueBrokerURL

        java.lang.String getQueueBrokerURL()
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • getQueueName

        java.lang.String getQueueName()
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • getAEDescriptor

        java.lang.String getAEDescriptor()
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • getAEInstances

        int getAEInstances()
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • getErrorsGetMeta

        long getErrorsGetMeta()
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • getErrorsProcessCas

        long getErrorsProcessCas()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • getErrorsCPC

        long getErrorsCPC()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getTotalNumCasProcessed

        long getTotalNumCasProcessed()
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • getTimingGetMeta

        long getTimingGetMeta()
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • getTimingCPC

        long getTimingCPC()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getTimingSerialization

        long getTimingSerialization()
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • getTimingAnnotatorProcess

        long getTimingAnnotatorProcess()
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • getTimingDeserialization

        long getTimingDeserialization()
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • getTimingMessageProcessing

        long getTimingMessageProcessing()
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getTimingIdle

        long getTimingIdle()
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • resetStats

        void resetStats()
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • increaseAEInstances

        void increaseAEInstances​(int num)
      • decreaseAEInstances

        void decreaseAEInstances​(int num)
      • shutdown

        void shutdown()
               throws java.io.IOException
        Throws:
        java.io.IOException
      • quiesceAndShutdown

        void quiesceAndShutdown()
                         throws java.io.IOException
        Throws:
        java.io.IOException