|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionConfiguration | |
---|---|
com.ibm.cics.core.comm | |
com.ibm.cics.core.connections |
Uses of ConnectionConfiguration in com.ibm.cics.core.comm |
---|
Methods in com.ibm.cics.core.comm that return ConnectionConfiguration | |
---|---|
ConnectionConfiguration |
AbstractConnection.getConfiguration()
Get the configuration associated with this connections. |
ConnectionConfiguration |
ConnectionException.getConfiguration()
Deprecated. no longer used |
ConnectionConfiguration |
IConnection.getConfiguration()
Returns the ConnectionConfiguration in use by this connection. |
Methods in com.ibm.cics.core.comm with parameters of type ConnectionConfiguration | |
---|---|
void |
AbstractConnection.setConfiguration(ConnectionConfiguration connectionConfiguration)
|
void |
ConnectionException.setConfiguration(ConnectionConfiguration config)
Deprecated. no longer used |
void |
IConnection.setConfiguration(ConnectionConfiguration connectionConfiguration)
Sets the ConnectionConfiguration to be used by this connection. |
void |
ICompositeConnection.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. |
boolean |
ConnectionConfiguration.staticallyEquals(ConnectionConfiguration other)
Deprecated. connections are not anticipated to change any fields of a connection configuration, so it should be possible to use the regular equals(Object) method to determine
connection configuration equality. |
Constructors in com.ibm.cics.core.comm with parameters of type ConnectionConfiguration | |
---|---|
ConnectionConfiguration(ConnectionConfiguration other)
Create a duplicate of an existing connection configuration with a new ID. |
|
ConnectionConfiguration(java.lang.String newID,
ConnectionConfiguration other)
Create a duplicate of an existing connection configuration with a new ID. |
Uses of ConnectionConfiguration in com.ibm.cics.core.connections |
---|
Methods in com.ibm.cics.core.connections that return ConnectionConfiguration | |
---|---|
ConnectionConfiguration |
ConnectionProfile.getConnectionConfiguration()
|
Methods in com.ibm.cics.core.connections with parameters of type ConnectionConfiguration | |
---|---|
void |
IConnectionCustomizer.setConfiguration(ConnectionConfiguration connectionConfiguration)
Sets the ConnectionConfiguration that should be modified when making
changes through this IConnectionCustomizer |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |