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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addConfiguration
(Configuration configuration) 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
setIbisContext
(IbisContext ibisContext) void
shutdown()
Shut down the IBIS instance and clean up.void
Stop and remove the ConfigurationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
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
-