Deprecated API


Contents
Deprecated Interfaces
com.ibm.cics.core.comm.IConnectableListener
          Use IConnectableListener2 and IConnectable2 where possible. 
com.ibm.cics.core.comm.ICredentialsConfigurationStore
           
 

Deprecated Classes
com.ibm.cics.core.connections.ConnectionWidgetManager
          use IConnectionUserInterfaceService#createConnectionWidget(org.eclipse.swt.widgets.Composite, String) to 
 

Deprecated Enums
com.ibm.cics.core.comm.ConnectionException.Type
          Clients should use subclasses of ConnectionException to give specific exception behaviour, rather than relying on this type enum. 
 

Deprecated Fields
com.ibm.cics.core.connections.IPreferencesConstants.CONNECTION_PREFERENCES_QUALIFIER
           
 

Deprecated Methods
com.ibm.cics.core.comm.AbstractConnectable.addListener(IConnectableListener)
           
com.ibm.cics.core.comm.IConnectable.addListener(IConnectableListener)
          - replaced by IConnectable2.addListener(IConnectableListener2) 
com.ibm.cics.core.comm.ConnectionRegistry.findCategory(String)
          use ConnectionRegistry.getConnectionCategory(String) 
com.ibm.cics.core.comm.ConnectionException.getAttributes()
          no longer used. 
com.ibm.cics.core.comm.IConnectionDescriptor.getChildCategories()
          no longer used. 
com.ibm.cics.core.comm.ConnectionException.getConfiguration()
          no longer used 
com.ibm.cics.core.comm.AuthenticationException.getCredentialsID()
          No longer used, always null 
com.ibm.cics.core.connections.IConnectionManager.getCredentialsManager()
          replaced by ConnectionsPlugin.getCredentialsManager() 
com.ibm.cics.core.comm.ConnectionException.getExceptionType()
          the type is no longer used. Problems should be reflected by the cause exception. 
com.ibm.cics.core.comm.AbstractConnection.getHost()
           
com.ibm.cics.core.comm.IConnection.getHost()
          use IConnection.getConfiguration() instead 
com.ibm.cics.core.comm.IConnection.getName()
          use IConnection.getConfiguration() instead 
com.ibm.cics.core.comm.AbstractConnection.getPassword()
          Clients should call AbstractConnection.getConfiguration() and retrieve the password from there, as not all connections require a password. 
com.ibm.cics.core.comm.AbstractConnection.getPort()
           
com.ibm.cics.core.comm.IConnection.getPort()
          use IConnection.getConfiguration() instead 
com.ibm.cics.core.comm.AbstractConnection.getUserID()
           
com.ibm.cics.core.comm.IConnection.getUserID()
          use IConnection.getConfiguration() instead 
com.ibm.cics.core.comm.ConnectionException.hasConfiguration()
           
com.ibm.cics.core.comm.AbstractConnection.isSecure()
           
com.ibm.cics.core.comm.IConnection.isSecure()
          use IConnection.getConfiguration() instead. 
com.ibm.cics.zos.comm.IZOSConnection.perform(String, String)
          not used 
com.ibm.cics.core.connections.IConnectionCustomizer.performDefaults()
          no longer used. 
com.ibm.cics.core.connections.IConnectionCustomizer.performOk()
          no longer used. 
com.ibm.cics.core.comm.AbstractConnectable.removeListener(IConnectableListener)
          No longer used. 
com.ibm.cics.core.connections.ICredentialsManager.setAuthenticatedInThisSession(CredentialsConfiguration, boolean)
          clients should use ICredentialsManager.update(CredentialsConfiguration, boolean) specifying "true" to force a credential into the authenticated cache, as this method does not fire events. 
com.ibm.cics.core.comm.ConnectionException.setConfiguration(ConnectionConfiguration)
          no longer used 
com.ibm.cics.core.connections.IConnectionCustomizer.setConnectionsInfoProvider(IConnectionsInfoProvider)
           
com.ibm.cics.core.connections.IConnectionCustomizer.setDirty(boolean)
           
com.ibm.cics.core.comm.ConnectionException.setExceptionType(ConnectionException.Type)
          no longer used. ConnectionExceptions should use the underlying cause to reflect their type. 
com.ibm.cics.core.comm.ConnectionConfiguration.staticallyEquals(ConnectionConfiguration)
          connections are not anticipated to change any fields of a connection configuration, so it should be possible to use the regular ConnectionConfiguration.equals(Object) method to determine connection configuration equality. 
 

Deprecated Constructors
com.ibm.cics.core.comm.AuthenticationException(String, String)
          credentialsId is ignored. 
com.ibm.cics.core.comm.ConnectionConfiguration(String, String, int, String)
          This constructor does not supply a unique ID for the configuration. Use ConnectionConfiguration.ConnectionConfiguration(String, String, String, int, String, boolean) 
com.ibm.cics.core.comm.ConnectionConfiguration(String, String, int, String, String)
          This constructor does not supply a unique ID for the configuration. Use ConnectionConfiguration.ConnectionConfiguration(String, String, String, int, String, boolean) 
com.ibm.cics.core.comm.ConnectionConfiguration(String, String, int, String, String, boolean)
          This constructor does not supply a unique ID for the configuration. Use ConnectionConfiguration.ConnectionConfiguration(String, String, String, int, String, boolean, boolean) 
 



Copyright © 2013 IBM Corp. All Rights Reserved.