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 UimaEEAdminContext
public void stopListener(String anEndpointName)
stopListener
in interface UimaEEAdminContext
public void onApplicationEvent(org.springframework.context.ApplicationEvent anEvent)
onApplicationEvent
in interface org.springframework.context.ApplicationListener
public void shutdown()
shutdown
in interface UimaEEAdminContext
public boolean isShutdown()
Copyright © 2017. All rights reserved.