|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConnection | |
---|---|
com.ibm.cics.core.comm | |
com.ibm.cics.zos.comm |
Uses of IConnection in com.ibm.cics.core.comm |
---|
Subinterfaces of IConnection in com.ibm.cics.core.comm | |
---|---|
interface |
ICompositeConnection
Interface for IConnection s who are composites of multiple child connections. |
Classes in com.ibm.cics.core.comm that implement IConnection | |
---|---|
class |
AbstractConnection
Abstract implementation of IConnection |
Methods in com.ibm.cics.core.comm that return IConnection | |
---|---|
IConnection |
IConnectionDescriptor.createConnection()
Creates a new instance of the IConnection implementation for this connection type. |
IConnection |
IParentConnectable.getChildConnection(java.lang.String childCategory)
Returns the IConnection implementation for a child connection associated with a specific category. |
IConnection |
AbstractConnectable.getConnection()
|
IConnection |
IConnectable.getConnection()
Retrieves the IConnection being used by this IConnectable. |
Methods in com.ibm.cics.core.comm that return types with arguments of type IConnection | |
---|---|
java.lang.Class<? extends IConnection> |
IConnectable.getConnectionType()
|
java.lang.Class<? extends IConnection> |
IConnectionCategory.getType()
Retrieves the superclass of all IConnection implementations for all connection types in this category. |
Methods in com.ibm.cics.core.comm with parameters of type IConnection | |
---|---|
void |
AbstractConnectable.setConnection(IConnection connection)
|
void |
IConnectable.setConnection(IConnection connection)
Sets the underlying IConnection to be used by this IConnectable. |
Method parameters in com.ibm.cics.core.comm with type arguments of type IConnection | |
---|---|
IConnectionCategory |
ConnectionRegistry.findCategory(java.lang.Class<? extends IConnection> connectionType)
Finds the IConnectionCategory a given connectionType belongs to. |
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. |
Uses of IConnection in com.ibm.cics.zos.comm |
---|
Subinterfaces of IConnection in com.ibm.cics.zos.comm | |
---|---|
interface |
IZOSConnection
Abstraction of a connection to a z/OS system |
interface |
IZOSJobConnection
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |