Uses of Interface
org.apache.uima.aae.jmx.JmxManagement
Packages that use JmxManagement
-
Uses of JmxManagement in org.apache.uima.aae
Methods in org.apache.uima.aae with parameters of type JmxManagementModifier and TypeMethodDescriptionstatic org.apache.uima.analysis_engine.asb.impl.FlowControllerContainer
UimaClassFactory.produceAggregateFlowControllerContainer
(org.apache.uima.analysis_engine.AnalysisEngineDescription aeSpecifier, String aFlowControllerDescriptor, Map anAggregateMergedTypeSystem, org.apache.uima.UimaContextAdmin aParentContext, org.apache.uima.analysis_engine.metadata.SofaMapping[] aSofaMappings, JmxManagement aJmxManagementInterface) Produces and initializes new FlowController -
Uses of JmxManagement in org.apache.uima.aae.controller
Methods in org.apache.uima.aae.controller that return JmxManagementModifier and TypeMethodDescriptionAnalysisEngineController.getManagementInterface()
AnalysisEngineControllerAdapter.getManagementInterface()
BaseAnalysisEngineController.getManagementInterface()
Methods in org.apache.uima.aae.controller with parameters of type JmxManagementModifier and TypeMethodDescriptionvoid
BaseAnalysisEngineController.setJmxManagement
(JmxManagement aJmxManagement) Override the default JmxManagerConstructors in org.apache.uima.aae.controller with parameters of type JmxManagementModifierConstructorDescriptionAggregateAnalysisEngineController_impl
(AnalysisEngineController aParentController, String anEndpointName, String aDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, Map aDestinationMap, JmxManagement aJmxManagement) BaseAnalysisEngineController
(AnalysisEngineController aParentController, int aComponentCasPoolSize, long anInitialCasHeapSize, String anEndpointName, String aDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, Map aDestinationMap, JmxManagement aJmxManagement) BaseAnalysisEngineController
(AnalysisEngineController aParentController, int aComponentCasPoolSize, String anEndpointName, String aDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, Map aDestinationMap, JmxManagement aJmxManagement) PrimitiveAnalysisEngineController_impl
(AnalysisEngineController aParentController, String anEndpointName, String anAnalysisEngineDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, int aWorkQueueSize, int anAnalysisEnginePoolSize, int aComponentCasPoolSize, long anInitialCasHeapSize, JmxManagement aJmxManagement) PrimitiveAnalysisEngineController_impl
(AnalysisEngineController aParentController, String anEndpointName, String anAnalysisEngineDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, int aWorkQueueSize, int anAnalysisEnginePoolSize, int aComponentCasPoolSize, JmxManagement aJmxManagement) PrimitiveAnalysisEngineController_impl
(AnalysisEngineController aParentController, String anEndpointName, String anAnalysisEngineDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, int aWorkQueueSize, int anAnalysisEnginePoolSize, JmxManagement aJmxManagement) UimacppServiceController
(org.apache.uima.util.Logger uimaLogger, String aeDescriptorFileName, String queueName, String mqHostName, int mqPort, String mqChannel, String mqQueueMgr, int numInstances, Map<String, String> envVarMap, int processCasErrorThreshhold, int processCasErrorWindow, boolean terminateOnCPCError, JmxManagement jmxManagement) UimacppServiceController
(org.apache.uima.util.Logger uimaLogger, String aeDescriptorFileName, String queueName, String mqHostName, int mqPort, String mqChannel, String mqQueueMgr, int numInstances, Map<String, String> envVarMap, int processCasErrorThreshhold, int processCasErrorWindow, boolean terminateOnCPCError, JmxManagement jmxManagement, int initialFsHeapSize) Configure and start a Uima C++ service that connects to an WebSphereMQ queue broker. -
Uses of JmxManagement in org.apache.uima.aae.jmx
Classes in org.apache.uima.aae.jmx that implement JmxManagement