Package org.frankframework.configuration
Class IbisManager
java.lang.Object
org.frankframework.configuration.IbisManager
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class IbisManager
extends Object
implements org.springframework.context.ApplicationContextAware
Implementation of IbisManager which does not use EJB for
managing IBIS Adapters.
- Since:
- 4.8
- Author:
- Tim van der Leeuw
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConfiguration
(Configuration configuration) org.springframework.context.ApplicationContext
getConfiguration
(String configurationName) void
handleAction
(Action action, String configurationName, String adapterName, String receiverName, String commandIssuedBy, boolean isAdmin) Utility function to give commands to Adapters and Receiversvoid
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setIbisContext
(IbisContext ibisContext) void
shutdown()
Shut down the IBIS instance and clean up.void
Stop and remove the Configuration
-
Constructor Details
-
IbisManager
public IbisManager()
-
-
Method Details
-
setIbisContext
-
getIbisContext
-
addConfiguration
-
getConfigurations
-
getConfiguration
-
unload
Stop and remove the Configuration -
shutdown
public void shutdown()Shut down the IBIS instance and clean up. -
handleAction
public void handleAction(Action action, String configurationName, String adapterName, String receiverName, String commandIssuedBy, boolean isAdmin) Utility function to give commands to Adapters and Receivers -
getApplicationContext
public org.springframework.context.ApplicationContext getApplicationContext() -
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-