com.ibm.cics.core.comm
Interface ICompositeConnection

All Superinterfaces:
IConnection

public interface ICompositeConnection
extends IConnection

Interface for IConnections who are composites of multiple child connections.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void setConfiguration(ConnectionConfiguration configuration, java.util.Map<java.lang.String,IConnection> componentConnections)
          Sets the ConnectionConfiguration and a Map of child IConnections, keyed by ID of the corresponding connection in the extended attributes of the configuration.
 
Methods inherited from interface com.ibm.cics.core.comm.IConnection
connect, disconnect, getConfiguration, getHost, getName, getPort, getUserID, isConnected, isSecure, setConfiguration
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

setConfiguration

void setConfiguration(ConnectionConfiguration configuration,
                      java.util.Map<java.lang.String,IConnection> componentConnections)
Sets the ConnectionConfiguration and a Map of child IConnections, 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.