com.ibm.cics.core.comm
Interface ICompositeConnection
- All Superinterfaces:
- IConnection
public interface ICompositeConnection
- extends IConnection
Interface for IConnection
s who are composites of multiple child connections.
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
setConfiguration
void setConfiguration(ConnectionConfiguration configuration,
java.util.Map<java.lang.String,IConnection> componentConnections)
- Sets the
ConnectionConfiguration
and a Map
of child IConnection
s, keyed by
ID of the corresponding connection in the extended attributes of the configuration. Called preferentially
to IConnection.setConfiguration(ConnectionConfiguration)
for composite connections.
- Parameters:
configuration
- configration data.componentConnections
- component connections.
Copyright © 2013 IBM Corp. All Rights Reserved.