Class UimaEEAdminSpringContext.ListenerEntry
- java.lang.Object
-
- org.apache.uima.adapter.jms.activemq.UimaEEAdminSpringContext.ListenerEntry
-
- Enclosing class:
- UimaEEAdminSpringContext
protected static class UimaEEAdminSpringContext.ListenerEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedListenerEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UimaDefaultMessageListenerContainergetListenerContainer()protected booleanisStopped()protected voidsetListenerContainer(UimaDefaultMessageListenerContainer listenerContainer)protected voidsetStopped(boolean stopped)
-
-
-
Method Detail
-
getListenerContainer
protected UimaDefaultMessageListenerContainer getListenerContainer()
-
setListenerContainer
protected void setListenerContainer(UimaDefaultMessageListenerContainer listenerContainer)
-
isStopped
protected boolean isStopped()
-
setStopped
protected void setStopped(boolean stopped)
-
-