Uses of Class
com.ibm.cics.core.comm.ConnectionException

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

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

Subclasses of ConnectionException in com.ibm.cics.core.comm
 class AuthenticationException
          A ConnectionException representing a problem with the credentials used to authenticate the current user.
 class ConnectionCancelledException
          An exception thrown by IConnection.connect() to indicate that the current attempt to connect should be considered aborted.
 class DisconnectVetoedException
          Thrown by the ConnectionService when a call to IConnectable.disconnect() fails, because the disconnect was vetoed - i.e.
 

Methods in com.ibm.cics.core.comm that throw ConnectionException
 void IConnection.connect()
          Attempts to activate this connection.
 IConnection IConnectionDescriptor.createConnection()
          Creates a new instance of the IConnection implementation for this connection type.
 void AbstractConnectable.disconnect()
           
 void IConnectable.disconnect()
          Disconnects the underlying IConnection that is being used to provide this service.
 void IConnection.disconnect()
          Deactivates this connection, cleaning up any associated temporary state.
 

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

Methods in com.ibm.cics.core.connections that return ConnectionException
 ConnectionException IConnectionService.getConnectionException(java.lang.String currentCategory)
          Returns any ConnectionException that occurred for a connection category
 

Methods in com.ibm.cics.core.connections that throw ConnectionException
 void IConnectionService.disconnect(java.lang.String categoryId)
          Disconnects any {@link IConnectable registered with the supplied connection category ID.
 

Uses of ConnectionException in com.ibm.cics.zos.comm
 

Subclasses of ConnectionException in com.ibm.cics.zos.comm
 class ZOSFileNotFoundException
           
 class ZOSPermissionDeniedException
           
 

Methods in com.ibm.cics.zos.comm that throw ConnectionException
 void IZOSConnection.cancelJob(java.lang.String jobID)
          Cancels an active job
 void IZOSConnection.changePermissions(java.lang.String anHFSEntry, java.lang.String octal)
          Sets the permissions of an HFS resource
 void IZOSConnection.createDataSet(java.lang.String dataSetName, IZOSConnection.DataSetArguments dataSetArguments)
          Creates a new dataset using the supplied IZOSConnection.DataSetArguments.
 void IZOSConnection.createDataSet(java.lang.String dataSetName, java.lang.String basedOnDataSetPath, java.io.InputStream contents)
          Creates a new dataset based on an existing dataset
 ZOSConnectionResponse IZOSConnection.createDataSetMember(java.lang.String dataSetName, java.lang.String memberName)
          Creates a new member in an existing PDS.
 void IZOSConnection.createFolderHFS(java.lang.String aPath)
          Creates a new folder in HFS
 void IZOSConnection.deleteDataSet(java.lang.String dataSetName, java.lang.String memberName)
          Deletes a member of a PDS.
 void IZOSConnection.deleteJob(java.lang.String jobID)
          Deletes a job from the z/OS job queue
 void IZOSConnection.deletePathHFS(java.lang.String folderName)
          Deletes a named folder in HFS
 boolean IZOSConnection.existsHFS(java.lang.String aPath)
          Determines whether or not the supplied HFS path exists
 boolean IZOSConnection.existsHFSFile(java.lang.String path, java.lang.String aName)
          Determines whether a particular HFS file exists
 ZOSConnectionResponse IZOSConnection.getDataSet(java.lang.String dataSetName)
          Retrieve metadata for a named dataset.
 ZOSConnectionResponse IZOSConnection.getDataSetMember(java.lang.String dataSetName, java.lang.String memberName)
          Retrieve metadata for a dataset member.
 java.util.List<ZOSConnectionResponse> IZOSConnection.getDataSetMembers(java.lang.String dataSetName)
          Retrive a list of children of a dataset.
 java.io.ByteArrayOutputStream IZOSConnection.getFileHFS(java.lang.String fileName, FileType aFileType)
          Retrieve the contents of a file from HFS
 java.util.List<ZOSConnectionResponse> IZOSConnection.getHFSChildren(java.lang.String aPath, boolean includeHiddenFiles)
          Returns metadata for all children of a given HFS path.
 ZOSConnectionResponse IZOSJobConnection.getJob(java.lang.String jobID)
           
 java.util.List<ZOSConnectionResponse> IZOSJobConnection.getJobs(java.lang.String jobName, JobStatus aJobStatus, java.lang.String owner)
           
 java.io.ByteArrayOutputStream IZOSConnection.getJobSpool(java.lang.String jobID)
          Return the job spool for a named job
 java.util.List<ZOSConnectionResponse> IZOSJobConnection.getJobSteps(java.lang.String jobID)
           
 java.io.ByteArrayOutputStream IZOSJobConnection.getJobStepSpool(java.lang.String dsName)
           
 void IZOSConnection.perform(java.lang.String request, java.lang.String argument)
          Deprecated. not used
 void IZOSConnection.recallDataSetMember(java.lang.String dataSetName, java.lang.String memberName)
          Recalls a migrated dataset.
 java.io.ByteArrayOutputStream IZOSConnection.retrieveDataSetMember(java.lang.String dataSetName, java.lang.String memberName)
          Retrieve the contents of a PDS member.
 java.io.ByteArrayOutputStream IZOSConnection.retrieveSequentialDataSet(java.lang.String dataSetName)
          Retrieves the contents of a sequential dataset.
 void IZOSConnection.saveDataSetMember(java.lang.String dataSetName, java.lang.String memberName, java.io.InputStream dataSetContents)
          Saves the data provided by the supplied InputStream to the identified dataset member.
 void IZOSConnection.saveFileHFS(java.lang.String filePath, java.io.InputStream fileContents, FileType aFileType)
          Saves the contents of an InputStream to an HFS file.
 java.io.ByteArrayOutputStream IZOSConnection.submitDataSetMember(java.lang.String dataSetName, java.lang.String memberName)
          Submits a PDS member as a job.
 ZOSConnectionResponse IZOSConnection.submitJob(java.io.InputStream stream)
          Submits the contents of the supplied input stream to the z/OS job queue
 

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

Methods in com.ibm.cics.zos.model that throw ConnectionException
 java.io.ByteArrayOutputStream IZOS.getContents(DataEntry dataEntry, FileType aFileType)
          Get the contents of a DataEntry as a ByteArrayOutputStream
 Member IZOS.getDataSetMember(PartitionedDataSet dataSet, java.lang.String memberName)
          Retrieve metadata about a specific member of a PDS
 java.util.List<Member> IZOS.getMembers(PartitionedDataSet aDataSet)
          Retrieve metadata about all members of a PDS
 



Copyright © 2013 IBM Corp. All Rights Reserved.