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
- Since:
- 4.8
- Author:
- Tim van der Leeuw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConfiguration(Configuration configuration) getConfiguration(String configurationName) voidhandleAction(Action action, String configurationName, String adapterName, String receiverName, String commandIssuedBy, boolean isAdmin) Utility function to give commands to Adapters and ReceiversvoidsetIbisContext(IbisContext ibisContext) voidshutdown()Shut down the IBIS instance and clean up.voidStop and remove the ConfigurationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-