Uses of Interface
com.ibm.cics.core.comm.IConnectable

Packages that use IConnectable
com.ibm.cics.core.comm   
com.ibm.cics.core.connections   
com.ibm.cics.zos.model   
 

Uses of IConnectable in com.ibm.cics.core.comm
 

Subinterfaces of IConnectable in com.ibm.cics.core.comm
 interface IConnectable2
          Extends the IConnectable service interface with methods that provide improved listener capabilities.
 interface IParentConnectable
          IConnectable implementation that manages connections to multiple services with shared lifecycle.
 

Classes in com.ibm.cics.core.comm that implement IConnectable
 class AbstractConnectable
          Abstract superclass for IConnectable implementations.
 

Methods in com.ibm.cics.core.comm with parameters of type IConnectable
 void IConnectableListener2.exception(IConnectable connectable, java.lang.Exception ex)
          Notifies the listener that an exception has occurred.
 

Uses of IConnectable in com.ibm.cics.core.connections
 

Methods in com.ibm.cics.core.connections that return IConnectable
 IConnectable ConnectionServiceListener.ConnectionServiceEvent.getConnectable()
           
 IConnectable IConnectionService.getConnectable(java.lang.String connectionCategoryId)
          Returns the IConnectable associated with the supplied connection category ID
 

Methods in com.ibm.cics.core.connections with parameters of type IConnectable
static CredentialsConfiguration ConnectionUtilities.getCredentialsConfiguration(IConnectable connectable)
          Get the credentials configuration for an IConnectable
static java.lang.String ConnectionUtilities.getPassword(IConnectable connectable)
          Get the password for an IConnectable
static java.lang.String ConnectionUtilities.getUserID(IConnectable connectable)
          Get the user ID for an IConnectable
 void IConnectionService.setConnectable(java.lang.String connectionCategoryId, IConnectable connectable)
          Sets the connectable to be used when interacting with a particular connection category.
 

Constructors in com.ibm.cics.core.connections with parameters of type IConnectable
ConnectionServiceListener.ConnectedEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.ConnectingEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.ConnectionServiceEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.DisconnectedEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.DisconnectingEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.ExceptionEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile, java.lang.Exception exception)
           
 

Uses of IConnectable in com.ibm.cics.zos.model
 

Subinterfaces of IConnectable in com.ibm.cics.zos.model
 interface IZOS
          Service interface for interacting with z/OS resources.
 



Copyright © 2013 IBM Corp. All Rights Reserved.