public class UimaEEAdminSpringContext extends Object implements UimaEEAdminContext, org.springframework.context.ApplicationListener
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UimaEEAdminSpringContext.ListenerEntry |
| Constructor and Description |
|---|
UimaEEAdminSpringContext(org.springframework.context.support.FileSystemXmlApplicationContext aSpringContainer) |
| Modifier and Type | Method and Description |
|---|---|
int |
getConcurrentConsumerCount(String anEndpointName) |
org.springframework.context.ApplicationContext |
getSpringContainer() |
boolean |
isShutdown() |
void |
onApplicationEvent(org.springframework.context.ApplicationEvent anEvent) |
void |
setBroker(org.apache.activemq.broker.BrokerService aBrokerService) |
void |
shutdown()
Stops the Spring Container
|
void |
stopListener(String anEndpointName)
Stops a listener thread on a given endpoint
|
public UimaEEAdminSpringContext(org.springframework.context.support.FileSystemXmlApplicationContext aSpringContainer)
public void setBroker(org.apache.activemq.broker.BrokerService aBrokerService)
public org.springframework.context.ApplicationContext getSpringContainer()
public int getConcurrentConsumerCount(String anEndpointName)
getConcurrentConsumerCount in interface UimaEEAdminContextpublic void stopListener(String anEndpointName)
stopListener in interface UimaEEAdminContextpublic void onApplicationEvent(org.springframework.context.ApplicationEvent anEvent)
onApplicationEvent in interface org.springframework.context.ApplicationListenerpublic void shutdown()
shutdown in interface UimaEEAdminContextpublic boolean isShutdown()
Copyright © 2016. All rights reserved.