Package com.ibm.cics.core.comm

Interface Summary
ICompositeConnection Interface for IConnections who are composites of multiple child connections.
IConnectable A service associated with a specific IConnectionCategory that wraps IConnections of a common subtype.
IConnectable2 Extends the IConnectable service interface with methods that provide improved listener capabilities.
IConnectableListener Deprecated. Use IConnectableListener2 and IConnectable2 where possible.
IConnectableListener2 Listener interface for implementations of IConnectable2.
IConnection Interface representing abstract lifecycleable connections
IConnectionCategory Meta-object describing a category of connections.
IConnectionDescriptor Meta-object describing a particular type of IConnection, associated with a specific IConnectionCategory.
IConnectionDescriptor.ExtendedAttribute Meta-object describing an extended attribute that should be available on a ConnectionConfiguration.
ICredentialsConfigurationStore Deprecated.
IParentConnectable IConnectable implementation that manages connections to multiple services with shared lifecycle.
IPassphraseManager Manages the passphrases associated with the trust store and key store.
 

Class Summary
AbstractConnectable Abstract superclass for IConnectable implementations.
AbstractConnection Abstract implementation of IConnection
Activator The activator class controls the plug-in life cycle
ConnectionConfiguration Configuration data to be assigned to an IConnection.
ConnectionRegistry Registry for all connections defined to this plugin by the com.ibm.cics.core.comm.connections extension point.
CredentialsConfiguration Configuration class representing the credentials that should be used when authenticating a connection.
ExplorerHostnameVerifier  
ExplorerSecurityHelper  
 

Enum Summary
ConnectionException.Type Deprecated. Clients should use subclasses of ConnectionException to give specific exception behaviour, rather than relying on this type enum.
IConnectionDescriptor.ExtendedAttributeType Describes the type of an extended attribute
 

Exception Summary
AuthenticationException A ConnectionException representing a problem with the credentials used to authenticate the current user.
ConnectionCancelledException An exception thrown by IConnection.connect() to indicate that the current attempt to connect should be considered aborted.
ConnectionException Superclass of all exceptions that reflect an error in an attempt to use an IConnection.
DisconnectVetoedException Thrown by the ConnectionService when a call to IConnectable.disconnect() fails, because the disconnect was vetoed - i.e.
 



Copyright © 2013 IBM Corp. All Rights Reserved.