Serialized Form


Package com.ibm.as400.access

Class com.ibm.as400.access.ActionCompletedEvent extends EventObject implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AFPResource extends PrintObject implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AFPResourceList extends PrintObjectList implements Serializable

serialVersionUID: 4L

Serialized Fields

spooledFileFilter_

SpooledFile spooledFileFilter_

Class com.ibm.as400.access.ArrayFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AS400 extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

systemName_

String systemName_

systemNameLocal_

boolean systemNameLocal_

userId_

String userId_

gssName_

String gssName_

gssOption_

int gssOption_

guiAvailable_

boolean guiAvailable_

usePasswordCache_

boolean usePasswordCache_

useDefaultUser_

boolean useDefaultUser_

showCheckboxes_

boolean showCheckboxes_

signingOn_

boolean signingOn_

useSSLConnection_

com.ibm.as400.access.SSLOptions useSSLConnection_

mustAddLanguageLibrary_

boolean mustAddLanguageLibrary_

mustUseSockets_

boolean mustUseSockets_

mustUseNetSockets_

boolean mustUseNetSockets_

mustUseSuppliedProfile_

boolean mustUseSuppliedProfile_

threadUsed_

boolean threadUsed_

locale_

Locale locale_

nlv_

String nlv_

socketProperties_

SocketProperties socketProperties_

ddmRDB_

String ddmRDB_

forcePrompt_

boolean forcePrompt_

Class com.ibm.as400.access.AS400Array extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

arrayType

AS400DataType arrayType

arraySize

int arraySize

allowChanges

boolean allowChanges

Class com.ibm.as400.access.AS400Bin2 extends Object implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AS400Bin4 extends Object implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AS400Bin8 extends Object implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AS400ByteArray extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

length

int length

Class com.ibm.as400.access.AS400Certificate extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

certificate_

byte[] certificate_

info_

String info_

byteData_

byte[] byteData_

Class com.ibm.as400.access.AS400CertificateAttribute extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

attrType_

int attrType_

byteAttr_

byte[] byteAttr_

stringAttr_

String stringAttr_

isString_

boolean isString_

Class com.ibm.as400.access.AS400CertificateEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

int id_

Class com.ibm.as400.access.AS400CertificateUserProfileUtil extends AS400CertificateUtil implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AS400CertificateUtil extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Overrides the ObjectInputStream.readObject() method in order to return any transient parts of the object to there properly initialized state. We also generate a declared file name for the object. I.e we in effect call the null constructor. By calling ObjectInputStream.defaultReadObject() we restore the state of any non-static and non-transient variables. We then continue on to restore the state (as necessary) of the remaining varaibles.

Throws:
ClassNotFoundException - If the class being deserialized is not found.
IOException - If an error occurs while communicating with the system.
Serialized Fields

ifsPathName_

String ifsPathName_

libName_

String libName_

objectName_

String objectName_

objectType_

String objectType_

usrSpaceName_

String usrSpaceName_

system_

AS400 system_

as400AttrS_

String[] as400AttrS_

as400AttrB_

byte[][] as400AttrB_

nextCertificateToReturn_

int nextCertificateToReturn_

nextCertificateOffset_

int nextCertificateOffset_

numberCertificatesFound_

int numberCertificatesFound_

info_

String info_

Class com.ibm.as400.access.AS400CertificateVldlUtil extends AS400CertificateUtil implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AS400ConnectionPool extends ConnectionPool implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException - If a file I/O error occurs.
ClassNotFoundException - If a file error occurs.
Serialized Fields

socketProperties_

SocketProperties socketProperties_

Class com.ibm.as400.access.AS400DecFloat extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

digits

int digits

Class com.ibm.as400.access.AS400Exception extends ErrorCompletingRequestException implements Serializable

serialVersionUID: 4L

Serialized Fields

msgList_

AS400Message[] msgList_

Class com.ibm.as400.access.AS400File extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Overrides the ObjectInputStream.readObject() method in order to return any transient parts of the object to there properly initialized state. We also generate a declared file name for the object. I.e we in effect call the null constructor. By calling ObjectInputStream.defaultReadObject() we restore the state of any non-static and non-transient variables. We then continue on to restore the state (as necessary) of the remaining varaibles.

Throws:
ClassNotFoundException - If the class being deserialized is not found.
IOException - If an error occurs while communicating with the system.
Serialized Fields

readNoUpdate_

boolean readNoUpdate_

ssp_

boolean ssp_

library_

String library_

file_

String file_

member_

String member_

name_

String name_

recordFormat_

RecordFormat recordFormat_

system_

AS400 system_

Class com.ibm.as400.access.AS400FileRecordDescription extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Overrides the ObjectInputStream.readObject() method in order to return any transient parts of the object to there properly initialized state. I.e we in effect call the null constructor. By calling ObjectInputStream.defaultReadObject() we restore the state of any non-static and non-transient variables. We then continue on to restore the state (as necessary) of the remaining varaibles.

Throws:
ClassNotFoundException - If the class being deserialized is not found.
IOException - If an error occurs while communicating with the system.
Serialized Fields

file_

String file_

member_

String member_

name_

String name_

system_

AS400 system_

Class com.ibm.as400.access.AS400FileRecordDescriptionEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

int id_

Class com.ibm.as400.access.AS400Float4 extends Object implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AS400Float8 extends Object implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AS400FTP extends FTP implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
During object deserialization, this method is called. When it is call we need to initialize transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

system_

AS400 system_

saveFilePublicAuthority_

String saveFilePublicAuthority_

CDToRoot

String CDToRoot

Class com.ibm.as400.access.AS400JDBCConnectionPool extends ConnectionPool implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException - If a file I/O error occurs.
ClassNotFoundException - If a file error occurs.
Serialized Fields

closed_

boolean closed_

dataSource_

AS400JDBCConnectionPoolDataSource dataSource_

Class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource extends AS400JDBCDataSource implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException

Class com.ibm.as400.access.AS400JDBCDataSource extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Deserializes and initializes transient data.

Throws:
ClassNotFoundException - If the class cannot be found.
IOException - If an I/O exception occurs.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the IBM i system and user information.

Throws:
IOException - If a file I/O error occurs.
Serialized Fields

dataSourceName_

String dataSourceName_

description_

String description_

properties_

com.ibm.as400.access.JDProperties properties_

sockProps_

SocketProperties sockProps_

serialServerName_

String serialServerName_

serialUserName_

String serialUserName_

serialKeyRingName_

String serialKeyRingName_

isSecure_

boolean isSecure_

serialPWBytes_

char[] serialPWBytes_

serialKeyRingPWBytes_

char[] serialKeyRingPWBytes_

savePasswordWhenSerialized_

boolean savePasswordWhenSerialized_

Class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource extends AS400JDBCManagedDataSource implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

initialPoolSize_

int initialPoolSize_

minPoolSize_

int minPoolSize_

maxPoolSize_

int maxPoolSize_

maxIdleTime_

long maxIdleTime_

propertyCycle_

long propertyCycle_

maxLifetime_

long maxLifetime_

reuseConnections_

boolean reuseConnections_

Class com.ibm.as400.access.AS400JDBCManagedDataSource extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Deserializes and initializes transient data.

Throws:
ClassNotFoundException - If the class cannot be found.
IOException - If an I/O exception occurs.

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serializes the IBM i system and user information.

Throws:
IOException - If a file I/O error occurs.
Serialized Fields

dataSourceName_

String dataSourceName_

description_

String description_

serialPWBytes_

char[] serialPWBytes_

pwHashcode_

int pwHashcode_

serialServerName_

String serialServerName_

serialUserName_

String serialUserName_

serialKeyRingName_

String serialKeyRingName_

isSecure_

boolean isSecure_

serialKeyRingPWBytes_

char[] serialKeyRingPWBytes_

savePasswordWhenSerialized_

boolean savePasswordWhenSerialized_

properties_

com.ibm.as400.access.JDProperties properties_

sockProps_

SocketProperties sockProps_

dataSourceNameSpecified_

boolean dataSourceNameSpecified_

Class com.ibm.as400.access.AS400JDBCRowSet extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

command_

String command_

dataSourceName_

String dataSourceName_

useDataSource_

boolean useDataSource_

url_

String url_

username_

String username_

password_

String password_

connection_

Connection connection_

dataSource_

DataSource dataSource_

statement_

PreparedStatement statement_

context_

Context context_

environment_

Hashtable environment_

isReadOnly_

boolean isReadOnly_

transactionIsolation_

int transactionIsolation_

typeMap_

Map typeMap_

createNewStatement_

boolean createNewStatement_

concurrency_

int concurrency_

escapeProcessing_

boolean escapeProcessing_

type_

int type_

Class com.ibm.as400.access.AS400JDBCXADataSource extends AS400JDBCDataSource implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AS400Message extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

date_

Calendar date_

dateSent_

String dateSent_

timeSent_

String timeSent_

fileName_

String fileName_

id_

String id_

libraryName_

String libraryName_

defaultReply_

String defaultReply_

severity_

int severity_

substitutionData_

byte[] substitutionData_

text_

String text_

type_

int type_

help_

String help_

Class com.ibm.as400.access.AS400PackedDecimal extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

digits

int digits

scale

int scale

useDouble_

boolean useDouble_

Class com.ibm.as400.access.AS400SecurityException extends Exception implements Serializable

serialVersionUID: 4L

Serialized Fields

rc_

int rc_

messageList_

AS400Message[] messageList_

Class com.ibm.as400.access.AS400Structure extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

elements_

AS400DataType[] elements_

allowChanges_

boolean allowChanges_

Class com.ibm.as400.access.AS400Text extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

length_

int length_

ccsid_

int ccsid_

system_

AS400 system_

padding_

byte[] padding_

Class com.ibm.as400.access.AS400UnsignedBin2 extends Object implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AS400UnsignedBin4 extends Object implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.AS400ZonedDecimal extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

digits

int digits

scale

int scale

useDouble_

boolean useDouble_

Class com.ibm.as400.access.BaseDataQueue extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

system_

AS400 system_

path_

String path_

library_

String library_

name_

String name_

ccsid_

int ccsid_

maxEntryLength_

int maxEntryLength_

saveSenderInformation_

boolean saveSenderInformation_

FIFO_

boolean FIFO_

forceToAuxiliaryStorage_

boolean forceToAuxiliaryStorage_

description_

String description_

attributesRetrieved_

boolean attributesRetrieved_

Class com.ibm.as400.access.BidiConversionProperties extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

bidiStringType_

int bidiStringType_

removeMarksOnImplicitToVisual_

boolean removeMarksOnImplicitToVisual_

impToImp_

boolean impToImp_

roundTrip_

boolean roundTrip_

winCompatible_

boolean winCompatible_

insertMarkers_

boolean insertMarkers_

removeMarkers_

boolean removeMarkers_

options_

int options_

wordBreak_

boolean wordBreak_

destinationRequired_

boolean destinationRequired_

srcToDstMapRequired_

boolean srcToDstMapRequired_

dstToSrcMapRequired_

boolean dstToSrcMapRequired_

propertyMapRequired_

boolean propertyMapRequired_

continuation_

boolean continuation_

numeralShaping_

int numeralShaping_

inpCount_

int inpCount_

outCount_

int outCount_

srcToDstMap_

int[] srcToDstMap_

dstToSrcMap_

int[] dstToSrcMap_

propertyMap_

byte[] propertyMap_

expandLamAlef

boolean expandLamAlef

Class com.ibm.as400.access.BinaryFieldDescription extends FieldDescription implements Serializable

serialVersionUID: -2040945751371810257L

Class com.ibm.as400.access.CallStackEntry extends Object implements Serializable

serialVersionUID: 7L

Serialized Fields

requestLevel_

int requestLevel_

programName_

String programName_

programLibrary_

String programLibrary_

miInstructionNumber_

int miInstructionNumber_

moduleName_

String moduleName_

moduleLibrary_

String moduleLibrary_

controlBoundary_

byte controlBoundary_

activationGroupNumber_

long activationGroupNumber_

activationGroupName_

String activationGroupName_

programASP_

String programASP_

programLibraryASP_

String programLibraryASP_

programASPNumber_

int programASPNumber_

programLibraryASPNumber_

int programLibraryASPNumber_

activationGroupNumberLong_

long activationGroupNumberLong_

statementIdentifiers_

String[] statementIdentifiers_

procedureName_

String procedureName_

job_

Job job_

threadID_

long threadID_

Class com.ibm.as400.access.CharacterDataArea extends DataArea implements Serializable

serialVersionUID: 4L

Serialized Fields

initialValue_

String initialValue_
Variables

Class com.ibm.as400.access.CharacterFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Serialized Fields

ccsid_

String ccsid_

variableLength_

int variableLength_

isVariableLength_

boolean isVariableLength_

Class com.ibm.as400.access.CharConverter extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

table_

com.ibm.as400.access.Converter table_

Class com.ibm.as400.access.ClusteredHashTable extends Object implements Serializable

serialVersionUID: 5L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Restores the state of this object from an object input stream.

Throws:
IOException
ClassNotFoundException
Serialized Fields

name_

String name_

system_

AS400 system_

Class com.ibm.as400.access.ClusteredHashTableEntry extends Object implements Serializable

serialVersionUID: 5L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Restores the state of this object from an object input stream.

Throws:
IOException
ClassNotFoundException
Serialized Fields

userData_

byte[] userData_
Variables


entryAuthority_

int entryAuthority_

entryStatus_

int entryStatus_

entryUpdateOption_

int entryUpdateOption_

key_

byte[] key_

timeToLive_

int timeToLive_

ownerProfile_

String ownerProfile_

modifyProfile_

String modifyProfile_

Class com.ibm.as400.access.Command extends Object implements Serializable

serialVersionUID: 6L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

system_

AS400 system_

path_

String path_

commandProcessingProgram_

String commandProcessingProgram_

sourceFile_

String sourceFile_

validityCheckProgram_

String validityCheckProgram_

mode_

String mode_

whereAllowedToRun_

String whereAllowedToRun_

allowLimitedUser_

boolean allowLimitedUser_

maxPosParms_

int maxPosParms_

promptMessageFile_

String promptMessageFile_

messageFile_

String messageFile_

helpPanelGroup_

String helpPanelGroup_

helpIdentifier_

String helpIdentifier_

searchIndex_

String searchIndex_

currentLibrary_

String currentLibrary_

productLibrary_

String productLibrary_

promptOverrideProgram_

String promptOverrideProgram_

restricted_

String restricted_

description_

String description_

cppState_

String cppState_

vcState_

String vcState_

poState_

String poState_

ccsid_

int ccsid_

guiEnabled_

boolean guiEnabled_

threadsafe_

byte threadsafe_

multithreadedJobAction_

byte multithreadedJobAction_

xml_

String xml_

xml2_

String xml2_

xmlProductLibrary_

String xmlProductLibrary_

xmlPanelGroup_

String xmlPanelGroup_

xmlHelpText_

String xmlHelpText_

refreshed_

boolean refreshed_

refreshedXML_

boolean refreshedXML_

refreshedXML2_

boolean refreshedXML2_

refreshedHelpIDs_

boolean refreshedHelpIDs_

refreshedHelpText_

boolean refreshedHelpText_

refreshedParsedXML_

boolean refreshedParsedXML_

loadedDescription_

boolean loadedDescription_

detectedMissingPTF_

boolean detectedMissingPTF_

Class com.ibm.as400.access.CommandCall extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

system_

AS400 system_

command_

String command_

messageList_

AS400Message[] messageList_

threadSafety_

boolean threadSafety_

threadSafetyDetermined_

int threadSafetyDetermined_

messageOption_

int messageOption_

Class com.ibm.as400.access.CommandList extends Object implements Serializable

serialVersionUID: 6L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

sys_

AS400 sys_

lib_

String lib_

cmd_

String cmd_

Class com.ibm.as400.access.ConnectionDroppedException extends IOException implements Serializable

serialVersionUID: 4L

Serialized Fields

rc_

int rc_

Class com.ibm.as400.access.ConnectionEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

service_

int service_

Class com.ibm.as400.access.ConnectionPool extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException - If a file I/O error occurs.
ClassNotFoundException - If a file error occurs.
Serialized Fields

properties_

com.ibm.as400.access.ConnectionPoolProperties properties_

inUse_

boolean inUse_

isRunMaintenance_

boolean isRunMaintenance_

Class com.ibm.as400.access.ConnectionPoolEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

eventID_

int eventID_

Class com.ibm.as400.access.ConnectionPoolException extends Exception implements Serializable

serialVersionUID: 4L

Serialized Fields

exception_

Exception exception_

returnCode_

int returnCode_

Class com.ibm.as400.access.DataArea extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

system_

AS400 system_
Variables


dataAreaPathName_

String dataAreaPathName_

name_

String name_

ifsPathName_

QSYSObjectPathName ifsPathName_

length_

int length_

textDescription_

String textDescription_

authority_

String authority_

dataAreaType_

int dataAreaType_

Class com.ibm.as400.access.DataAreaEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

int id_

Class com.ibm.as400.access.DataQueue extends BaseDataQueue implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.DataQueueAttributes extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

authority_

String authority_

description_

String description_

entryLength_

int entryLength_

FIFO_

boolean FIFO_

forceToAuxiliaryStorage_

boolean forceToAuxiliaryStorage_

keyLength_

int keyLength_

saveSenderInfo_

boolean saveSenderInfo_

Class com.ibm.as400.access.DataQueueEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

int id_

Class com.ibm.as400.access.DateFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Serialized Fields

dateFormat_

String dateFormat_

dateSeparator_

String dateSeparator_

Class com.ibm.as400.access.DBCSEitherFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Serialized Fields

ccsid_

String ccsid_

variableLength_

int variableLength_

isVariableLength_

boolean isVariableLength_

Class com.ibm.as400.access.DBCSGraphicFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Serialized Fields

ccsid_

String ccsid_

variableLength_

int variableLength_

isVariableLength_

boolean isVariableLength_

Class com.ibm.as400.access.DBCSOnlyFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Serialized Fields

ccsid_

String ccsid_

variableLength_

int variableLength_

isVariableLength_

boolean isVariableLength_

Class com.ibm.as400.access.DBCSOpenFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Serialized Fields

ccsid_

String ccsid_

variableLength_

int variableLength_

isVariableLength_

boolean isVariableLength_

Class com.ibm.as400.access.DecimalDataArea extends DataArea implements Serializable

serialVersionUID: 4L

Serialized Fields

initialValue_

BigDecimal initialValue_
Variables


decimalPositions_

int decimalPositions_

Class com.ibm.as400.access.DLOPermission extends UserPermission implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.EnvironmentVariable extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

system_

AS400 system_

name_

String name_

nameBytes_

byte[] nameBytes_

stringType_

int stringType_

Class com.ibm.as400.access.EnvironmentVariableList extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

system_

AS400 system_

Class com.ibm.as400.access.ErrnoException extends AS400Exception implements Serializable

serialVersionUID: 4L

Serialized Fields

errno_

int errno_

Class com.ibm.as400.access.ErrorCodeParameter extends ProgramParameter implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

charConverter_

CharConverter charConverter_

format_

boolean format_

returnSubstitutionData_

boolean returnSubstitutionData_

usedMinimalConstructor_

boolean usedMinimalConstructor_

Class com.ibm.as400.access.ErrorCompletingRequestException extends Exception implements Serializable

serialVersionUID: 4L

Serialized Fields

rc_

int rc_

Class com.ibm.as400.access.ExtendedIllegalArgumentException extends IllegalArgumentException implements Serializable

serialVersionUID: 4L

Serialized Fields

rc_

int rc_

Class com.ibm.as400.access.ExtendedIllegalStateException extends IllegalStateException implements Serializable

serialVersionUID: 4L

Serialized Fields

rc_

int rc_

Class com.ibm.as400.access.ExtendedIOException extends IOException implements Serializable

serialVersionUID: 4L

Serialized Fields

rc_

int rc_

Class com.ibm.as400.access.FieldDescription extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

alias_

String alias_

allowNull_

boolean allowNull_

columnHeading_

String columnHeading_

dataType_

AS400DataType dataType_

ddsName_

String ddsName_

defaultValue_

Object defaultValue_

keyFieldFunctions_

String[] keyFieldFunctions_

layoutLength_

int layoutLength_

layoutAlignment_

int layoutAlignment_

length_

int length_

name_

String name_

refFld_

String refFld_

text_

String text_

isDFTCurrent_

boolean isDFTCurrent_

DFTCurrentValue_

String DFTCurrentValue_

isDFTNull_

boolean isDFTNull_

Class com.ibm.as400.access.FileEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

int id_

Class com.ibm.as400.access.FloatFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Serialized Fields

decimalPositions_

int decimalPositions_

floatPrecision_

String floatPrecision_

Class com.ibm.as400.access.FTP extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
During object deserialization, this method is called. When it is called we need to initialize transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

server_

String server_

user_

String user_

port_

int port_

reuseSocket_

boolean reuseSocket_

bufferSize_

int bufferSize_

mode_

int mode_

Class com.ibm.as400.access.FTPEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

int id_

Class com.ibm.as400.access.HexFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Serialized Fields

variableLength_

int variableLength_

isVariableLength_

boolean isVariableLength_

Class com.ibm.as400.access.IFSFile extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Restores the state of this object from an object input stream.

Throws:
IOException
ClassNotFoundException
Serialized Fields

system_

AS400 system_

path_

String path_

permission_

Permission permission_

subType_

String subType_

isDirectory_

boolean isDirectory_

isFile_

boolean isFile_

isSymbolicLink_

boolean isSymbolicLink_

patternMatching_

int patternMatching_

sortLists_

boolean sortLists_

listFiles0LastNumObjsReturned_

int listFiles0LastNumObjsReturned_

listFiles0LastRestartName_

String listFiles0LastRestartName_

listFiles0LastRestartID_

byte[] listFiles0LastRestartID_

Class com.ibm.as400.access.IFSFileDescriptor extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Restores the state of this object from an object input stream.

Throws:
IOException - If an error occurs while communicating with the server.
ClassNotFoundException
Serialized Fields

path_

String path_

shareOption_

int shareOption_

system_

AS400 system_

closed_

boolean closed_

Class com.ibm.as400.access.IFSFileInputStream extends InputStream implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Restores the state of this object from an object input stream.

Throws:
IOException - If an error occurs while communicating with the system.
ClassNotFoundException
Serialized Fields

fd_

IFSFileDescriptor fd_

Class com.ibm.as400.access.IFSFileOutputStream extends OutputStream implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Restores the state of this object from an object input stream.

Throws:
IOException - If an error occurs while communicating with the system.
ClassNotFoundException
Serialized Fields

fd_

IFSFileDescriptor fd_

append_

boolean append_

ccsid_

int ccsid_

Class com.ibm.as400.access.IFSJavaFile extends File implements Serializable

serialVersionUID: 4L

Serialized Fields

ifsFile_

IFSFile ifsFile_

absolute_

boolean absolute_

Class com.ibm.as400.access.IFSKey extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Restores the state of this object from an object input stream.

Throws:
IOException - If an error occurs while communicating with the server.
ClassNotFoundException
Serialized Fields

fileHandle_

int fileHandle_

offset_

long offset_

length_

long length_

isMandatory_

boolean isMandatory_

Class com.ibm.as400.access.IFSRandomAccessFile extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Restores the state of this object from an object input stream.

Throws:
IOException
ClassNotFoundException
Serialized Fields

existenceOption_

int existenceOption_

fd_

IFSFileDescriptor fd_

mode_

String mode_

forceToStorage_

boolean forceToStorage_

Class com.ibm.as400.access.IFSTextFileInputStream extends IFSFileInputStream implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.IFSTextFileOutputStream extends IFSFileOutputStream implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.IllegalObjectTypeException extends Exception implements Serializable

serialVersionUID: 4L

Serialized Fields

returnCode_

int returnCode_

Class com.ibm.as400.access.IllegalPathNameException extends RuntimeException implements Serializable

serialVersionUID: 4L

Serialized Fields

returnCode_

int returnCode_

Class com.ibm.as400.access.InternalErrorException extends RuntimeException implements Serializable

serialVersionUID: 4L

Serialized Fields

rc_

int rc_

Class com.ibm.as400.access.ISeriesNetServer extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

system_

AS400 system_

systemVRM_

int systemVRM_

gotSystemVRM_

boolean gotSystemVRM_

effectiveValueStr_

String[] effectiveValueStr_

pendingValueStr_

String[] pendingValueStr_

effectiveValueInt_

int[] effectiveValueInt_

pendingValueInt_

int[] pendingValueInt_

userChangedAttribute_

boolean[] userChangedAttribute_

userCommittedChange_

boolean[] userCommittedChange_

changedAutoStartSinceRefresh_

boolean changedAutoStartSinceRefresh_

Class com.ibm.as400.access.ISeriesNetServerConnection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

netServer_

ISeriesNetServer netServer_

connectTime_

int connectTime_

numberOfFilesOpen_

int numberOfFilesOpen_

resourceName_

String resourceName_

connectionType_

int connectionType_

userName_

String userName_

numberOfUsers_

int numberOfUsers_

connectionID_

int connectionID_

sessionID_

long sessionID_

resourceType_

int resourceType_

Class com.ibm.as400.access.ISeriesNetServerFileShare extends ISeriesNetServerShare implements Serializable

serialVersionUID: 1L

Serialized Fields

path_

String path_

permissions_

int permissions_

maxNumberOfUsers_

int maxNumberOfUsers_

curNumberOfUsers_

int curNumberOfUsers_

ccsidForTextConversion_

int ccsidForTextConversion_

textConversionEnablement_

String textConversionEnablement_

fileExtensions_

String[] fileExtensions_

Class com.ibm.as400.access.ISeriesNetServerPrintShare extends ISeriesNetServerShare implements Serializable

serialVersionUID: 1L

Serialized Fields

outputQueue_

String outputQueue_

printDriver_

String printDriver_

spooledFileType_

int spooledFileType_

printerFile_

String printerFile_

isPublished_

boolean isPublished_

Class com.ibm.as400.access.ISeriesNetServerSession extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

workstationName_

String workstationName_

sessionID_

long sessionID_

numberOfConnections_

int numberOfConnections_

sessionAge_

int sessionAge_

numberOfFilesOpen_

int numberOfFilesOpen_

idleTime_

int idleTime_

isPasswordEncrypted_

boolean isPasswordEncrypted_

isGuestSession_

boolean isGuestSession_

userName_

String userName_

Class com.ibm.as400.access.ISeriesNetServerShare extends Object implements Serializable

serialVersionUID: 469818009548069269L

Serialized Fields

name_

String name_

description_

String description_

isFile_

boolean isFile_

numOptionalParmsToSet_

int numOptionalParmsToSet_

Class com.ibm.as400.access.ISeriesPrinter extends Object implements Serializable

serialVersionUID: -609299009457592116L

Serialized Fields

system_

AS400 system_

name_

String name_

refreshed_

boolean refreshed_

writerStarted_

boolean writerStarted_

writerStatus_

int writerStatus_

deviceStatus_

int deviceStatus_

overallStatus_

int overallStatus_

description_

String description_

starterUser_

String starterUser_

writingStatus_

int writingStatus_

waitingForMessage_

boolean waitingForMessage_

held_

boolean held_

endPendingStatus_

int endPendingStatus_

holdPendingStatus_

int holdPendingStatus_

betweenFiles_

boolean betweenFiles_

betweenCopies_

boolean betweenCopies_

waitingForData_

boolean waitingForData_

waitingForDevice_

boolean waitingForDevice_

onJobQueue_

boolean onJobQueue_

writerJobName_

String writerJobName_

writerJobUser_

String writerJobUser_

writerJobNumber_

String writerJobNumber_

printerDeviceType_

String printerDeviceType_

numberOfSeparators_

int numberOfSeparators_

separatorDrawer_

int separatorDrawer_

formAlignmentMessageTime_

String formAlignmentMessageTime_

outputQueueName_

String outputQueueName_

outputQueueLibraryName_

String outputQueueLibraryName_

outputQueueStatus_

int outputQueueStatus_

publishedInNetworkDirectory_

boolean publishedInNetworkDirectory_

formType_

String formType_

messageOption_

String messageOption_

writerEndTime_

String writerEndTime_

allowsDirectPrinting_

boolean allowsDirectPrinting_

messageQueueName_

String messageQueueName_

messageQueueLibraryName_

String messageQueueLibraryName_

writerChangeTime_

String writerChangeTime_

pendingOutputQueueName_

String pendingOutputQueueName_

pendingOutputQueueLibraryName_

String pendingOutputQueueLibraryName_

pendingFormType_

String pendingFormType_

pendingMessageOption_

String pendingMessageOption_

pendingNumberOfSeparators_

int pendingNumberOfSeparators_

pendingSeparatorDrawer_

int pendingSeparatorDrawer_

spooledFileName_

String spooledFileName_

spooledFileJobName_

String spooledFileJobName_

spooledFileJobUser_

String spooledFileJobUser_

spooledFileJobNumber_

String spooledFileJobNumber_

spooledFileNumber_

int spooledFileNumber_

pageBeingWritten_

int pageBeingWritten_

totalPages_

int totalPages_

copiesLeft_

int copiesLeft_

totalCopies_

int totalCopies_

supportsAFP_

boolean supportsAFP_

writerMessageKey_

byte[] writerMessageKey_

spooledFileJobSystem_

String spooledFileJobSystem_

spooledFileCreationDate_

String spooledFileCreationDate_

spooledFileCreationTime_

String spooledFileCreationTime_

Class com.ibm.as400.access.JavaApplicationCall extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes the transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

as400_

AS400 as400_

command_

CommandCall command_

messageList_

AS400Message[] messageList_

classPath_

String classPath_

defaultPort_

int defaultPort_

findPort_

boolean findPort_

garbageCollectionInitialSize_

int garbageCollectionInitialSize_

garbageCollectionMaximumSize_

String garbageCollectionMaximumSize_

garbageCollectionFrequency_

int garbageCollectionFrequency_

garbageCollectionPriority_

int garbageCollectionPriority_

interpret_

String interpret_

jobname_

String jobname_

javaApplication_

String javaApplication_

optimization_

String optimization_

options_

String[] options_

parameters_

String[] parameters_

properties_

Properties properties_

securityCheckLevel_

String securityCheckLevel_

standardErrorPort_

int standardErrorPort_

standardInPort_

int standardInPort_

standardOutPort_

int standardOutPort_

Class com.ibm.as400.access.JavaProgram extends Object implements Serializable

serialVersionUID: -209990140140936884L

Serialized Fields

loaded_

boolean loaded_

system_

AS400 system_

path_

String path_

fileOwner_

String fileOwner_

fileChangeDate_

Date fileChangeDate_

javaProgramCreationDate_

Date javaProgramCreationDate_

numberOfAttachedPrograms_

int numberOfAttachedPrograms_

numberOfClassesWithJavaPrograms_

int numberOfClassesWithJavaPrograms_

numberOfClassesWithoutPrograms_

int numberOfClassesWithoutPrograms_

numberOfClassesWithErrors_

int numberOfClassesWithErrors_

numberOfClasses_

int numberOfClasses_

optimizationLevel_

int optimizationLevel_

performanceCollectionEnabledFlag_

String performanceCollectionEnabledFlag_

performanceCollectionType_

String performanceCollectionType_

useAdoptedAuthority_

boolean useAdoptedAuthority_

adoptedAuthorityProfile_

String adoptedAuthorityProfile_

sizeOfAttachedPrograms_

int sizeOfAttachedPrograms_

javaProgramVersion_

String javaProgramVersion_

profilingDataStatus_

String profilingDataStatus_

LICoptions_

String LICoptions_

Class com.ibm.as400.access.Job extends Object implements Serializable

serialVersionUID: 6L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

cacheChanges_

boolean cacheChanges_

isConnected_

boolean isConnected_

values_

com.ibm.as400.access.JobHashtable values_

cachedChanges_

com.ibm.as400.access.JobHashtable cachedChanges_

name_

String name_

user_

String user_

number_

String number_

status_

String status_

type_

String type_

subtype_

String subtype_

system_

AS400 system_

internalJobID_

String internalJobID_

realInternalJobID_

byte[] realInternalJobID_

Class com.ibm.as400.access.JobDescription extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Restores the state of this object from an object input stream.

Throws:
IOException
ClassNotFoundException
Serialized Fields

vrm_

int vrm_

system_

AS400 system_

name_

String name_

library_

String library_

jobDescriptionName_

String jobDescriptionName_

jobDescriptionLibraryName_

String jobDescriptionLibraryName_

userName_

String userName_

initialLibraryList_

String[] initialLibraryList_

jobDate_

String jobDate_

jobSwitches_

String jobSwitches_

jobQueueName_

String jobQueueName_

jobQueueLibraryName_

String jobQueueLibraryName_

jobQueuePriority_

String jobQueuePriority_

holdOnJobQueue_

String holdOnJobQueue_

outputQueueName_

String outputQueueName_

outputQueueLibraryName_

String outputQueueLibraryName_

outputQueuePriority_

String outputQueuePriority_

printerDeviceName_

String printerDeviceName_

printText_

String printText_

syntaxCheckSeverity_

int syntaxCheckSeverity_

endSeverity_

int endSeverity_

messageLoggingSeverity_

int messageLoggingSeverity_

messageLoggingLevel_

String messageLoggingLevel_

messageLoggingText_

String messageLoggingText_

loggingOfCLPrograms_

String loggingOfCLPrograms_

inquiryMessageReply_

String inquiryMessageReply_

deviceRecoveryAction_

String deviceRecoveryAction_

timeSliceEndPool_

String timeSliceEndPool_

accountingCode_

String accountingCode_

routingData_

String routingData_

textDescription_

String textDescription_

jobMessageQueueMaximumSize_

int jobMessageQueueMaximumSize_

jobMessageQueueFullAction_

String jobMessageQueueFullAction_

CYMDJobDate_

String CYMDJobDate_

allowMultipleThreads_

String allowMultipleThreads_

spooledFileAction_

String spooledFileAction_

iaspNames_

String[] iaspNames_

ddmConversation_

String ddmConversation_

jobLogOutput_

String jobLogOutput_

Class com.ibm.as400.access.JobList extends Object implements Serializable

serialVersionUID: 5L

Serialized Fields

system_

AS400 system_

selectionJobName_

String selectionJobName_

selectionUserName_

String selectionUserName_

selectionJobNumber_

String selectionJobNumber_

selectionJobType_

String selectionJobType_

selectActiveJobs_

boolean selectActiveJobs_

selectJobQueueJobs_

boolean selectJobQueueJobs_

selectOutQueueJobs_

boolean selectOutQueueJobs_

activeStatuses_

String[] activeStatuses_

currentActiveStatus_

int currentActiveStatus_

selectHeldJobs_

boolean selectHeldJobs_

selectScheduledJobs_

boolean selectScheduledJobs_

selectReadyJobs_

boolean selectReadyJobs_

jobQueues_

String[] jobQueues_

currentJobQueue_

int currentJobQueue_

initialUsers_

String[] initialUsers_

currentInitialUser_

int currentInitialUser_

serverTypes_

String[] serverTypes_

currentServerType_

int currentServerType_

enhancedJobTypes_

int[] enhancedJobTypes_

currentEnhancedJobType_

int currentEnhancedJobType_

length_

int length_

recordLength_

int recordLength_

handle_

byte[] handle_

closeHandle_

boolean closeHandle_

numKeysReturned_

int numKeysReturned_

keyFieldsReturned_

int[] keyFieldsReturned_

keyTypesReturned_

char[] keyTypesReturned_

keyLengthsReturned_

int[] keyLengthsReturned_

keyOffsetsReturned_

int[] keyOffsetsReturned_

currentKey_

int currentKey_

keys_

int[] keys_

currentSortKey_

int currentSortKey_

sortKeys_

int[] sortKeys_

sortOrders_

boolean[] sortOrders_

trackers_

Vector trackers_

Class com.ibm.as400.access.JobLog extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

system_

AS400 system_

name_

String name_

user_

String user_

number_

String number_

length_

int length_

handle_

byte[] handle_

closeHandle_

boolean closeHandle_

listDirection_

boolean listDirection_

startingMessageKey_

byte[] startingMessageKey_

numberOfFieldIdentifiers_

Vector numberOfFieldIdentifiers_

Class com.ibm.as400.access.KeyedDataQueue extends BaseDataQueue implements Serializable

serialVersionUID: 4L

Serialized Fields

keyLength_

int keyLength_

Class com.ibm.as400.access.KeyedFile extends AS400File implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Overrides the ObjectInputStream.readObject() method in order to return any transient parts of the object to there properly initialized state. We also generate a declared file name for the object. I.e we in effect call the null constructor. By calling ObjectInputStream.defaultReadObject() we restore the state of any non-static and non-transient variables. We then continue on to restore the state (as necessary) of the remaining variables.

Throws:
ClassNotFoundException - If the class being deserialized is not found.
IOException - If an error occurs during deserialization.

Class com.ibm.as400.access.LicenseException extends Exception implements Serializable

serialVersionUID: 4L

Serialized Fields

rc

int rc

Class com.ibm.as400.access.LocalDataArea extends DataArea implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.LogicalDataArea extends DataArea implements Serializable

serialVersionUID: 4L

Serialized Fields

initialValue_

boolean initialValue_
Variables

Class com.ibm.as400.access.MessageFile extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

helpTextFormatting_

int helpTextFormatting_

system_

AS400 system_

path_

String path_

library_

String library_

name_

String name_

previousMessageId_

String previousMessageId_

Class com.ibm.as400.access.MessageQueue extends Object implements Serializable

serialVersionUID: 5L

Serialized Fields

system_

AS400 system_

path_

String path_

library_

String library_

name_

String name_

length_

int length_

dataLength_

int dataLength_

handle_

byte[] handle_

closeHandle_

boolean closeHandle_

sort_

boolean sort_

helpTextFormatting_

int helpTextFormatting_

listDirection_

boolean listDirection_

severity_

int severity_

userStartingMessageKey_

byte[] userStartingMessageKey_

workstationStartingMessageKey_

byte[] workstationStartingMessageKey_

selection_

String selection_

selectMessagesNeedReply_

boolean selectMessagesNeedReply_

selectMessagesNoNeedReply_

boolean selectMessagesNoNeedReply_

selectSendersCopyMessagesNeedReply_

boolean selectSendersCopyMessagesNeedReply_

Class com.ibm.as400.access.NetServer extends ChangeableResource implements Serializable

serialVersionUID: 4L

Serialized Fields

document_

ProgramCallDocument document_
Deprecated. 

attributeGetter_

ProgramAttributeGetter attributeGetter_
Deprecated. 

attributeSetter_

ProgramAttributeSetter attributeSetter_
Deprecated. 

Class com.ibm.as400.access.NetServerConnection extends Resource implements Serializable

serialVersionUID: 4L

Serialized Fields

document_

ProgramCallDocument document_
Deprecated. 

id_

int id_
Deprecated. 

idWasSet_

boolean idWasSet_
Deprecated. 

attributeGetter_

ProgramAttributeGetter attributeGetter_
Deprecated. 

Class com.ibm.as400.access.NetServerFileShare extends NetServerShare implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.NetServerPrintShare extends NetServerShare implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.NetServerSession extends Resource implements Serializable

serialVersionUID: 4L

Serialized Fields

document_

ProgramCallDocument document_
Deprecated. 

name_

String name_
Deprecated. 

attributeGetter_

ProgramAttributeGetter attributeGetter_
Deprecated. 

Class com.ibm.as400.access.NetServerShare extends ChangeableResource implements Serializable

serialVersionUID: 4L

Serialized Fields

document_

ProgramCallDocument document_
Deprecated. 

name_

String name_
Deprecated. 

attrsToSetFirst_

Object[] attrsToSetFirst_
Deprecated. 

attributeGetter_

ProgramAttributeGetter attributeGetter_
Deprecated. 

attributeSetter_

ProgramAttributeSetter attributeSetter_
Deprecated. 

Class com.ibm.as400.access.ObjectAlreadyExistsException extends Exception implements Serializable

serialVersionUID: 4L

Serialized Fields

rc_

int rc_

Class com.ibm.as400.access.ObjectDoesNotExistException extends Exception implements Serializable

serialVersionUID: 4L

Serialized Fields

rc_

int rc_

Class com.ibm.as400.access.ObjectEvent extends EventObject implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.ObjectList extends Object implements Serializable

serialVersionUID: 5L

Serialized Fields

system_

AS400 system_

length_

int length_

recLen_

int recLen_

handle_

byte[] handle_

handleToClose_

byte[] handleToClose_

isConnected_

boolean isConnected_

currentLibAuthKey_

int currentLibAuthKey_

libAuthKeys_

String[] libAuthKeys_

currentObjectAuthKey_

int currentObjectAuthKey_

objectAuthKeys_

String[] objectAuthKeys_

currentStatusKey_

int currentStatusKey_

statusKeys_

byte[] statusKeys_

statusSelection_

boolean statusSelection_

currentKey_

int currentKey_

keys_

int[] keys_

currentSortKey_

int currentSortKey_

sortKeys_

int[] sortKeys_

sortOrders_

boolean[] sortOrders_

objectName_

String objectName_

objectLibrary_

String objectLibrary_

objectType_

String objectType_

aspDeviceName_

String aspDeviceName_

aspSearchType_

String aspSearchType_

Class com.ibm.as400.access.OutputQueue extends PrintObject implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class com.ibm.as400.access.OutputQueueEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

int id_

Class com.ibm.as400.access.OutputQueueList extends PrintObjectList implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.PackedDecimalFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Serialized Fields

decimalPositions_

int decimalPositions_

Class com.ibm.as400.access.PanelGroup extends Object implements Serializable

serialVersionUID: 6L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

system_

AS400 system_

path_

String path_

Class com.ibm.as400.access.PasswordDialog extends Dialog implements Serializable

serialVersionUID: 4L

Serialized Fields

listener_

com.ibm.as400.access.AS400SignonDialogAdapter listener_

systemNameTextField_

TextField systemNameTextField_

userIdTextField_

TextField userIdTextField_

passwordTextField_

TextField passwordTextField_

defaultUserCheckbox_

Checkbox defaultUserCheckbox_

cachePasswordCheckbox_

Checkbox cachePasswordCheckbox_

okButton_

Button okButton_

cancelButton_

Button cancelButton_

Class com.ibm.as400.access.Permission extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Serialization support.

Throws:
Thrown - when an application tries to load in a class through its string name, but no definition for the class with the specifed name could be found.
IOException - If an error occurs while communicating with the system.
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialization support.

Throws:
IOException - If an error occurs while communicating with the system.
Serialized Fields

as400_

AS400 as400_

authorizationList_

String authorizationList_

autListBackup_

String autListBackup_

autListChanged_

boolean autListChanged_

name_

String name_

owner_

String owner_

ownerChanged_

boolean ownerChanged_

revokeOldAuthority_

boolean revokeOldAuthority_

revokeOldGroupAuthority_

boolean revokeOldGroupAuthority_

followSymbolicLinks_

boolean followSymbolicLinks_

path_

String path_

asp_

String asp_

primaryGroup_

String primaryGroup_

primaryGroupChanged_

boolean primaryGroupChanged_

sensitivityChanged_

boolean sensitivityChanged_

sensitivityLevel_

int sensitivityLevel_

type_

int type_

Class com.ibm.as400.access.PersistenceException extends Exception implements Serializable

Serialized Fields

messageList_

AS400Message[] messageList_

Class com.ibm.as400.access.Printer extends PrintObject implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.PrinterFile extends PrintObject implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.PrinterFileList extends PrintObjectList implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.PrinterList extends PrintObjectList implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.PrintObject extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
We need to initialize our transient and static data when the object is de-serialized. static final data is OK.

Throws:
IOException
ClassNotFoundException
Serialized Fields

attrs

com.ibm.as400.access.NPCPAttribute attrs

cpID_

com.ibm.as400.access.NPCPID cpID_

objectType_

int objectType_

system_

AS400 system_

Class com.ibm.as400.access.PrintObjectList extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

attrsToRetrieve_

com.ibm.as400.access.NPCPAttributeIDList attrsToRetrieve_

idFilter_

com.ibm.as400.access.NPCPID idFilter_

selection_

com.ibm.as400.access.NPCPSelection selection_

system_

AS400 system_

typeOfObject_

int typeOfObject_

listOutOfSync_

boolean listOutOfSync_

objectAddedEvent_

boolean objectAddedEvent_

useCache_

boolean useCache_

Class com.ibm.as400.access.PrintObjectListEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

int id_

exception_

Exception exception_

printObject_

PrintObject printObject_

cpid_

com.ibm.as400.access.NPCPID cpid_

cpattr_

com.ibm.as400.access.NPCPAttribute cpattr_

Class com.ibm.as400.access.PrintParameterList extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

attrCP_

com.ibm.as400.access.NPCPAttribute attrCP_

Class com.ibm.as400.access.ProductLicense extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

productID_

String productID_

featureID_

String featureID_

releaseLevel_

String releaseLevel_

Class com.ibm.as400.access.ProductLicenseEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

int id_

Class com.ibm.as400.access.ProgramCall extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

system_

AS400 system_

program_

String program_

library_

String library_

name_

String name_

parameterList_

ProgramParameter[] parameterList_

messageList_

AS400Message[] messageList_

threadSafety_

boolean threadSafety_

threadSafetyDetermined_

int threadSafetyDetermined_

messageOption_

int messageOption_

Class com.ibm.as400.access.ProgramParameter extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

parameterType_

int parameterType_

nullParameter_

boolean nullParameter_

inputData_

byte[] inputData_

outputDataLength_

int outputDataLength_

outputData_

byte[] outputData_

Class com.ibm.as400.access.ProxyException extends RuntimeException implements Serializable

serialVersionUID: 4L

Serialized Fields

returnCode_

int returnCode_

Class com.ibm.as400.access.QSYSObjectPathName extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

path_

String path_

libraryName_

String libraryName_

objectName_

String objectName_

memberName_

String memberName_

objectType_

String objectType_

aspName_

String aspName_

Class com.ibm.as400.access.QSYSPermission extends UserPermission implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.QueuedMessage extends AS400Message implements Serializable

serialVersionUID: 5L

Serialized Fields

messageQueue_

MessageQueue messageQueue_

sendingUser_

String sendingUser_

sendingProgram_

String sendingProgram_

sendingJobName_

String sendingJobName_

sendingJobNumber_

String sendingJobNumber_

currentUser_

String currentUser_

key_

byte[] key_

replyStatus_

String replyStatus_

values_

com.ibm.as400.access.JobHashtable values_

alertOption_

String alertOption_

message_

String message_

messageHelp_

String messageHelp_

messageHelpReplacement_

String messageHelpReplacement_

messageHelpReplacementandFormat_

String messageHelpReplacementandFormat_

senderType_

String senderType_

sendingModuleName_

String sendingModuleName_

sendingProcedureName_

String sendingProcedureName_

sendingUserProfile_

String sendingUserProfile_

receivingType_

String receivingType_

receivingProgramName_

String receivingProgramName_

receivingModuleName_

String receivingModuleName_

receivingProcedureName_

String receivingProcedureName_

requestStatus_

String requestStatus_

number_of_sending_statements_

String[] number_of_sending_statements_

number_of_receiver_statements_

String[] number_of_receiver_statements_

Class com.ibm.as400.access.Record extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Overrides the ObjectInputStream.readObject() method in order to return any transient parts of the object to there properly initialized state. I.e we in effect call the null constructor. By calling ObjectInputStream.defaultReadObject() we restore the state of any non-static and non-transient variables. We then continue on to restore the state (as necessary) of the remaining varaibles.

Throws:
ClassNotFoundException - If the class being deserialized is not found.
IOException - If an error occurs while communicating with the system.
Serialized Fields

as400Data_

byte[] as400Data_

fieldDescriptions_

FieldDescription[] fieldDescriptions_

fields_

Object[] fields_

fieldOffsets_

int[] fieldOffsets_

hasDependentFields_

boolean hasDependentFields_

isConvertedToJava_

boolean[] isConvertedToJava_

isConvertedToAS400_

boolean[] isConvertedToAS400_

name_

String name_

nullFieldMap_

boolean[] nullFieldMap_

recordFormat_

RecordFormat recordFormat_

recordLength_

int recordLength_

recordNumber_

int recordNumber_

returnFields_

Object[] returnFields_

Class com.ibm.as400.access.RecordDescriptionEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

int id_

Class com.ibm.as400.access.RecordFormat extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Overrides the ObjectInputStream.readObject() method in order to return any transient parts of the object to there properly initialized state. I.e we in effect call the null constructor. By calling ObjectInputStream.defaultReadObject() we restore the state of any non-static and non-transient variables. We then continue on to restore the state (as necessary) of the remaining varaibles.

Throws:
ClassNotFoundException - If the class being deserialized is not found.
IOException - If an error occurs during deserialization.
Serialized Fields

delimiter_

char delimiter_

fieldDescriptions_

Vector fieldDescriptions_

fieldNameToIndexMap_

Hashtable fieldNameToIndexMap_

hasDependentFields_

boolean hasDependentFields_

keyFieldDescriptions_

Vector keyFieldDescriptions_

keyFieldNameToIndexMap_

Hashtable keyFieldNameToIndexMap_

lengthDependentFields_

Vector lengthDependentFields_

name_

String name_

offsetDependentFields_

Vector offsetDependentFields_

recordFormatType_

int recordFormatType_

recordFormatID_

String recordFormatID_

Class com.ibm.as400.access.RequestNotSupportedException extends Exception implements Serializable

serialVersionUID: 4L

Serialized Fields

rc_

int rc_

Class com.ibm.as400.access.RootPermission extends UserPermission implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.SaveFile extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Deserializes and initializes transient data.

Throws:
ClassNotFoundException
IOException
Serialized Fields

system_

AS400 system_

path_

String path_

library_

String library_

name_

String name_

targetRelease_

String targetRelease_

saveOutput_

String saveOutput_

Class com.ibm.as400.access.SaveFileEntry extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

objName_

String objName_

libSaved_

String libSaved_

objType_

String objType_

extObjAttr_

String extObjAttr_

saveDateTime_

Date saveDateTime_

objSize_

int objSize_

objSizeMult_

int objSizeMult_

asp_

int asp_

dataSaved_

String dataSaved_

objOwner_

String objOwner_

dloName_

String dloName_

folder_

String folder_

desc_

String desc_

aspDevName_

String aspDevName_

Class com.ibm.as400.access.SecureAS400 extends AS400 implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.SequentialFile extends AS400File implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Overrides the ObjectInputStream.readObject() method in order to return any transient parts of the object to there properly initialized state. We also generate a declared file name for the object. I.e we in effect call the null constructor. By calling ObjectInputStream.defaultReadObject() we restore the state of any non-static and non-transient variables. We then continue on to restore the state (as necessary) of the remaining varaibles.

Throws:
ClassNotFoundException - If the class being deserialized is not found.
IOException - If an error occurs while communicating with the system.

Class com.ibm.as400.access.ServerStartupException extends IOException implements Serializable

serialVersionUID: 4L

Serialized Fields

rc_

int rc_

Class com.ibm.as400.access.ServiceProgramCall extends ProgramCall implements Serializable

serialVersionUID: 4L

Serialized Fields

procedureName_

String procedureName_

returnValue_

byte[] returnValue_

returnValueFormat_

int returnValueFormat_

procedureNameCCSID_

int procedureNameCCSID_

alignOn16Bytes_

boolean alignOn16Bytes_

Class com.ibm.as400.access.SignonEvent extends EventObject implements Serializable

Serialized Fields

exception_

AS400SecurityException exception_

reconnecting_

boolean reconnecting_

Class com.ibm.as400.access.SocketProperties extends Object implements Serializable

serialVersionUID: 6818790247993750518L

Serialized Fields

keepAliveSet_

boolean keepAliveSet_

keepAlive_

boolean keepAlive_

receiveBufferSizeSet_

boolean receiveBufferSizeSet_

receiveBufferSize_

int receiveBufferSize_

sendBufferSizeSet_

boolean sendBufferSizeSet_

sendBufferSize_

int sendBufferSize_

soLingerSet_

boolean soLingerSet_

soLinger_

int soLinger_

soTimeoutSet_

boolean soTimeoutSet_

soTimeout_

int soTimeout_

tcpNoDelaySet_

boolean tcpNoDelaySet_

tcpNoDelay_

boolean tcpNoDelay_

loginTimeoutSet_

boolean loginTimeoutSet_

loginTimeout_

int loginTimeout_

Class com.ibm.as400.access.SpooledFile extends PrintObject implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException - Thrown if an IO error occurs.
ClassNotFoundException - Thrown if class is not found.

Class com.ibm.as400.access.SpooledFileList extends PrintObjectList implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.SystemStatus extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

system_

AS400 system_

receiverVariables_

byte[][] receiverVariables_

poolsVector_

Vector poolsVector_

Class com.ibm.as400.access.SystemValue extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

system_

AS400 system_

info_

com.ibm.as400.access.SystemValueInfo info_

value_

Object value_

groupName_

String groupName_

groupDescription_

String groupDescription_

localeDescription_

String localeDescription_

Class com.ibm.as400.access.SystemValueEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

newValue_

Object newValue_

oldValue_

Object oldValue_

Class com.ibm.as400.access.SystemValueGroup extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

system_

AS400 system_

groupName_

String groupName_

groupDescription_

String groupDescription_

infos_

Vector infos_

Class com.ibm.as400.access.SystemValueList extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

system_

AS400 system_

connected_

boolean connected_

Class com.ibm.as400.access.TimeFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Serialized Fields

timeFormat_

String timeFormat_

timeSeparator_

String timeSeparator_

Class com.ibm.as400.access.TimestampFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.TunnelProxyServer extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 4L

Serialized Fields

controller_

com.ibm.as400.access.PSTunnelController controller_

Class com.ibm.as400.access.User extends Object implements Serializable

serialVersionUID: 5L

Serialized Fields

system_

AS400 system_

name_

String name_

description_

String description_

groupHasMember_

boolean groupHasMember_

chgUsrPrf_

CommandCall chgUsrPrf_

chgUsrAud_

CommandCall chgUsrAud_

partiallyLoaded_

boolean partiallyLoaded_

loaded_

boolean loaded_

connected_

boolean connected_

userProfileName_

String userProfileName_

previousSignedOnDate_

Date previousSignedOnDate_

signedOnAttemptsNotValid_

int signedOnAttemptsNotValid_

status_

String status_

passwordLastChangedDateBytes_

byte[] passwordLastChangedDateBytes_

passwordLastChangedDate_

Date passwordLastChangedDate_

noPassword_

boolean noPassword_

passwordExpirationInterval_

int passwordExpirationInterval_

passwordExpireDateBytes_

byte[] passwordExpireDateBytes_

passwordExpireDate_

Date passwordExpireDate_

daysUntilPasswordExpire_

int daysUntilPasswordExpire_

passwordSetExpire_

boolean passwordSetExpire_

userClassName_

String userClassName_

specialAuthority_

String[] specialAuthority_

groupProfileName_

String groupProfileName_

owner_

String owner_

groupAuthority_

String groupAuthority_

assistanceLevel_

String assistanceLevel_

currentLibraryName_

String currentLibraryName_

initialMenu_

String initialMenu_

initialProgram_

String initialProgram_

limitCapabilities_

String limitCapabilities_

displaySignOnInformation_

String displaySignOnInformation_

limitDeviceSessions_

String limitDeviceSessions_

keyboardBuffering_

String keyboardBuffering_

maximumStorageAllowed_

int maximumStorageAllowed_

storageUsed_

int storageUsed_

highestSchedulingPriority_

int highestSchedulingPriority_

jobDescription_

String jobDescription_

accountingCode_

String accountingCode_

messageQueue_

String messageQueue_

messageQueueDeliveryMethod_

String messageQueueDeliveryMethod_

messageQueueSeverity_

int messageQueueSeverity_

outputQueue_

String outputQueue_

printDevice_

String printDevice_

specialEnvironment_

String specialEnvironment_

attentionKeyHandlingProgram_

String attentionKeyHandlingProgram_

languageID_

String languageID_

countryID_

String countryID_

ccsid_

int ccsid_

userOptions_

String[] userOptions_

sortSequenceTable_

String sortSequenceTable_

objectAuditingValue_

String objectAuditingValue_

userActionAuditLevel_

String[] userActionAuditLevel_

groupAuthorityType_

String groupAuthorityType_

supplementalGroups_

String[] supplementalGroups_

userID_

long userID_

groupID_

long groupID_

homeDirectory_

String homeDirectory_

localeJobAttributes_

String[] localeJobAttributes_

localePathName_

String localePathName_

withDigitalCertificates_

boolean withDigitalCertificates_

chridControl_

String chridControl_

iaspNames_

String[] iaspNames_

iaspStorageAllowed_

int[] iaspStorageAllowed_

iaspStorageUsed_

int[] iaspStorageUsed_

localPasswordManagement_

boolean localPasswordManagement_

pwdChangeBlock_

String pwdChangeBlock_

userEntitlementRequired_

boolean userEntitlementRequired_

userExpirationInterval_

int userExpirationInterval_

userExpirationDateBytes_

byte[] userExpirationDateBytes_

userExpirationDate_

Date userExpirationDate_

userExpirationAction_

String userExpirationAction_

jobDateFormat_

String jobDateFormat_

Class com.ibm.as400.access.UserGroup extends User implements Serializable

serialVersionUID: 5L

Serialized Fields

userList_

UserList userList_

Class com.ibm.as400.access.UserList extends Object implements Serializable

serialVersionUID: 5L

Serialized Fields

system_

AS400 system_

userInfo_

String userInfo_

groupInfo_

String groupInfo_

userProfile_

String userProfile_

length_

int length_

handle_

byte[] handle_

closeHandle_

boolean closeHandle_

Class com.ibm.as400.access.UserPermission extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws ClassNotFoundException,
                        IOException
Serialization support.

Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialization support.

Throws:
IOException
Serialized Fields

authorities_

boolean[] authorities_

dataAuthority_

String dataAuthority_

objectAuthority_

int objectAuthority_

autListMgt_

boolean autListMgt_

committed_

int committed_

groupIndicator_

int groupIndicator_

userName_

String userName_

fromAuthorizationList_

boolean fromAuthorizationList_

Class com.ibm.as400.access.UserSpace extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

system_

AS400 system_

path_

String path_

library_

String library_

name_

String name_

mustUseProgramCall_

boolean mustUseProgramCall_

mustUseSockets_

boolean mustUseSockets_

Class com.ibm.as400.access.UserSpaceEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

int id_

Class com.ibm.as400.access.WriterJob extends PrintObject implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.WriterJobList extends PrintObjectList implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.access.ZonedDecimalFieldDescription extends FieldDescription implements Serializable

serialVersionUID: 4L

Serialized Fields

decimalPositions_

int decimalPositions_

Package com.ibm.as400.access.list

Class com.ibm.as400.access.list.OpenList extends Object implements Serializable

serialVersionUID: -5967313807836097042L

Serialized Fields

system_

AS400 system_
The system object specified on this OpenList's constructor.

See Also:
OpenList.getSystem()

length_

int length_

enumerationBlockSize_

int enumerationBlockSize_

handle_

byte[] handle_

closeHandle_

boolean closeHandle_

enumerations_

Vector enumerations_

Class com.ibm.as400.access.list.OpenListException extends Exception implements Serializable

Serialized Fields

status_

int status_

Class com.ibm.as400.access.list.SpooledFileOpenList extends OpenList implements Serializable

serialVersionUID: 17674018445884278L

Serialized Fields

format_

int format_

filterJobName_

String filterJobName_

filterJobUser_

String filterJobUser_

filterJobNumber_

String filterJobNumber_

filterUsers_

String[] filterUsers_

filterOutputQueues_

QSYSObjectPathName[] filterOutputQueues_

filterFormType_

String filterFormType_

filterUserData_

String filterUserData_

filterStatuses_

String[] filterStatuses_

filterDevices_

String[] filterDevices_

filterJobSystemName_

String filterJobSystemName_

filterCreationDateStart_

Date filterCreationDateStart_

filterCreationDateEnd_

Date filterCreationDateEnd_

sortKeys_

Vector sortKeys_

Package com.ibm.as400.data

Class com.ibm.as400.data.PcmlException extends XmlException implements Serializable

Class com.ibm.as400.data.ProgramCallDocument extends Object implements Serializable

serialVersionUID: -1836686444079106483L

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

m_as400

AS400 m_as400

m_pcmlDoc

com.ibm.as400.data.PcmlDocument m_pcmlDoc

Class com.ibm.as400.data.RecordFormatDocument extends Object implements Serializable

serialVersionUID: 5L

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Custom serialization.

Throws:
IOException
Serialized Fields

m_rfmlDoc_

com.ibm.as400.data.RfmlDocument m_rfmlDoc_

Class com.ibm.as400.data.XmlException extends Exception implements Serializable

Serialized Fields

m_localizedMessage

String m_localizedMessage

m_exception

Exception m_exception

Package com.ibm.as400.micro

Class com.ibm.as400.micro.JdbcMeException extends SQLException implements Serializable

Class com.ibm.as400.micro.MEException extends Exception implements Serializable

Serialized Fields

returnCode_

int returnCode_

Package com.ibm.as400.resource

Class com.ibm.as400.resource.AbstractValueMap extends Object implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.resource.ActiveStatusEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

eventID_

int eventID_
Deprecated. 

Class com.ibm.as400.resource.ArrayResourceList extends ResourceList implements Serializable

serialVersionUID: 4L

Serialized Fields

resources_

Resource[] resources_
Deprecated. 

Class com.ibm.as400.resource.BooleanValueMap extends AbstractValueMap implements Serializable

serialVersionUID: 4L

Serialized Fields

falseValues_

Object[] falseValues_
Deprecated. 

trueValues_

Object[] trueValues_
Deprecated. 

Class com.ibm.as400.resource.BufferedResourceList extends ResourceList implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Deserializes the resource list.

Throws:
IOException
ClassNotFoundException
Serialized Fields

numberOfPages_

int numberOfPages_
Deprecated. 

pageSize_

int pageSize_
Deprecated. 

Class com.ibm.as400.resource.ChangeableResource extends Resource implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Deserializes the resource.

Throws:
IOException
ClassNotFoundException

Class com.ibm.as400.resource.IntegerValueMap extends Object implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.resource.Presentation extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

fullName_

String fullName_
Deprecated. 

iconColor16_

Object iconColor16_
Deprecated. 

iconColor16Name_

String iconColor16Name_
Deprecated. 

iconColor32_

Object iconColor32_
Deprecated. 

iconColor32Name_

String iconColor32Name_
Deprecated. 

name_

String name_
Deprecated. 

values_

Hashtable values_
Deprecated. 

Class com.ibm.as400.resource.PresentationLoader extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

resourceBundle_

ResourceBundle resourceBundle_
Deprecated. 

Class com.ibm.as400.resource.ProgramAttributeGetter extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

attributeMap_

ProgramMap attributeMap_
Deprecated. 

document_

ProgramCallDocument document_
Deprecated. 

programsCalled_

Vector programsCalled_
Deprecated. 

system_

AS400 system_
Deprecated. 

Class com.ibm.as400.resource.ProgramAttributeSetter extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

attributeMap_

ProgramMap attributeMap_
Deprecated. 

defaultBidiStringType_

int defaultBidiStringType_
Deprecated. 

document_

ProgramCallDocument document_
Deprecated. 

system_

AS400 system_
Deprecated. 

Class com.ibm.as400.resource.ProgramMap extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

table_

Hashtable table_
Deprecated. 

ids_

Object[] ids_
Deprecated. 

idsV_

Vector idsV_
Deprecated. 

Class com.ibm.as400.resource.Resource extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Deserializes the resource.

Throws:
IOException
ClassNotFoundException
Serialized Fields

attributes_

ResourceMetaDataTable attributes_
Deprecated. 

attributeValues_

Dictionary attributeValues_
Deprecated. 

connectionEstablished_

boolean connectionEstablished_
Deprecated. 

currentLevel_

String currentLevel_
Deprecated. 

defaultBidiStringType_

int defaultBidiStringType_
Deprecated. 

presentation_

Presentation presentation_
Deprecated. 

propertiesFrozen_

boolean propertiesFrozen_
Deprecated. 

resourceKey_

Object resourceKey_
Deprecated. 

system_

AS400 system_
Deprecated. 

Class com.ibm.as400.resource.ResourceEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

attributeID_

Object attributeID_
Deprecated. 

eventID_

int eventID_
Deprecated. 

value_

Object value_
Deprecated. 

Class com.ibm.as400.resource.ResourceException extends Exception implements Serializable

serialVersionUID: 4L

Serialized Fields

exception_

Throwable exception_
Deprecated. 

expected_

boolean expected_
Deprecated. 

messageList_

AS400Message[] messageList_
Deprecated. 

returnCode_

int returnCode_
Deprecated. 

Class com.ibm.as400.resource.ResourceLevel extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

minLevel_

String minLevel_
Deprecated. 

maxLevel_

String maxLevel_
Deprecated. 

Class com.ibm.as400.resource.ResourceList extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Deserializes the resource list.

Throws:
IOException
ClassNotFoundException
Serialized Fields

attributes_

ResourceMetaDataTable attributes_
Deprecated. 

currentLevel_

String currentLevel_
Deprecated. 

defaultBidiStringType_

int defaultBidiStringType_
Deprecated. 

presentation_

Presentation presentation_
Deprecated. 

selections_

ResourceMetaDataTable selections_
Deprecated. 

selectionValues_

Hashtable selectionValues_
Deprecated. 

sorts_

ResourceMetaDataTable sorts_
Deprecated. 

sortOrders_

Hashtable sortOrders_
Deprecated. 

sortValue_

Object[] sortValue_
Deprecated. 

system_

AS400 system_
Deprecated. 

Class com.ibm.as400.resource.ResourceListEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

eventID_

int eventID_
Deprecated. 

index_

long index_
Deprecated. 

length_

long length_
Deprecated. 

resource_

Resource resource_
Deprecated. 

Class com.ibm.as400.resource.ResourceMetaData extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

Object id_
Deprecated. 

defaultValue_

Object defaultValue_
Deprecated. 

level_

ResourceLevel level_
Deprecated. 

multipleAllowed_

boolean multipleAllowed_
Deprecated. 

possibleValues_

Hashtable possibleValues_
Deprecated. 

possibleValuePresentations_

Hashtable possibleValuePresentations_
Deprecated. 

presentation_

Presentation presentation_
Deprecated. 

readOnly_

boolean readOnly_
Deprecated. 

type_

Class type_
Deprecated. 

valueLimited_

boolean valueLimited_
Deprecated. 

Class com.ibm.as400.resource.ResourceMetaDataTable extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

metaDataByID_

Hashtable metaDataByID_
Deprecated. 

metaData_

ResourceMetaData[] metaData_
Deprecated. 

Class com.ibm.as400.resource.RIFSFile extends ChangeableResource implements Serializable

serialVersionUID: 4L

Serialized Fields

file_

IFSFile file_
Deprecated. 

path_

String path_
Deprecated. 

Class com.ibm.as400.resource.RIFSFileList extends ResourceList implements Serializable

serialVersionUID: 4L

Serialized Fields

cache_

Vector cache_
Deprecated. 

enum_

Enumeration enum_
Deprecated. 

file_

IFSFile file_
Deprecated. 

path_

String path_
Deprecated. 

Class com.ibm.as400.resource.RJavaProgram extends ChangeableResource implements Serializable

serialVersionUID: 4L

Serialized Fields

path_

String path_
Deprecated. 

attributeGetter_

ProgramAttributeGetter attributeGetter_
Deprecated. 

attributeSetter_

com.ibm.as400.resource.CommandAttributeSetter attributeSetter_
Deprecated. 

document_

ProgramCallDocument document_
Deprecated. 

Class com.ibm.as400.resource.RJob extends ChangeableResource implements Serializable

serialVersionUID: 4L

Serialized Fields

internalJobID_

byte[] internalJobID_
Deprecated. 

name_

String name_
Deprecated. 

number_

String number_
Deprecated. 

user_

String user_
Deprecated. 

attributeGetter_

ProgramAttributeGetter attributeGetter_
Deprecated. 

attributeSetter_

com.ibm.as400.resource.ProgramKeyAttributeSetter attributeSetter_
Deprecated. 

Class com.ibm.as400.resource.RJobList extends SystemResourceList implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.resource.RJobLog extends SystemResourceList implements Serializable

serialVersionUID: 4L

Serialized Fields

internalJobID_

byte[] internalJobID_
Deprecated. 

name_

String name_
Deprecated. 

number_

String number_
Deprecated. 

user_

String user_
Deprecated. 

Class com.ibm.as400.resource.RMessageQueue extends SystemResourceList implements Serializable

serialVersionUID: 4L

Serialized Fields

document_

ProgramCallDocument document_
Deprecated. 

path_

String path_
Deprecated. 

Class com.ibm.as400.resource.RPrinter extends ChangeableResource implements Serializable

serialVersionUID: 4L

Serialized Fields

name_

String name_
Deprecated. 

attributeGetter_

ProgramAttributeGetter attributeGetter_
Deprecated. 

attributeSetter_

com.ibm.as400.resource.CommandAttributeSetter attributeSetter_
Deprecated. 

Class com.ibm.as400.resource.RPrinterList extends SystemResourceList implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.resource.RQueuedMessage extends Resource implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.resource.RSoftwareResource extends ChangeableResource implements Serializable

serialVersionUID: 4L

Serialized Fields

productID_

String productID_
Deprecated. 

releaseLevel_

String releaseLevel_
Deprecated. 

productOption_

String productOption_
Deprecated. 

loadID_

String loadID_
Deprecated. 

attributeGetter_

ProgramAttributeGetter attributeGetter_
Deprecated. 

document_

ProgramCallDocument document_
Deprecated. 

Class com.ibm.as400.resource.RUser extends ChangeableResource implements Serializable

serialVersionUID: 4L

Serialized Fields

name_

String name_
Deprecated. 

attributeGetter_

ProgramAttributeGetter attributeGetter_
Deprecated. 

attributeSetter_

com.ibm.as400.resource.CommandAttributeSetter attributeSetter_
Deprecated. 

Class com.ibm.as400.resource.RUserList extends SystemResourceList implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.resource.SystemResourceList extends BufferedResourceList implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Deserializes the resource list.

Throws:
IOException
ClassNotFoundException
Serialized Fields

formatName_

String formatName_
Deprecated. 

openListProgramName_

String openListProgramName_
Deprecated. 

selectionMap_

ProgramMap selectionMap_
Deprecated. 

selectionBidiStringTypes_

Hashtable selectionBidiStringTypes_
Deprecated. 

Package com.ibm.as400.security.auth

Class com.ibm.as400.security.auth.AS400AuthenticationException extends AS400SecurityException implements Serializable

serialVersionUID: 4L

Serialized Fields

msgList_

AS400Message[] msgList_

Class com.ibm.as400.security.auth.AS400Credential extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Overrides the ObjectInputStream.readObject() method in order to return any transient parts of the object to there properly initialized state. By calling ObjectInputStream.defaultReadObject() we restore the state of any non-static and non-transient variables. We then continue on to restore the state (as necessary) of the remaining varaibles.

Throws:
ClassNotFoundException - If the class being deserialized is not found.
IOException - If an error occurs while communicating with the server.
Serialized Fields

system_

AS400 system_

principal_

AS400Principal principal_

renewable_

Boolean renewable_

standalone_

Boolean standalone_

timed_

Boolean timed_

private_

boolean private_

Class com.ibm.as400.security.auth.AS400CredentialEvent extends EventObject implements Serializable

serialVersionUID: 4L

Serialized Fields

id_

int id_

Class com.ibm.as400.security.auth.AS400Principal extends Object implements Serializable

serialVersionUID: 4L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Overrides the ObjectInputStream.readObject() method in order to return any transient parts of the object to there properly initialized state. By calling ObjectInputStream.defaultReadObject() we restore the state of any non-static and non-transient variables. We then continue on to restore the state (as necessary) of the remaining varaibles.

Throws:
ClassNotFoundException - If the class being deserialized is not found.
IOException - If an error occurs while communicating with the system.
Serialized Fields

system_

AS400 system_

Class com.ibm.as400.security.auth.DestroyFailedException extends AS400AuthenticationException implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.security.auth.ProfileHandleCredential extends AS400Credential implements Serializable

serialVersionUID: 4L

Serialized Fields

handle_

byte[] handle_

Class com.ibm.as400.security.auth.ProfileTokenCredential extends AS400Credential implements Serializable

serialVersionUID: 4L

Serialized Fields

addr_

byte[] addr_

mask_

byte[] mask_

token_

byte[] token_

type_

int type_

timeoutInterval_

int timeoutInterval_

Class com.ibm.as400.security.auth.RefreshFailedException extends AS400AuthenticationException implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.security.auth.RetrieveFailedException extends AS400AuthenticationException implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.security.auth.SwapFailedException extends AS400AuthenticationException implements Serializable

serialVersionUID: 4L

Class com.ibm.as400.security.auth.UserProfilePrincipal extends AS400Principal implements Serializable

serialVersionUID: 4L

Serialized Fields

userProfileName_

String userProfileName_

Package com.ibm.as400.ui.framework

Class com.ibm.as400.ui.framework.AbortException extends RuntimeException implements Serializable

Serialized Fields

m_exception

Exception m_exception

Class com.ibm.as400.ui.framework.ChoiceDescriptor extends Object implements Serializable

serialVersionUID: 9090316121872143085L

Serialized Fields

m_element

String m_element

m_name

String m_name

m_title

String m_title

m_titleBundle

String m_titleBundle

m_handlerTasks

Vector m_handlerTasks

Class com.ibm.as400.ui.framework.ColumnDescriptor extends Object implements Serializable

serialVersionUID: 4452845003816439269L

Serialized Fields

m_title

String m_title

m_titleBundle

String m_titleBundle

m_name

String m_name

m_primaryColumn

boolean m_primaryColumn

m_editable

boolean m_editable

m_alignment

String m_alignment

m_headerAlignment

String m_headerAlignment

m_defaultWidth

int m_defaultWidth

m_cellRenderer

String m_cellRenderer

m_cellEditor

String m_cellEditor

m_dataClass

String m_dataClass

m_attribute

String m_attribute

m_itemDescriptors

Vector m_itemDescriptors

m_treeColumn

boolean m_treeColumn

m_fill

boolean m_fill

m_datatype

String m_datatype

m_componentDescriptor

ComponentDescriptor m_componentDescriptor

Class com.ibm.as400.ui.framework.ComponentDescriptor extends Object implements Serializable

serialVersionUID: 7181336654832099301L

Serialized Fields

m_element

String m_element

m_name

String m_name

m_position

Rectangle m_position

m_disabled

boolean m_disabled

m_dataClass

String m_dataClass

m_attribute

String m_attribute

m_format

String m_format

m_required

boolean m_required

m_shortMinValue

short m_shortMinValue

m_shortMaxValue

short m_shortMaxValue

m_intMinValue

int m_intMinValue

m_intMaxValue

int m_intMaxValue

m_longMinValue

long m_longMinValue

m_longMaxValue

long m_longMaxValue

m_floatMinValue

double m_floatMinValue

m_floatMaxValue

double m_floatMaxValue

m_minLength

int m_minLength

m_maxLength

int m_maxLength

m_choiceDescriptors

Vector m_choiceDescriptors

m_itemDescriptors

Vector m_itemDescriptors

m_action

String m_action

m_doubleClick

String m_doubleClick

m_componentManager

String m_componentManager

m_flyoverText

String m_flyoverText

m_flyoverBundle

String m_flyoverBundle

m_aliasName

String m_aliasName

m_helpLink

String m_helpLink

m_helpLinkBundle

String m_helpLinkBundle

m_title

String m_title

m_titleBundle

String m_titleBundle

m_mnemonic

char m_mnemonic

m_editable

boolean m_editable

m_masked

boolean m_masked

m_style

String m_style

m_icon

String m_icon

m_iconBundle

String m_iconBundle

m_iconPosition

String m_iconPosition

m_vIconPosition

String m_vIconPosition

m_orientation

String m_orientation

m_minValue

int m_minValue

m_maxValue

int m_maxValue

m_majorTicks

int m_majorTicks

m_minorTicks

int m_minorTicks

m_wrap

boolean m_wrap

m_spinType

String m_spinType

m_intInitial

int m_intInitial

m_increment

int m_increment

m_incrementCaret

int m_incrementCaret

m_calInitYear

int m_calInitYear

m_calInitMonth

int m_calInitMonth

m_calInitDate

int m_calInitDate

m_calInitHour

int m_calInitHour

m_calInitMinute

int m_calInitMinute

m_calInitSecond

int m_calInitSecond

m_calMinYear

int m_calMinYear

m_calMinMonth

int m_calMinMonth

m_calMinDate

int m_calMinDate

m_calMinHour

int m_calMinHour

m_calMinMinute

int m_calMinMinute

m_calMinSecond

int m_calMinSecond

m_calMaxYear

int m_calMaxYear

m_calMaxMonth

int m_calMaxMonth

m_calMaxDate

int m_calMaxDate

m_calMaxHour

int m_calMaxHour

m_calMaxMinute

int m_calMaxMinute

m_calMaxSecond

int m_calMaxSecond

m_spinFormatStyle

int m_spinFormatStyle

m_minFractionDigits

int m_minFractionDigits

m_maxFractionDigits

int m_maxFractionDigits

m_dateTimeStyle

int m_dateTimeStyle

m_selection

String m_selection

m_renderer

String m_renderer

m_groupButtons

Vector m_groupButtons

m_group

String m_group

m_tableColumns

Vector m_tableColumns

m_treeTable

boolean m_treeTable

m_root

NodeDescriptor m_root

m_nodeDictionary

Hashtable m_nodeDictionary

m_splitPaneDefinition

XMLSplitPaneDefinition m_splitPaneDefinition

m_deckPaneDefinition

XMLDeckPaneDefinition m_deckPaneDefinition

m_tabbedPaneDefinition

XMLTabbedPaneDefinition m_tabbedPaneDefinition

m_flowAreaDefinition

XMLFlowAreaDefinition m_flowAreaDefinition

m_tableAreaDefinition

XMLTableAreaDefinition m_tableAreaDefinition

m_rightToLeft

boolean m_rightToLeft

Class com.ibm.as400.ui.framework.ContextButtonHelpHandler extends ActionHandler implements Serializable

Serialized Fields

m_component

Component m_component

m_toggleButton

JToggleButton m_toggleButton

m_container

Container m_container

m_customCursor

Cursor m_customCursor

m_panelCursor

Cursor m_panelCursor

Class com.ibm.as400.ui.framework.DeckPaneDescriptor extends Object implements Serializable

serialVersionUID: 7281963285420936441L

Serialized Fields

m_name

String m_name

m_title

String m_title

m_titleBundle

String m_titleBundle

m_position

Rectangle m_position

Class com.ibm.as400.ui.framework.HandlerTask extends Object implements Serializable

serialVersionUID: -2457392118800579351L

Serialized Fields

m_type

int m_type

m_components

String[] m_components

Class com.ibm.as400.ui.framework.ItemDescriptor extends Object implements Serializable

serialVersionUID: -3102532239727579606L

Serialized Fields

m_element

String m_element

m_name

String m_name

m_title

String m_title

m_titleBundle

String m_titleBundle

m_imageFile

String m_imageFile

m_imageFileBundle

String m_imageFileBundle

m_iconPosition

int m_iconPosition

m_vIconPosition

int m_vIconPosition

m_handlerTasks

Vector m_handlerTasks

Class com.ibm.as400.ui.framework.KeyDescriptor extends Object implements Serializable

serialVersionUID: -4424249919839646252L

Serialized Fields

m_keyString

String m_keyString

m_modifierString

String m_modifierString

m_keycode

int m_keycode

m_modifiers

int m_modifiers

Class com.ibm.as400.ui.framework.MenuDescriptor extends Object implements Serializable

serialVersionUID: 7969059211237775696L

Serialized Fields

m_name

String m_name

m_type

String m_type

m_title

String m_title

m_mnemonic

char m_mnemonic

m_icon

String m_icon

m_iconPosition

String m_iconPosition

m_vIconPosition

String m_vIconPosition

m_rightToLeft

boolean m_rightToLeft

m_titleBundle

String m_titleBundle

Class com.ibm.as400.ui.framework.MenuItemDescriptor extends Object implements Serializable

serialVersionUID: 2687195649523893966L

Serialized Fields

m_name

String m_name

m_type

String m_type

m_selected

boolean m_selected

m_disabled

boolean m_disabled

m_default

boolean m_default

m_title

String m_title

m_mnemonic

char m_mnemonic

m_accelerator

KeyDescriptor m_accelerator

m_icon

String m_icon

m_iconPosition

String m_iconPosition

m_vIconPosition

String m_vIconPosition

m_flyover

String m_flyover

m_action

String m_action

m_itemLink

String m_itemLink

m_children

Vector m_children

m_rightToLeft

boolean m_rightToLeft

m_titleBundle

String m_titleBundle

m_flyoverBundle

String m_flyoverBundle

Class com.ibm.as400.ui.framework.NodeDescriptor extends Object implements Serializable

serialVersionUID: 4814305019231740640L

Serialized Fields

m_element

String m_element

m_name

String m_name

m_title

String m_title

m_titleBundle

String m_titleBundle

m_imageFile

String m_imageFile

m_imageFileBundle

String m_imageFileBundle

m_expandedImageFile

String m_expandedImageFile

m_expandedImageFileBundle

String m_expandedImageFileBundle

m_handlerTasks

Vector m_handlerTasks

m_children

Vector m_children

m_expandRequested

boolean m_expandRequested

Class com.ibm.as400.ui.framework.PaneDescriptor extends Object implements Serializable

serialVersionUID: -1297030301666991691L

Serialized Fields

m_baseName

String m_baseName

m_paneName

String m_paneName

m_paneType

String m_paneType

Class com.ibm.as400.ui.framework.PanelDefinitionsDescriptor extends Object implements Serializable

serialVersionUID: 3114129199014020328L

Serialized Fields

m_baseName

String m_baseName

m_locale

Locale m_locale

m_localeString

String m_localeString

m_version

String m_version

m_source

String m_source

m_baseScreenSize

Dimension m_baseScreenSize

m_eclipsePluginID

String m_eclipsePluginID

Class com.ibm.as400.ui.framework.PanelDescriptor extends Object implements Serializable

serialVersionUID: -6139020696982510984L

Serialized Fields

m_name

String m_name

m_title

String m_title

m_titleBundle

String m_titleBundle

m_icon

String m_icon

m_iconBundle

String m_iconBundle

m_size

Dimension m_size

m_activationHandler

String m_activationHandler

m_prefsize

Dimension m_prefsize

m_insets

Insets m_insets

m_hspacing

int m_hspacing

m_vspacing

int m_vspacing

m_align

int m_align

m_equalize

boolean m_equalize

m_type

int m_type

m_rowCount

int m_rowCount

m_colCount

int m_colCount

m_rowInfo

Vector m_rowInfo

m_colInfo

Vector m_colInfo

m_border

String m_border

m_scroll

boolean m_scroll

Class com.ibm.as400.ui.framework.ParseException extends Exception implements Serializable

Serialized Fields

m_messages

Vector m_messages

Class com.ibm.as400.ui.framework.PDMLSpecificationException extends Exception implements Serializable

Serialized Fields

m_messages

Vector m_messages

Class com.ibm.as400.ui.framework.PropertyPageDescriptor extends Object implements Serializable

serialVersionUID: 3318584752369250411L

Serialized Fields

m_baseName

String m_baseName

m_pageName

String m_pageName

Class com.ibm.as400.ui.framework.PropertySheetDescriptor extends Object implements Serializable

serialVersionUID: 4190849908811491279L

Serialized Fields

m_name

String m_name

m_title

String m_title

m_titleBundle

String m_titleBundle

m_icon

String m_icon

m_iconBundle

String m_iconBundle

m_rightToLeft

boolean m_rightToLeft

Class com.ibm.as400.ui.framework.PulldownDescriptor extends Object implements Serializable

serialVersionUID: -7602287634953619676L

Serialized Fields

m_baseName

String m_baseName

m_menuName

String m_menuName

Class com.ibm.as400.ui.framework.SplitPaneDescriptor extends Object implements Serializable

serialVersionUID: -4551151395102024897L

Serialized Fields

m_name

String m_name

m_title

String m_title

m_titleBundle

String m_titleBundle

m_position

Rectangle m_position

m_orientation

String m_orientation

Class com.ibm.as400.ui.framework.TabbedPaneDescriptor extends Object implements Serializable

serialVersionUID: -3741034283957453454L

Serialized Fields

m_name

String m_name

m_title

String m_title

m_titleBundle

String m_titleBundle

m_position

Rectangle m_position

m_placement

String m_placement

m_rightToLeft

boolean m_rightToLeft

Class com.ibm.as400.ui.framework.TableInfo extends Object implements Serializable

serialVersionUID: -6194690347912012719L

Serialized Fields

m_index

int m_index

m_expand

boolean m_expand

m_space

int m_space

Class com.ibm.as400.ui.framework.ToolBarDescriptor extends PulldownDescriptor implements Serializable

serialVersionUID: -6668166684053985263L

Serialized Fields

m_orientation

String m_orientation

m_floatable

boolean m_floatable

m_iconSource

String m_iconSource

m_rightToLeft

boolean m_rightToLeft

Class com.ibm.as400.ui.framework.WizardDescriptor extends Object implements Serializable

serialVersionUID: 1448430486327920962L

Serialized Fields

m_name

String m_name

m_steps

Vector m_steps

m_stepBundle

Vector m_stepBundle

m_icon

String m_icon

Class com.ibm.as400.ui.framework.WizardPageDescriptor extends Object implements Serializable

serialVersionUID: 7610857123770396731L

Serialized Fields

m_baseName

String m_baseName

m_pageName

String m_pageName

m_stepIndex

int m_stepIndex

Class com.ibm.as400.ui.framework.XMLDeckPaneDefinition extends Object implements Serializable

serialVersionUID: 4594053027367760918L

Serialized Fields

m_deckPaneDefinitions

PanelDefinitionsDescriptor m_deckPaneDefinitions

m_deckPaneDescriptor

DeckPaneDescriptor m_deckPaneDescriptor

m_paneDescriptors

Vector m_paneDescriptors

m_chars

String m_chars

m_stack

Stack m_stack

found

boolean found

Class com.ibm.as400.ui.framework.XMLFlowAreaDefinition extends Object implements Serializable

serialVersionUID: 4306065243496817914L

Serialized Fields

m_componentDescriptors

Vector m_componentDescriptors

m_pulldownDescriptors

Vector m_pulldownDescriptors

m_toolBarDescriptor

ToolBarDescriptor m_toolBarDescriptor

m_panelDescriptor

PanelDescriptor m_panelDescriptor

Class com.ibm.as400.ui.framework.XMLMenuDefinition extends Object implements Serializable

serialVersionUID: -7143159049147275826L

Serialized Fields

m_panelDefinitions

PanelDefinitionsDescriptor m_panelDefinitions

m_menuDescriptor

MenuDescriptor m_menuDescriptor

m_menuItemDescriptors

Vector m_menuItemDescriptors

m_stack

Stack m_stack

m_chars

String m_chars

found

boolean found

curMenuItem

Stack curMenuItem

Class com.ibm.as400.ui.framework.XMLPanelDefinition extends Object implements Serializable

serialVersionUID: 5730592853909293323L

Serialized Fields

m_panelDefinitions

PanelDefinitionsDescriptor m_panelDefinitions

m_panelDescriptor

PanelDescriptor m_panelDescriptor

m_componentDescriptors

Vector m_componentDescriptors

m_pulldownDescriptors

Vector m_pulldownDescriptors

m_toolBarDescriptor

ToolBarDescriptor m_toolBarDescriptor

m_chars

String m_chars

m_stack

Stack m_stack

found

boolean found

m_curTree

ComponentDescriptor m_curTree

inButtonGroup

boolean inButtonGroup

curButtonGroup

ComponentDescriptor curButtonGroup

inSubPane

boolean inSubPane

Class com.ibm.as400.ui.framework.XMLPropertySheetDefinition extends Object implements Serializable

serialVersionUID: 6826304896183497188L

Serialized Fields

m_propertySheetDefinitions

PanelDefinitionsDescriptor m_propertySheetDefinitions

m_propertySheetDescriptor

PropertySheetDescriptor m_propertySheetDescriptor

m_propertyPageDescriptors

Vector m_propertyPageDescriptors

m_chars

String m_chars

m_stack

Stack m_stack

found

boolean found

Class com.ibm.as400.ui.framework.XMLSplitPaneDefinition extends Object implements Serializable

serialVersionUID: 2699321107042761018L

Serialized Fields

m_splitPaneDefinitions

PanelDefinitionsDescriptor m_splitPaneDefinitions

m_splitPaneDescriptor

SplitPaneDescriptor m_splitPaneDescriptor

m_paneDescriptors

Vector m_paneDescriptors

m_chars

String m_chars

m_stack

Stack m_stack

found

boolean found

Class com.ibm.as400.ui.framework.XMLTabbedPaneDefinition extends Object implements Serializable

serialVersionUID: -6364700749927753259L

Serialized Fields

m_tabbedPaneDefinitions

PanelDefinitionsDescriptor m_tabbedPaneDefinitions

m_tabbedPaneDescriptor

TabbedPaneDescriptor m_tabbedPaneDescriptor

m_paneDescriptors

Vector m_paneDescriptors

m_chars

String m_chars

m_stack

Stack m_stack

found

boolean found

Class com.ibm.as400.ui.framework.XMLTableAreaDefinition extends Object implements Serializable

serialVersionUID: 869961119924652171L

Serialized Fields

m_componentDescriptors

Vector m_componentDescriptors

m_pulldownDescriptors

Vector m_pulldownDescriptors

m_toolBarDescriptor

ToolBarDescriptor m_toolBarDescriptor

m_panelDescriptor

PanelDescriptor m_panelDescriptor

m_componentConstraints

Hashtable m_componentConstraints

m_toolBarConstraints

GridBagConstraints m_toolBarConstraints

m_bValid

boolean m_bValid

Class com.ibm.as400.ui.framework.XMLWizardDefinition extends Object implements Serializable

serialVersionUID: 2344572645989030965L

Serialized Fields

m_wizardDefinitions

PanelDefinitionsDescriptor m_wizardDefinitions

m_wizardDescriptor

WizardDescriptor m_wizardDescriptor

m_wizardPageDescriptors

Vector m_wizardPageDescriptors

m_chars

String m_chars

m_stack

Stack m_stack

found

boolean found

Package com.ibm.as400.ui.framework.java

Class com.ibm.as400.ui.framework.java.ActionHandler extends AbstractAction implements Serializable

Serialized Fields

menuManager

MenuManager menuManager
The MenuManager instance which is managing the currently active menu. This object will be called to handle events generated by this panel.

See Also:
MenuManager

Class com.ibm.as400.ui.framework.java.CheckBoxTableCellEditorFW extends JCheckBox implements Serializable

Serialized Fields

m_unselectedForeground

Color m_unselectedForeground

m_unselectedBackground

Color m_unselectedBackground

m_focusBorder

Border m_focusBorder

m_noFocusBorder

Border m_noFocusBorder

m_row

int m_row

m_column

int m_column

m_value

ItemDescriptor m_value

m_table

JTable m_table

Class com.ibm.as400.ui.framework.java.DisplayManagerException extends Exception implements Serializable

Serialized Fields

m_localizedMessage

String m_localizedMessage

Class com.ibm.as400.ui.framework.java.DividerPanel extends JPanel implements Serializable

Serialized Fields

m_iOrientation

int m_iOrientation

Class com.ibm.as400.ui.framework.java.DoubleClickEvent extends EventObject implements Serializable

Serialized Fields

m_item

Object m_item

Class com.ibm.as400.ui.framework.java.GroupBox extends JLabel implements Serializable

Serialized Fields

m_enabled

boolean m_enabled

Class com.ibm.as400.ui.framework.java.HelpEvent extends AWTEvent implements Serializable

Serialized Fields

m_panelName

String m_panelName

m_controlName

String m_controlName

Class com.ibm.as400.ui.framework.java.IllegalUserDataException extends IllegalArgumentException implements Serializable

Serialized Fields

m_component

Component m_component

m_text

String m_text

m_componentName

String m_componentName

Class com.ibm.as400.ui.framework.java.JGroupingTableHeader extends JTableHeader implements Serializable

Serialized Fields

m_groups

Vector m_groups

m_columnsRemaining

int m_columnsRemaining

m_modelListener

com.ibm.as400.ui.framework.java.JGroupingTableHeader.ColumnModelListener m_modelListener

Class com.ibm.as400.ui.framework.java.JHShowICHelp extends JButton implements Serializable

Serialized Fields

myView

View myView

hs

HelpSet hs

textAttribs

SimpleAttributeSet textAttribs

base

URL base

doc

HTMLDocument doc

curDir

String curDir

m_helpFile

String m_helpFile

m_topic

String m_topic

viewerActivator

int viewerActivator
properties

Class com.ibm.as400.ui.framework.java.ListItemCellRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

m_errorList

Vector m_errorList
List of image files for which we have logged errors.

Class com.ibm.as400.ui.framework.java.PanelListModel extends AbstractListModel implements Serializable

Serialized Fields

m_size

int m_size

m_listData

Object[] m_listData

Class com.ibm.as400.ui.framework.java.PanelTableModel extends AbstractTableModel implements Serializable

Serialized Fields

m_rowCount

int m_rowCount

m_columnCount

int m_columnCount

m_tableColumns

Vector m_tableColumns

m_columnData

Object[][] m_columnData

m_cellStatusDictionary

Hashtable m_cellStatusDictionary

Class com.ibm.as400.ui.framework.java.PanelTreeTable extends JTable implements Serializable

Serialized Fields

m_primaryTree

PanelTreeTable.TreeTableCellRenderer m_primaryTree

m_tblModel

PanelTreeTableModel m_tblModel

m_treeRenderer

PanelTreeTable.TreeRenderer m_treeRenderer

Class com.ibm.as400.ui.framework.java.PanelTreeTable.TreeRenderer extends JLabel implements Serializable

Serialized Fields

m_bSelected

boolean m_bSelected

m_bHasFocus

boolean m_bHasFocus

m_tree

JTree m_tree

m_errorList

Vector m_errorList

Class com.ibm.as400.ui.framework.java.PanelTreeTable.TreeTableCellRenderer extends JTree implements Serializable

Serialized Fields

m_hasFocus

boolean m_hasFocus

visibleRow

int visibleRow

m_column

int m_column

m_color

Color m_color

Class com.ibm.as400.ui.framework.java.PanelTreeTableModel extends PanelTableModel implements Serializable

Serialized Fields

m_jTree

JTree m_jTree

m_treeModel

DefaultTreeModel m_treeModel

m_treeTable

PanelTreeTable m_treeTable

m_caa

com.ibm.as400.ui.framework.java.ComponentAttributeAssociation m_caa

Class com.ibm.as400.ui.framework.java.PanelTreeTableSelectionModel extends DefaultListSelectionModel implements Serializable

Serialized Fields

m_table

JTable m_table

Class com.ibm.as400.ui.framework.java.PanelTreeTableTreeSelectionModel extends DefaultTreeSelectionModel implements Serializable

Serialized Fields

m_table

JTable m_table

m_tree

JTree m_tree

updatingListSelectionModel

boolean updatingListSelectionModel

Class com.ibm.as400.ui.framework.java.PopupMenuButton extends JPanel implements Serializable

Serialized Fields

m_button

JButton m_button
The main button


m_arrowButton

JToggleButton m_arrowButton
The arrow button


m_popup

JPopupMenu m_popup
The popup menu


m_popupListener

com.ibm.as400.ui.framework.java.PopupMenuButton.PopupMenuButtonPopupListener m_popupListener
Popup menu listener for the popup menu


m_buttonPressed

boolean m_buttonPressed
Tracks if the main button was pressed, causing the popup to be dismissed


m_arrowButtonPressed

boolean m_arrowButtonPressed
Tracks if the arrow button was pressed, causing the popup to be dismissed


m_enabled

boolean m_enabled
Whether the PopupMenuButton is enabled

Class com.ibm.as400.ui.framework.java.PreChangeEvent extends ChangeEvent implements Serializable

Class com.ibm.as400.ui.framework.java.TableItemCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

m_errorList

Vector m_errorList
List of image files for which we have logged errors.

Class com.ibm.as400.ui.framework.java.TextDocument extends PlainDocument implements Serializable

Serialized Fields

m_maxLength

int m_maxLength

m_comboBox

JComboBox m_comboBox

Class com.ibm.as400.ui.framework.java.TreeExpandEvent extends EventObject implements Serializable

Serialized Fields

m_nd

NodeDescriptor m_nd

Class com.ibm.as400.ui.framework.java.VerifyingTabbedPane extends JTabbedPane implements Serializable

Serialized Fields

preListenerList

EventListenerList preListenerList

preChangeListener

PreChangeListener preChangeListener

Package com.ibm.as400.ui.tools

Class com.ibm.as400.ui.tools.DeckPaneBuilder extends com.ibm.as400.ui.tools.PaneContainerBuilder implements Serializable

Class com.ibm.as400.ui.tools.DefaultMenuAction extends ActionHandler implements Serializable

Class com.ibm.as400.ui.tools.FixedDefaultTreeModel extends DefaultTreeModel implements Serializable

Class com.ibm.as400.ui.tools.GUIBuilderTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

m_iType

int m_iType

Class com.ibm.as400.ui.tools.HelpException extends Exception implements Serializable

Class com.ibm.as400.ui.tools.MutableResourceProperties extends Properties implements Serializable

Serialized Fields

m_parser

MutableResourceParser m_parser

Class com.ibm.as400.ui.tools.PDMLViewerBean extends Object implements Serializable

Serialized Fields

m_RC

String m_RC

m_PDML

String m_PDML

m_resource

String m_resource

m_language

String m_language

m_cdLanguage

ChoiceDescriptor[] m_cdLanguage

m_country

String m_country

m_cdCountry

ChoiceDescriptor[] m_cdCountry

m_viewPDML

String m_viewPDML

m_viewType

String m_viewType

m_resourceType

String m_resourceType

m_serialize

boolean m_serialize

m_help

boolean m_help

m_names

Vector m_names

Class com.ibm.as400.ui.tools.PropertySheetBuilder extends com.ibm.as400.ui.tools.PaneContainerBuilder implements Serializable

Class com.ibm.as400.ui.tools.PropertyTableModel extends DefaultTableModel implements Serializable

Serialized Fields

m_vUneditableCells

Vector m_vUneditableCells

m_iType

int m_iType

Class com.ibm.as400.ui.tools.SelectionBorder extends AbstractBorder implements Serializable

Serialized Fields

m_defaultColor

Color m_defaultColor

m_primaryColor

Color m_primaryColor

m_bPrimary

boolean m_bPrimary

m_resizable

boolean m_resizable

Package com.ibm.as400.ui.util

Class com.ibm.as400.ui.util.ClFieldCopyMenuHandler extends ActionHandler implements Serializable

Serialized Fields

m_menu

com.ibm.as400.ui.util.ClContextMenuManager m_menu

Class com.ibm.as400.ui.util.ClFieldCutMenuHandler extends ActionHandler implements Serializable

Serialized Fields

m_menu

com.ibm.as400.ui.util.ClContextMenuManager m_menu

Class com.ibm.as400.ui.util.ClFieldDeleteMenuHandler extends ActionHandler implements Serializable

Serialized Fields

m_menu

com.ibm.as400.ui.util.ClContextMenuManager m_menu

Class com.ibm.as400.ui.util.ClFieldHelpMenuHandler extends ActionHandler implements Serializable

Serialized Fields

m_menu

com.ibm.as400.ui.util.ClContextMenuManager m_menu

Class com.ibm.as400.ui.util.ClFieldPasteMenuHandler extends ActionHandler implements Serializable

Serialized Fields

m_menu

com.ibm.as400.ui.util.ClContextMenuManager m_menu

Class com.ibm.as400.ui.util.ClFieldSelectAllMenuHandler extends ActionHandler implements Serializable

Serialized Fields

m_menu

com.ibm.as400.ui.util.ClContextMenuManager m_menu

Class com.ibm.as400.ui.util.ClMainEditCopyMenuHandler extends ActionHandler implements Serializable

Serialized Fields

m_menu

MenuManager m_menu

Class com.ibm.as400.ui.util.ClMainEditCutMenuHandler extends ActionHandler implements Serializable

Serialized Fields

m_menu

MenuManager m_menu

Class com.ibm.as400.ui.util.ClMainEditDeleteMenuHandler extends ActionHandler implements Serializable

Serialized Fields

m_menu

MenuManager m_menu

Class com.ibm.as400.ui.util.ClMainEditPasteMenuHandler extends ActionHandler implements Serializable

Serialized Fields

m_menu

MenuManager m_menu

Class com.ibm.as400.ui.util.ClMainEditSelectAllMenuHandler extends ActionHandler implements Serializable

Serialized Fields

m_menu

MenuManager m_menu

Class com.ibm.as400.ui.util.ClMainFileCancelHandler extends ClMenuActionHandler implements Serializable

Class com.ibm.as400.ui.util.ClMainHelpHelpHandler extends ClMenuActionHandler implements Serializable

Class com.ibm.as400.ui.util.ClMainHelpHowHandler extends ClMenuActionHandler implements Serializable

Class com.ibm.as400.ui.util.ClMainViewAdvancedHandler extends ClMenuActionHandler implements Serializable

Class com.ibm.as400.ui.util.ClMainViewAllParametersHandler extends ClMenuActionHandler implements Serializable

Class com.ibm.as400.ui.util.ClMainViewCommandStringHandler extends ClMenuActionHandler implements Serializable

Class com.ibm.as400.ui.util.ClMainViewKeywordsHandler extends ClMenuActionHandler implements Serializable

Class com.ibm.as400.ui.util.ClMainViewRefreshHandler extends ClMenuActionHandler implements Serializable

Class com.ibm.as400.ui.util.ClMenuActionHandler extends ActionHandler implements Serializable

Serialized Fields

m_menu

MenuManager m_menu

Class com.ibm.as400.ui.util.ClScrollPane extends JScrollPane implements Serializable

Class com.ibm.as400.ui.util.ClScrollPane.ClScrollBar extends JScrollBar implements Serializable


Package com.ibm.as400.util.html

Class com.ibm.as400.util.html.BidiOrdering extends HTMLTagAttributes implements Serializable

serialVersionUID: 367063750196907253L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

lang_

String lang_

dir_

String dir_

useFO_

boolean useFO_

list_

Vector list_

Class com.ibm.as400.util.html.ButtonFormInput extends FormInput implements Serializable

Serialized Fields

action_

String action_

Class com.ibm.as400.util.html.CheckboxFormInput extends ToggleFormInput implements Serializable

Class com.ibm.as400.util.html.ElementEvent extends EventObject implements Serializable

Serialized Fields

id_

int id_

Class com.ibm.as400.util.html.FileFormInput extends FormInput implements Serializable

Class com.ibm.as400.util.html.FileListElement extends Object implements Serializable

serialVersionUID: 6247154241289547698L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

system_

AS400 system_

table_

HTMLTable table_

request_

javax.servlet.http.HttpServletRequest request_

renderer_

FileListRenderer renderer_

sharePath_

StringBuffer sharePath_

shareName_

StringBuffer shareName_

parameterPathInfo_

String parameterPathInfo_

sort_

boolean sort_

patternMatching_

int patternMatching_

Class com.ibm.as400.util.html.FileListRenderer extends Object implements Serializable

Serialized Fields

uri_

String uri_

reqPath_

String reqPath_

sharePath_

StringBuffer sharePath_

shareName_

StringBuffer shareName_

formatter_

SimpleDateFormat formatter_

Class com.ibm.as400.util.html.FileTreeElement extends HTMLTreeElement implements Serializable

serialVersionUID: 210948696422108527L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

file_

File file_

populated_

boolean populated_

parameter_

String parameter_

shareName_

String shareName_

sharePath_

String sharePath_

patternMatching_

int patternMatching_

Class com.ibm.as400.util.html.FormInput extends HTMLTagAttributes implements Serializable

serialVersionUID: 8967841585682519631L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

name_

String name_

value_

String value_

size_

int size_

lang_

String lang_

dir_

String dir_

Class com.ibm.as400.util.html.GridLayoutFormPanel extends LayoutFormPanel implements Serializable

Serialized Fields

columns_

int columns_

lang_

String lang_

dir_

String dir_

columnDir_

String[] columnDir_

columnAlign_

String[] columnAlign_

align_

String align_

Class com.ibm.as400.util.html.HiddenFormInput extends FormInput implements Serializable

serialVersionUID: -3801736723763342296L

Class com.ibm.as400.util.html.HTMLAlign extends HTMLTagAttributes implements Serializable

serialVersionUID: -7673670119386729128L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

align_

String align_

lang_

String lang_

dir_

String dir_

useFO_

boolean useFO_

list_

Vector list_

Class com.ibm.as400.util.html.HTMLApplet extends HTMLTagAttributes implements Serializable

serialVersionUID: 3578237003243756490L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

archive_

String archive_

code_

String code_

codebase_

String codebase_

width_

int width_

height_

int height_

text_

String text_

list_

Vector list_

Class com.ibm.as400.util.html.HTMLDocument extends HTMLTagAttributes implements Serializable

serialVersionUID: 1662839037165473585L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

tag_

Vector tag_

head_

HTMLHead head_

height_

double height_

width_

double width_

margin_top_

double margin_top_

margin_bottom_

double margin_bottom_

margin_left_

double margin_left_

margin_right_

double margin_right_

useFO_

boolean useFO_

Class com.ibm.as400.util.html.HTMLForm extends HTMLTagAttributes implements Serializable

serialVersionUID: -7610016051219431008L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

list_

Vector list_

url_

String url_

target_

String target_

parms_

Properties parms_

useGet_

boolean useGet_

method_

int method_

lang_

String lang_

dir_

String dir_

Class com.ibm.as400.util.html.HTMLHead extends HTMLTagAttributes implements Serializable

serialVersionUID: 5006426803056962528L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

title_

String title_

lang_

String lang_

dir_

String dir_

useFO_

boolean useFO_

list_

Vector list_

Class com.ibm.as400.util.html.HTMLHeading extends HTMLTagAttributes implements Serializable

serialVersionUID: 4715727576328707163L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

level_

int level_

text_

String text_

align_

String align_

lang_

String lang_

dir_

String dir_

useFO_

boolean useFO_

Class com.ibm.as400.util.html.HTMLHyperlink extends HTMLTagAttributes implements Serializable

serialVersionUID: 83601853360783566L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

bookmarkName_

String bookmarkName_

link_

String link_

properties_

Properties properties_

target_

String target_

text_

String text_

title_

String title_

location_

String location_

lang_

String lang_

dir_

String dir_

Class com.ibm.as400.util.html.HTMLImage extends HTMLTagAttributes implements Serializable

serialVersionUID: -7792796091910634206L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

name_

String name_

source_

String source_

align_

String align_

alt_

String alt_

border_

int border_

height_

int height_

hspace_

int hspace_

width_

int width_

vspace_

int vspace_

useFO_

boolean useFO_

Class com.ibm.as400.util.html.HTMLList extends HTMLTagAttributes implements Serializable

serialVersionUID: -3017041765887905594L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

compact_

boolean compact_

listItems_

Vector listItems_

lang_

String lang_

dir_

String dir_

useFO_

boolean useFO_

value_

int value_

Class com.ibm.as400.util.html.HTMLListItem extends HTMLTagAttributes implements Serializable

serialVersionUID: -7139184882249518511L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

listData_

HTMLTagElement listData_

lang_

String lang_

dir_

String dir_

useFO_

boolean useFO_

type_

String type_

Class com.ibm.as400.util.html.HTMLMeta extends HTMLTagAttributes implements Serializable

serialVersionUID: -7017914111994779942L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

content_

String content_

name_

String name_

HttpEquiv_

String HttpEquiv_

url_

String url_

lang_

String lang_

dir_

String dir_

Class com.ibm.as400.util.html.HTMLParameter extends HTMLTagAttributes implements Serializable

serialVersionUID: 6620025554753779980L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

name_

String name_

value_

String value_

Class com.ibm.as400.util.html.HTMLServlet extends HTMLTagAttributes implements Serializable

serialVersionUID: -3782566892366981877L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

name_

String name_

text_

String text_

location_

String location_

list_

Vector list_

Class com.ibm.as400.util.html.HTMLTable extends HTMLTagAttributes implements Serializable

serialVersionUID: 4552974069573452181L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

rows_

Vector rows_

caption_

HTMLTableCaption caption_

headerTag_

Vector headerTag_

alignment_

String alignment_

borderWidth_

int borderWidth_

cellPadding_

int cellPadding_

cellSpacing_

int cellSpacing_

width_

int width_

headerInUse_

boolean headerInUse_

widthPercent_

boolean widthPercent_

lang_

String lang_

dir_

String dir_

useFO_

boolean useFO_

Class com.ibm.as400.util.html.HTMLTableCaption extends HTMLTagAttributes implements Serializable

serialVersionUID: 8692666542126042315L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

element_

HTMLTagElement element_

align_

String align_

lang_

String lang_

dir_

String dir_

useFO_

boolean useFO_

Class com.ibm.as400.util.html.HTMLTableCell extends HTMLTagAttributes implements Serializable

serialVersionUID: -4848852026390616957L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

element_

HTMLTagElement element_

align_

String align_

colSpan_

int colSpan_

height_

int height_

rowSpan_

int rowSpan_

vAlign_

String vAlign_

width_

int width_

wrap_

boolean wrap_

lang_

String lang_

dir_

String dir_

heightPercent_

boolean heightPercent_

widthPercent_

boolean widthPercent_

useFO_

boolean useFO_

borderWidth_

int borderWidth_

cellPadding_

int cellPadding_

Class com.ibm.as400.util.html.HTMLTableHeader extends HTMLTableCell implements Serializable

serialVersionUID: 6954665365850223957L

Serialized Fields

useFO_

boolean useFO_

borderWidth_

int borderWidth_

cellPadding_

int cellPadding_

Class com.ibm.as400.util.html.HTMLTableRow extends HTMLTagAttributes implements Serializable

serialVersionUID: -3968067893063774982L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

row_

Vector row_

hAlign_

String hAlign_

vAlign_

String vAlign_

lang_

String lang_

dir_

String dir_

useFO_

boolean useFO_

borderWidth_

int borderWidth_

cellPadding_

int cellPadding_

Class com.ibm.as400.util.html.HTMLTagAttributes extends Object implements Serializable

serialVersionUID: -8745891871151787644L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

attributes_

Properties attributes_

Class com.ibm.as400.util.html.HTMLText extends HTMLTagAttributes implements Serializable

serialVersionUID: 8640694441108878894L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

text_

String text_

alignment_

String alignment_

color_

Color color_

size_

int size_

bold_

boolean bold_

fixed_

boolean fixed_

italic_

boolean italic_

underscore_

boolean underscore_

lang_

String lang_

dir_

String dir_

useFO_

boolean useFO_

Class com.ibm.as400.util.html.HTMLTree extends Object implements Serializable

serialVersionUID: 4170861562301214202L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

branches_

HTMLVector branches_

request_

javax.servlet.http.HttpServletRequest request_

sort_

boolean sort_

Class com.ibm.as400.util.html.HTMLTreeElement extends Object implements Serializable

serialVersionUID: -2067619739727758210L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

branches_

HTMLVector branches_

expanded_

boolean expanded_

textUrl_

HTMLHyperlink textUrl_

iconUrl_

HTMLHyperlink iconUrl_

elementData_

HTMLTagElement elementData_

sort_

boolean sort_

Class com.ibm.as400.util.html.HTMLVector extends Vector implements Serializable

Class com.ibm.as400.util.html.ImageFormInput extends FormInput implements Serializable

serialVersionUID: 3208810620206338498L

Serialized Fields

height_

int height_

width_

int width_

align_

String align_

source_

String source_

Class com.ibm.as400.util.html.LabelFormElement extends Object implements Serializable

serialVersionUID: -325048684986308647L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

label_

String label_

Class com.ibm.as400.util.html.LayoutFormPanel extends Object implements Serializable

serialVersionUID: -7299636405173131600L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

list

Vector list

cols

int cols

Class com.ibm.as400.util.html.LineLayoutFormPanel extends LayoutFormPanel implements Serializable

serialVersionUID: -1117648771160826907L

Class com.ibm.as400.util.html.OrderedList extends HTMLList implements Serializable

serialVersionUID: -1082870000306640180L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

type_

String type_

start_

int start_

Class com.ibm.as400.util.html.OrderedListItem extends HTMLListItem implements Serializable

serialVersionUID: -5825465966031878506L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

type_

String type_

value_

int value_

Class com.ibm.as400.util.html.PasswordFormInput extends TextFormInput implements Serializable

serialVersionUID: -8177182553241220755L

Class com.ibm.as400.util.html.RadioFormInput extends ToggleFormInput implements Serializable

serialVersionUID: 7708591176708456432L

Class com.ibm.as400.util.html.RadioFormInputGroup extends HTMLTagAttributes implements Serializable

serialVersionUID: 1787781415625086189L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

name_

String name_

list_

Vector list_

useVertAlign_

boolean useVertAlign_

groupCheck_

boolean groupCheck_

Class com.ibm.as400.util.html.ResetFormInput extends FormInput implements Serializable

serialVersionUID: 2691238990019905630L

Class com.ibm.as400.util.html.SelectFormElement extends HTMLTagAttributes implements Serializable

serialVersionUID: -5409799783351050576L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

name_

String name_

size_

int size_

multiple_

boolean multiple_

optionSelected_

boolean optionSelected_

lang_

String lang_

dir_

String dir_

list_

Vector list_

Class com.ibm.as400.util.html.SelectOption extends HTMLTagAttributes implements Serializable

serialVersionUID: -3056147198368434425L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

value_

String value_

selected_

boolean selected_

text_

String text_

lang_

String lang_

dir_

String dir_

Class com.ibm.as400.util.html.SubmitFormInput extends FormInput implements Serializable

serialVersionUID: -3616280075571796258L

Class com.ibm.as400.util.html.TextAreaFormElement extends HTMLTagAttributes implements Serializable

serialVersionUID: -1548160614340950478L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

name_

String name_

rows_

int rows_

cols_

int cols_

text_

String text_

lang_

String lang_

dir_

String dir_

Class com.ibm.as400.util.html.TextFormInput extends FormInput implements Serializable

serialVersionUID: 2550648845459385938L

Serialized Fields

maxLength_

int maxLength_

Class com.ibm.as400.util.html.ToggleFormInput extends FormInput implements Serializable

serialVersionUID: 4543596544106205362L

Serialized Fields

checked_

boolean checked_

label_

String label_

Class com.ibm.as400.util.html.UnorderedList extends HTMLList implements Serializable

serialVersionUID: -8234261579413831795L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

type_

String type_

Class com.ibm.as400.util.html.UnorderedListItem extends HTMLListItem implements Serializable

serialVersionUID: -4124433047652031568L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

type_

String type_

Package com.ibm.as400.util.servlet

Class com.ibm.as400.util.servlet.AS400Servlet extends AuthenticationServlet implements Serializable

serialVersionUID: 8682226107563431693L

Serialized Fields

head_

String head_

end_

String end_

useConnectionPool_

boolean useConnectionPool_

Class com.ibm.as400.util.servlet.AuthenticationServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 3761917964251765027L

Serialized Fields

realm_

String realm_
The realm used for this servlet instance.


realmDisplayName_

String realmDisplayName_
The actual name the user will see. This may be the same as realm in some cases. A realm of "localhost" may be meaningless to the user, while a realmDisplayName of "mysystem" may be more meaningful.


sessionTable_

Hashtable sessionTable_
Hashtable used to keep session data.


log_

Log log_
The log to use for logging traces and errors. //$A2C

Class com.ibm.as400.util.servlet.HTMLFormConverter extends StringConverter implements Serializable

serialVersionUID: -6301275216248287290L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

htmlTable_

HTMLTable htmlTable_

links_

HTMLHyperlink[] links_

Class com.ibm.as400.util.servlet.HTMLTableConverter extends StringConverter implements Serializable

serialVersionUID: 9154342923705960360L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

htmlTable_

HTMLTable htmlTable_

links_

HTMLHyperlink[] links_

maxTableSize_

int maxTableSize_

useMetaData_

boolean useMetaData_

Class com.ibm.as400.util.servlet.ListMetaData extends Object implements Serializable

serialVersionUID: -230291530342866669L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

columnCount_

int columnCount_

columnName_

String[] columnName_

columnLabel_

String[] columnLabel_

columnType_

int[] columnType_

columnSize_

int[] columnSize_

columnAlignment_

String[] columnAlignment_

columnDirection_

String[] columnDirection_

Class com.ibm.as400.util.servlet.ListRowData extends RowData implements Serializable

serialVersionUID: 1232409461443729991L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException,
                        RowDataException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
RowDataException
Serialized Fields

metadata_

RowMetaData metadata_

Class com.ibm.as400.util.servlet.RecordFormatMetaData extends Object implements Serializable

serialVersionUID: 5676240820170682074L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException,
                        RowDataException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
RowDataException
Serialized Fields

recordFormat_

RecordFormat recordFormat_

columnAlignment_

String[] columnAlignment_

columnDirection_

String[] columnDirection_

Class com.ibm.as400.util.servlet.RecordListRowData extends RowData implements Serializable

serialVersionUID: 7785461189425222072L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException,
                        RowDataException,
                        PropertyVetoException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
RowDataException
PropertyVetoException
Serialized Fields

recordFormat_

RecordFormat recordFormat_

metadata_

RecordFormatMetaData metadata_

Class com.ibm.as400.util.servlet.ResourceListRowData extends RowData implements Serializable

serialVersionUID: 1081925300369525536L

Serialized Fields

metadata_

com.ibm.as400.util.servlet.ResourceListMetaData metadata_

resourceList_

ResourceList resourceList_

columnAttributeIDs_

Object[] columnAttributeIDs_

lastException_

Exception lastException_

refreshed_

boolean refreshed_

Class com.ibm.as400.util.servlet.RowData extends Object implements Serializable

serialVersionUID: -5356418530948608994L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException,
                        RowDataException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
RowDataException
Serialized Fields

rows_

Vector rows_

rowProperties_

Vector rowProperties_

Class com.ibm.as400.util.servlet.RowDataEvent extends EventObject implements Serializable

serialVersionUID: -4858159238427200024L

Serialized Fields

id_

int id_

Class com.ibm.as400.util.servlet.RowDataException extends Exception implements Serializable

Serialized Fields

exception_

Exception exception_

Class com.ibm.as400.util.servlet.SectionCompletedEvent extends EventObject implements Serializable

serialVersionUID: 5950825305973561860L

Serialized Fields

section_

String section_

Class com.ibm.as400.util.servlet.ServletHyperlink extends HTMLHyperlink implements Serializable

serialVersionUID: 6349134986210346587L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes and initializes transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

response_

javax.servlet.http.HttpServletResponse response_

pathInfo_

String pathInfo_

Class com.ibm.as400.util.servlet.SQLResultSetMetaData extends Object implements Serializable

serialVersionUID: 6743260415904796964L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the object and initializes the transient data.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException,
                         RowDataException
Serializes the metadata information.

Throws:
IOException - If a file I/O error occurs.
RowDataException - If a rowdata error occurs.
Serialized Fields

columnLabels_

String[] columnLabels_

isCached_

boolean isCached_

columnCount_

int columnCount_

columnDisplaySize_

int[] columnDisplaySize_

columnName_

String[] columnName_

columnType_

int[] columnType_

columnTypeName_

String[] columnTypeName_

columnPrecision_

int[] columnPrecision_

columnScale_

int[] columnScale_

columnAlignment_

String[] columnAlignment_

columnDirection_

String[] columnDirection_

Class com.ibm.as400.util.servlet.SQLResultSetRowData extends RowData implements Serializable

serialVersionUID: 1069177903929009287L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserializes the object and initializes the transient data.

Throws:
IOException
ClassNotFoundException
Serialized Fields

metadata_

SQLResultSetMetaData metadata_

Package com.ibm.as400.vaccess

Class com.ibm.as400.vaccess.AS400DetailsModel extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

root_

VNode root_
Deprecated. 

Class com.ibm.as400.vaccess.AS400DetailsPane extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

allowActions_

boolean allowActions_
Deprecated. 

confirm_

boolean confirm_
Deprecated. 

model_

AS400DetailsModel model_
Deprecated. 

Class com.ibm.as400.vaccess.AS400ExplorerPane extends JComponent implements Serializable

Serialized Fields

detailsPane_

AS400DetailsPane detailsPane_
Deprecated. 

treePane_

AS400TreePane treePane_
Deprecated. 

Class com.ibm.as400.vaccess.AS400JDBCDataSourcePane extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Throws:
IOException
ClassNotFoundException
Serialized Fields

m_currentDataSource

AS400JDBCDataSource m_currentDataSource
Deprecated. 

m_dataBean

AS400JDBCDataSourcePaneDataBean m_dataBean
Deprecated. 

m_tabbedPaneManager

TabbedPaneManager m_tabbedPaneManager
Deprecated. 

m_justBeingCreated

boolean m_justBeingCreated
Deprecated. 

m_generalPaneManager

PanelManager m_generalPaneManager
Deprecated. 

m_serverPaneManager

PanelManager m_serverPaneManager
Deprecated. 

m_packagePaneManager

PanelManager m_packagePaneManager
Deprecated. 

m_performancePaneManager

PanelManager m_performancePaneManager
Deprecated. 

m_languagePaneManager

PanelManager m_languagePaneManager
Deprecated. 

m_otherPaneManager

PanelManager m_otherPaneManager
Deprecated. 

m_translationPaneManager

PanelManager m_translationPaneManager
Deprecated. 

m_formatPaneManager

PanelManager m_formatPaneManager
Deprecated. 

m_connoptPaneManager

PanelManager m_connoptPaneManager
Deprecated. 

Class com.ibm.as400.vaccess.AS400ListModel extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

root_

VNode root_
Deprecated. 

Class com.ibm.as400.vaccess.AS400ListPane extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

allowActions_

boolean allowActions_
Deprecated. 

confirm_

boolean confirm_
Deprecated. 

list_

JList list_
Deprecated. 

model_

AS400ListModel model_
Deprecated. 

Class com.ibm.as400.vaccess.AS400TreeModel extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

root_

VNode root_
Deprecated. 

Class com.ibm.as400.vaccess.AS400TreePane extends JComponent implements Serializable

Serialized Fields

allowActions_

boolean allowActions_
Deprecated. 

confirm_

boolean confirm_
Deprecated. 

model_

AS400TreeModel model_
Deprecated. 

tree_

JTree tree_
Deprecated. 

Class com.ibm.as400.vaccess.CommandCallButton extends JButton implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

command_

CommandCall command_
Deprecated. 

Class com.ibm.as400.vaccess.CommandCallMenuItem extends JMenuItem implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

command_

CommandCall command_
Deprecated. 

Class com.ibm.as400.vaccess.DataQueueDocument extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

dataQueue_

DataQueue dataQueue_
Deprecated. 

Class com.ibm.as400.vaccess.ErrorDialogAdapter extends Object implements Serializable

Serialized Fields

component_

Component component_
Deprecated. 

modal_

boolean modal_
Deprecated. 

Class com.ibm.as400.vaccess.ErrorEvent extends EventObject implements Serializable

Serialized Fields

exception_

Exception exception_
Deprecated. 

Class com.ibm.as400.vaccess.IFSFileDialog extends Dialog implements Serializable

Serialized Fields

label1

Label label1
Deprecated. 

directoryList

com.ibm.as400.vaccess.IFSList directoryList
Deprecated. 

label2

Label label2
Deprecated. 

fileList

com.ibm.as400.vaccess.IFSList fileList
Deprecated. 

label3

Label label3
Deprecated. 

fileName

TextField fileName
Deprecated. 

label4

Label label4
Deprecated. 

fileType

Choice fileType
Deprecated. 

open

Button open
Deprecated. 

cancel

Button cancel
Deprecated. 

currentDirectory

Label currentDirectory
Deprecated. 

status

TextField status
Deprecated. 

sys_

AS400 sys_
Deprecated. 

state_

int state_
Deprecated. 

filters_

Hashtable filters_
Deprecated. 

listener_

com.ibm.as400.vaccess.IFSFileDialog.Listeners listener_
Deprecated. 

Class com.ibm.as400.vaccess.IFSTextFileDocument extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

file_

IFSFile file_
Deprecated. 

Class com.ibm.as400.vaccess.KeyedDataQueueDocument extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

dataQueue_

KeyedDataQueue dataQueue_
Deprecated. 

Class com.ibm.as400.vaccess.ProgramCallButton extends JButton implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

program_

ProgramCall program_
Deprecated. 

Class com.ibm.as400.vaccess.ProgramCallMenuItem extends JMenuItem implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

program_

ProgramCall program_
Deprecated. 

Class com.ibm.as400.vaccess.RecordListFormPane extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restore the state of this object from an object input stream. It is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

status_

JLabel status_
Deprecated. 

dataArea_

JPanel dataArea_
Deprecated. 

leftCell_

com.ibm.as400.vaccess.DBCellRenderer leftCell_
Deprecated. 

tableData_

com.ibm.as400.vaccess.RecordListData tableData_
Deprecated. 

Class com.ibm.as400.vaccess.RecordListTableModel extends AbstractTableModel implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restore the state of this object from an object input stream. It is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

tableData_

com.ibm.as400.vaccess.RecordListData tableData_
Deprecated. 

Class com.ibm.as400.vaccess.RecordListTablePane extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restore the state of this object from an object input stream. It is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

model_

RecordListTableModel model_
Deprecated. 

tableColor_

Color tableColor_
Deprecated. 

tableShowHorizontalLines_

boolean tableShowHorizontalLines_
Deprecated. 

tableShowVerticalLines_

boolean tableShowVerticalLines_
Deprecated. 

rightCell_

com.ibm.as400.vaccess.DBCellRenderer rightCell_
Deprecated. 

leftCell_

com.ibm.as400.vaccess.DBCellRenderer leftCell_
Deprecated. 

Class com.ibm.as400.vaccess.ResourceListDetailsModel extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

exceptionOccured_

boolean exceptionOccured_
Deprecated. 

resourceList_

ResourceList resourceList_
Deprecated. 

columnAttributeIDs_

Object[] columnAttributeIDs_
Deprecated. 

columnSources_

int[] columnSources_
Deprecated. 

Class com.ibm.as400.vaccess.ResourceListDetailsPane extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

allowActions_

boolean allowActions_
Deprecated. 

model_

ResourceListDetailsModel model_
Deprecated. 

resourceProperties_

ResourceProperties resourceProperties_
Deprecated. 

Class com.ibm.as400.vaccess.ResourceListModel extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

exceptionOccured_

boolean exceptionOccured_
Deprecated. 

resourceList_

ResourceList resourceList_
Deprecated. 

Class com.ibm.as400.vaccess.ResourceListPane extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

allowActions_

boolean allowActions_
Deprecated. 

model_

ResourceListModel model_
Deprecated. 

resourceProperties_

ResourceProperties resourceProperties_
Deprecated. 

Class com.ibm.as400.vaccess.ResourceProperties extends Object implements Serializable

Serialized Fields

editable_

boolean editable_
Deprecated. 

tabCounter_

int tabCounter_
Deprecated. 

tabPropertyIDs_

Hashtable tabPropertyIDs_
Deprecated. 

tabLabels_

Hashtable tabLabels_
Deprecated. 

Class com.ibm.as400.vaccess.SpooledFileViewer extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException - Thrown if an IO error occurs.
ClassNotFoundException - Thrown if class is not found.
Serialized Fields

initialized_

boolean initialized_
Deprecated. 

numberOfPagesEst_

boolean numberOfPagesEst_
Deprecated. 

currentPageNumber_

int currentPageNumber_
Deprecated. 

flashPageNumber_

int flashPageNumber_
Deprecated. 

knownPages_

int knownPages_
Deprecated. 

numberOfPages_

int numberOfPages_
Deprecated. 

oldCurrentPage_

int oldCurrentPage_
Deprecated. 

paperSize_

int paperSize_
Deprecated. 

viewingFidelity_

int viewingFidelity_
Deprecated. 

zoomPercentage_

float zoomPercentage_
Deprecated. 

spooledFile_

SpooledFile spooledFile_
Deprecated. 

pageView_

com.ibm.as400.vaccess.SpooledFileViewer.SpooledFilePageView_ pageView_
Deprecated. 

estimateStar_

String estimateStar_
Deprecated. 

Class com.ibm.as400.vaccess.SQLConnection extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restore the state of this object from an object input stream. It is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

uid2_

String uid2_
Deprecated. 

properties_

Properties properties_
Deprecated. 

url2_

String url2_
Deprecated. 

Class com.ibm.as400.vaccess.SQLQueryBuilderPane extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of this object from an object input stream. It is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

sqlconn_

SQLConnection sqlconn_
Deprecated. 

tables_

String[] tables_
Deprecated. 

schemas_

String[] schemas_
Deprecated. 

tablesUserDefined_

boolean tablesUserDefined_
Deprecated. 

schemasUserDefined_

boolean schemasUserDefined_
Deprecated. 

internalLoad_

boolean internalLoad_
Deprecated. 

Class com.ibm.as400.vaccess.SQLResultSetFormPane extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restore the state of this object from an object input stream. It is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

status_

JLabel status_
Deprecated. 

dataArea_

JPanel dataArea_
Deprecated. 

leftCell_

com.ibm.as400.vaccess.DBCellRenderer leftCell_
Deprecated. 

dateCell_

com.ibm.as400.vaccess.DBDateCellRenderer dateCell_
Deprecated. 

timeCell_

com.ibm.as400.vaccess.DBDateCellRenderer timeCell_
Deprecated. 

timestampCell_

com.ibm.as400.vaccess.DBDateCellRenderer timestampCell_
Deprecated. 

tableData_

com.ibm.as400.vaccess.SQLResultSetData tableData_
Deprecated. 

Class com.ibm.as400.vaccess.SQLResultSetTableModel extends AbstractTableModel implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

cacheAll_

boolean cacheAll_
Deprecated. 

sqlConnection_

SQLConnection sqlConnection_
Deprecated. 

query_

String query_
Deprecated. 

explicitResultSet_

ResultSet explicitResultSet_
Deprecated. 

Class com.ibm.as400.vaccess.SQLResultSetTablePane extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restore the state of this object from an object input stream. It is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

model_

SQLResultSetTableModel model_
Deprecated. 

tableColor_

Color tableColor_
Deprecated. 

tableShowHorizontalLines_

boolean tableShowHorizontalLines_
Deprecated. 

tableShowVerticalLines_

boolean tableShowVerticalLines_
Deprecated. 

rightCell_

com.ibm.as400.vaccess.DBCellRenderer rightCell_
Deprecated. 

leftCell_

com.ibm.as400.vaccess.DBCellRenderer leftCell_
Deprecated. 

cellSelector_

com.ibm.as400.vaccess.DBCellSelector cellSelector_
Deprecated. 

cellEditor_

com.ibm.as400.vaccess.DBCellEditor cellEditor_
Deprecated. 

Class com.ibm.as400.vaccess.SQLStatementButton extends JButton implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restore the state of this object from an object input stream. It is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

connection_

SQLConnection connection_
Deprecated. 

sql_

String sql_
Deprecated. 

Class com.ibm.as400.vaccess.SQLStatementDocument extends PlainDocument implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restore the state of this object from an object input stream. It is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

connection_

SQLConnection connection_
Deprecated. 

Class com.ibm.as400.vaccess.SQLStatementMenuItem extends JMenuItem implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restore the state of this object from an object input stream. It is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

connection_

SQLConnection connection_
Deprecated. 

sql_

String sql_
Deprecated. 

Class com.ibm.as400.vaccess.VActionAdapter extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

action_

VAction action_
Deprecated. 

actionContext_

VActionContext actionContext_
Deprecated. 

enabled_

boolean enabled_
Deprecated. 

Class com.ibm.as400.vaccess.VIFSDirectory extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

actualFilter_

com.ibm.as400.vaccess.IFSDirectoryFilter actualFilter_
Deprecated. 

directory_

IFSFile directory_
Deprecated. 

parent_

VNode parent_
Deprecated. 

pattern_

String pattern_
Deprecated. 

Class com.ibm.as400.vaccess.VIFSFile extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

file_

IFSFile file_
Deprecated. 

Class com.ibm.as400.vaccess.VJavaApplicationCall extends JComponent implements Serializable

Serialized Fields

javaAppCall_

JavaApplicationCall javaAppCall_
Deprecated. 

classPath_

String classPath_
Deprecated. 

inputVector_

Vector inputVector_
Deprecated. 

inputIndex_

int inputIndex_
Deprecated. 

inputStr_

String inputStr_
Deprecated. 

inputText_

JTextField inputText_
Deprecated. 

scrollPane_

JScrollPane scrollPane_
Deprecated. 

javaRunOver_

boolean javaRunOver_
Deprecated. 

optionArray_

String[] optionArray_
Deprecated. 

outputText_

JTextArea outputText_
Deprecated. 

paramNum_

int paramNum_
Deprecated. 

strToken_

StringTokenizer strToken_
Deprecated. 

vJavaGetResult_

com.ibm.as400.vaccess.VJavaGetResult vJavaGetResult_
Deprecated. 

hasNext

boolean hasNext
Deprecated. 

hasPrevious

boolean hasPrevious
Deprecated. 

firstDraw

boolean firstDraw
Deprecated. 

linesWritten_

long linesWritten_
Deprecated. 

Class com.ibm.as400.vaccess.VJob extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

parent_

VNode parent_
Deprecated. 

job_

RJob job_
Deprecated. 

jobLog_

RJobLog jobLog_
Deprecated. 

Class com.ibm.as400.vaccess.VJobList extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

jobList_

RJobList jobList_
Deprecated. 

name_

String name_
Deprecated. 

number_

String number_
Deprecated. 

parent_

VNode parent_
Deprecated. 

user_

String user_
Deprecated. 

Class com.ibm.as400.vaccess.VJobLogMessage extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

message_

RQueuedMessage message_
Deprecated. 

Class com.ibm.as400.vaccess.VMessage extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

message_

AS400Message message_
Deprecated. 

Class com.ibm.as400.vaccess.VMessageList extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

messageList_

AS400Message[] messageList_
Deprecated. 

parent_

VNode parent_
Deprecated. 

Class com.ibm.as400.vaccess.VMessageQueue extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

parent_

VNode parent_
Deprecated. 

queue_

MessageQueue queue_
Deprecated. 

Class com.ibm.as400.vaccess.VObjectEvent extends EventObject implements Serializable

Serialized Fields

duringLoad_

boolean duringLoad_
Deprecated. 

object_

VObject object_
Deprecated. 

parent_

VNode parent_
Deprecated. 

Class com.ibm.as400.vaccess.VPrinter extends Object implements Serializable

Serialized Fields

printer_

Printer printer_
Deprecated. 

Class com.ibm.as400.vaccess.VPrinterOutput extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

list_

SpooledFileList list_
Deprecated. 

Class com.ibm.as400.vaccess.VPrinters extends Object implements Serializable

Serialized Fields

list_

PrinterList list_
Deprecated. 

Class com.ibm.as400.vaccess.VPropertiesAction extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

enabled_

boolean enabled_
Deprecated. 

object_

VObject object_
Deprecated. 

Class com.ibm.as400.vaccess.VQueuedMessage extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

message_

QueuedMessage message_
Deprecated. 

queue_

MessageQueue queue_
Deprecated. 

Class com.ibm.as400.vaccess.VSystemPool extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

systemPool_

SystemPool systemPool_
Deprecated. 

allowModify_

boolean allowModify_
Deprecated. 

Class com.ibm.as400.vaccess.VSystemStatus extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

systemStatus_

SystemStatus systemStatus_
Deprecated. 

parent_

VNode parent_
Deprecated. 

allowModifyAllPools_

boolean allowModifyAllPools_
Deprecated. 

Class com.ibm.as400.vaccess.VSystemStatusPane extends JPanel implements Serializable

Serialized Fields

detailsPane_

AS400DetailsPane detailsPane_
Deprecated. 

system_

AS400 system_
Deprecated. 

systemStatus_

SystemStatus systemStatus_
Deprecated. 

vSystemStatus_

VSystemStatus vSystemStatus_
Deprecated. 

systemLabel_

JLabel systemLabel_
Deprecated. 

dateTimeLabel_

JLabel dateTimeLabel_
Deprecated. 

utilizationLabel_

JLabel utilizationLabel_
Deprecated. 

systemASPLabel_

JLabel systemASPLabel_
Deprecated. 

systemASPUsedLabel_

JLabel systemASPUsedLabel_
Deprecated. 

totalAuxiliaryStorageLabel_

JLabel totalAuxiliaryStorageLabel_
Deprecated. 

jobsInSystemLabel_

JLabel jobsInSystemLabel_
Deprecated. 

batchJobsRunningLabel_

JLabel batchJobsRunningLabel_
Deprecated. 

usersCurrentlySignedOnLabel_

JLabel usersCurrentlySignedOnLabel_
Deprecated. 

allowModifyAllPools_

boolean allowModifyAllPools_
Deprecated. 

Class com.ibm.as400.vaccess.VSystemValueList extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

systemValueList_

SystemValueList systemValueList_
Deprecated. 

parent_

VNode parent_
Deprecated. 

Class com.ibm.as400.vaccess.VUser extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

user_

User user_
Deprecated. 

Class com.ibm.as400.vaccess.VUserAndGroup extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

as400_

AS400 as400_
Deprecated. 

parent_

VNode parent_
Deprecated. 

Class com.ibm.as400.vaccess.VUserList extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

description_

String description_
Deprecated. 

userList_

UserList userList_
Deprecated. 

parent_

VNode parent_
Deprecated. 

isLoaded_

boolean isLoaded_
Deprecated. 

Class com.ibm.as400.vaccess.WorkingCursorAdapter extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restores the state of the object from an input stream. This is used when deserializing an object.

Throws:
IOException
ClassNotFoundException
Serialized Fields

component_

Component component_
Deprecated. 

Class com.ibm.as400.vaccess.WorkingEvent extends EventObject implements Serializable


Package com.ibm.ui.framework

Class com.ibm.ui.framework.TaskActionEvent extends TaskEvent implements Serializable

Serialized Fields

m_command

String m_command

Class com.ibm.ui.framework.TaskEvent extends EventObject implements Serializable

Serialized Fields

m_element

String m_element
The name of the task element which caused the event to be generated.


Package utilities

Class utilities.JarMakerEvent extends EventObject implements Serializable

serialVersionUID: -8608410039955840303L

Serialized Fields

jarEntryName_

String jarEntryName_