Verastream Transaction Integrator 4.0

Uses of Class
com.attachmate.tasks.TaskException

Packages that use TaskException
com.attachmate.tasks   
com.attachmate.transaction.runtime.common.taskbean   
com.attachmate.transaction.runtime.common.util   
 

Uses of TaskException in com.attachmate.tasks
 

Subclasses of TaskException in com.attachmate.tasks
 class ResourceInUseException
          Exception thrown when a method on the task bean cannot be executed because the resource context is in use.
 class UnsupportedOperationException
          Exception thrown when an attempt is made to execute a method that is not supported.
 

Uses of TaskException in com.attachmate.transaction.runtime.common.taskbean
 

Methods in com.attachmate.transaction.runtime.common.taskbean that throw TaskException
 void BaseTxBean.doExecute()
           
 int BaseTxBean.getCurrentContentLength()
          Return the number of bytes of transaction data currently contained in the current Program I/O Area (Input Area if bean is in INPUT mode, Output Area if bean is currently in OUTPUT mode).
 void BaseTxBean.reset()
          Clear instance properties of this task bean, and reset the bean state to INPUT mode for reuse in execution of another client operation.
 

Uses of TaskException in com.attachmate.transaction.runtime.common.util
 

Methods in com.attachmate.transaction.runtime.common.util that throw TaskException
 double DataToolKit.getDoubleFromHostBytes(java.lang.String pictureDescription, byte[] hostBytes)
          Returns the double value obtained by decoding the input bytes, which represent a host memory image of a COBOL field defined with the input pictureDescription.
 float DataToolKit.getFloatFromHostBytes(java.lang.String pictureDescription, byte[] hostBytes)
          Returns the float value obtained by decoding the input bytes, which represent a host memory image of a COBOL field defined with the input pictureDescription.
 byte[] DataToolKit.getHostBytesFromDouble(double doubleValue, java.lang.String pictureDescription)
          Returns a byte array containing the host memory representation of a COBOL field defined according to the supplied COBOL PICTURE specification, and containing the value represented by the input double variable.
 byte[] DataToolKit.getHostBytesFromFloat(float floatValue, java.lang.String pictureDescription)
          Returns a byte array containing the host memory representation of a COBOL field defined according to the supplied COBOL PICTURE specification, and containing the value represented by the input floating point variable.
 byte[] DataToolKit.getHostBytesFromInt(int intValue, java.lang.String pictureDescription)
          Returns a byte array containing the host memory representation of a COBOL field defined according to the supplied COBOL PICTURE specification, and containing the value represented by the input int variable.
 byte[] DataToolKit.getHostBytesFromLong(long longValue, java.lang.String pictureDescription)
          Returns a byte array containing the host memory representation of a COBOL field defined according to the supplied COBOL PICTURE specification, and containing the value represented by the input long variable.
 byte[] DataToolKit.getHostBytesFromShort(short shortValue, java.lang.String pictureDescription)
          Returns a byte array containing the host memory representation of a COBOL field defined according to the supplied COBOL PICTURE specification, and containing the value represented by the input short variable.
 byte[] DataToolKit.getHostBytesFromString(java.lang.String stringValue, java.lang.String pictureDescription)
          Returns a byte array containing the host memory representation of a COBOL field defined according to the supplied COBOL PICTURE specification, and containing the value represented by the input client codepage String variable.
 int DataToolKit.getIntFromHostBytes(java.lang.String pictureDescription, byte[] hostBytes)
          Returns the int value obtained by decoding the input bytes, which represent a host memory image of a COBOL field defined with the input pictureDescription.
 long DataToolKit.getLongFromHostBytes(java.lang.String pictureDescription, byte[] hostBytes)
          Returns the long value obtained by decoding the input bytes, which represent a host memory image of a COBOL field defined with the input pictureDescription.
 short DataToolKit.getShortFromHostBytes(java.lang.String pictureDescription, byte[] hostBytes)
          Returns the short value obtained by decoding the input bytes, which represent a host memory image of a COBOL field defined with the input pictureDescription.
 java.lang.String DataToolKit.getStringFromHostBytes(java.lang.String pictureDescription, byte[] hostBytes)
          Returns the String value obtained by decoding the input bytes, which represent a host memory image of a COBOL field defined with the input pictureDescription.
 


Verastream Transaction Integrator 4.0