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 protected
ListenerEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UimaDefaultMessageListenerContainer
getListenerContainer()
protected boolean
isStopped()
protected void
setListenerContainer(UimaDefaultMessageListenerContainer listenerContainer)
protected void
setStopped(boolean stopped)
-
-
-
Method Detail
-
getListenerContainer
protected UimaDefaultMessageListenerContainer getListenerContainer()
-
setListenerContainer
protected void setListenerContainer(UimaDefaultMessageListenerContainer listenerContainer)
-
isStopped
protected boolean isStopped()
-
setStopped
protected void setStopped(boolean stopped)
-
-