Package com.softwareag.connectivity.chainmanagers
package com.softwareag.connectivity.chainmanagers
-
ClassDescriptionBase class for a manager that takes responsibility for dynamically creating and managing instances of a transport plug-in.Represents a dynamic chain instance, created using
ChainManagerHost.createChain(String, ChainDefinition, Map, String, List).A dynamic chain definition, providing the configuration for each plug-in in a chain.The name and configuration of a single plug-in in a chain definition.A container for parameters passed to the constructor of a dynamic chain manager.Interface that the host provides to the chain manager for operations such as creating chains and registering channel lifecycle listeners.Interface that will be implemented by a chain manager to get callbacks on channel creation and destroy.A container for parameters used to create a transport plug-in instance from a chain manager.