public interface IbisManager
extends org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationContextAware
Modifier and Type | Interface and Description |
---|---|
static class |
IbisManager.IbisAction |
Modifier and Type | Field and Description |
---|---|
static String |
ALL_CONFIGS_KEY |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguration(Configuration configuration) |
void |
dumpStatistics(HasStatistics.Action action) |
org.springframework.context.ApplicationContext |
getApplicationContext() |
org.springframework.context.ApplicationEventPublisher |
getApplicationEventPublisher() |
Configuration |
getConfiguration(String configurationName) |
List<Configuration> |
getConfigurations() |
IbisContext |
getIbisContext() |
Adapter |
getRegisteredAdapter(String name)
Deprecated.
|
List<Adapter> |
getRegisteredAdapters()
Deprecated.
|
void |
handleAction(IbisManager.IbisAction action,
String configurationName,
String adapterName,
String receiverName,
String commandIssuedBy,
boolean isAdmin)
Utility function to give commands to Adapters and Receivers
|
void |
setIbisContext(IbisContext ibisContext) |
void |
shutdown()
Shut down the IBIS instance.
|
void |
unload(String configurationName)
Unload specified configuration.
|
static final String ALL_CONFIGS_KEY
void setIbisContext(IbisContext ibisContext)
IbisContext getIbisContext()
org.springframework.context.ApplicationContext getApplicationContext()
void addConfiguration(Configuration configuration)
List<Configuration> getConfigurations()
Configuration getConfiguration(String configurationName)
void handleAction(IbisManager.IbisAction action, String configurationName, String adapterName, String receiverName, String commandIssuedBy, boolean isAdmin)
void unload(String configurationName)
void shutdown()
@Deprecated Adapter getRegisteredAdapter(String name)
@Deprecated List<Adapter> getRegisteredAdapters()
void dumpStatistics(HasStatistics.Action action)
org.springframework.context.ApplicationEventPublisher getApplicationEventPublisher()
Copyright © 2023 Frank!Framework. All rights reserved.