Serialized Form
Package com.ibm.as400.ui.framework.java |
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
m_unselectedForeground
java.awt.Color m_unselectedForeground
m_unselectedBackground
java.awt.Color m_unselectedBackground
m_focusBorder
javax.swing.border.Border m_focusBorder
m_noFocusBorder
javax.swing.border.Border m_noFocusBorder
m_row
int m_row
m_column
int m_column
m_value
ItemDescriptor m_value
m_table
javax.swing.JTable m_table
m_localizedMessage
java.lang.String m_localizedMessage
m_item
java.lang.Object m_item
m_panelName
java.lang.String m_panelName
m_controlName
java.lang.String m_controlName
m_component
java.awt.Component m_component
m_text
java.lang.String m_text
m_componentName
java.lang.String m_componentName
m_groups
java.util.Vector m_groups
m_columnsRemaining
int m_columnsRemaining
m_modelListener
com.ibm.as400.ui.framework.java.JGroupingTableHeader.ColumnModelListener m_modelListener
m_errorList
java.util.Vector m_errorList
- List of image files for which we have logged errors.
m_size
int m_size
m_listData
java.lang.Object[] m_listData
m_rowCount
int m_rowCount
m_columnCount
int m_columnCount
m_tableColumns
java.util.Vector m_tableColumns
m_columnData
java.lang.Object[][] m_columnData
m_cellStatusDictionary
java.util.Hashtable m_cellStatusDictionary
m_button
javax.swing.JButton m_button
- The main button
m_arrowButton
javax.swing.JToggleButton m_arrowButton
- The arrow button
m_popup
javax.swing.JPopupMenu m_popup
- The popup menu
m_popupListener
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
m_errorList
java.util.Vector m_errorList
- List of image files for which we have logged errors.
m_maxLength
int m_maxLength
m_comboBox
javax.swing.JComboBox m_comboBox
m_nd
NodeDescriptor m_nd
preListenerList
javax.swing.event.EventListenerList preListenerList
preChangeListener
PreChangeListener preChangeListener
Package com.ibm.as400.util.reportwriter.processor |
context_
Context context_
- The output context to use
Package com.ibm.as400.access |
spooledFileFilter_
SpooledFile spooledFileFilter_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
systemName_
java.lang.String systemName_
userId_
java.lang.String userId_
gssName_
java.lang.String gssName_
guiAvailable_
boolean guiAvailable_
usePasswordCache_
boolean usePasswordCache_
useDefaultUser_
boolean useDefaultUser_
showCheckboxes_
boolean showCheckboxes_
useSSLConnection_
SSLOptions useSSLConnection_
mustUseSockets_
boolean mustUseSockets_
threadUsed_
boolean threadUsed_
locale_
java.util.Locale locale_
socketProperties_
SocketProperties socketProperties_
arrayType
AS400DataType arrayType
arraySize
int arraySize
allowChanges
boolean allowChanges
length
int length
certificate_
byte[] certificate_
info_
java.lang.String info_
byteData_
byte[] byteData_
attrType_
int attrType_
byteAttr_
byte[] byteAttr_
stringAttr_
java.lang.String stringAttr_
isString_
boolean isString_
id_
int id_
usrprfImpl_
AS400CertificateUsrPrfUtilImpl usrprfImpl_
- The user profile class implementation, either native or remote.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.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:
java.lang.ClassNotFoundException
- If the class being deserialized is not found.
java.io.IOException
- If an error occurs while communicating with the AS/400.
ifsPathName_
java.lang.String ifsPathName_
libName_
java.lang.String libName_
objectName_
java.lang.String objectName_
objectType_
java.lang.String objectType_
usrSpaceName_
java.lang.String usrSpaceName_
system_
AS400 system_
as400AttrS_
java.lang.String[] as400AttrS_
as400AttrB_
byte[][] as400AttrB_
nextCertificateToReturn_
int nextCertificateToReturn_
nextCertificateOffset_
int nextCertificateOffset_
numberCertificatesFound_
int numberCertificatesFound_
impl_
AS400CertificateUtilImpl impl_
info_
java.lang.String info_
vldlImpl_
AS400CertificateVldlUtilImpl vldlImpl_
- The validation list class implementation, either native or remote.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
- Throws:
java.io.IOException
- If a file I/O error occurs.
java.lang.ClassNotFoundException
- If a file error occurs.
msgList_
AS400Message[] msgList_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.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:
java.lang.ClassNotFoundException
- If the class being deserialized is not found.
java.io.IOException
- If an error occurs while communicating with the AS/400.
readNoUpdate_
boolean readNoUpdate_
ssp_
boolean ssp_
library_
java.lang.String library_
file_
java.lang.String file_
member_
java.lang.String member_
name_
java.lang.String name_
recordFormat_
RecordFormat recordFormat_
system_
AS400 system_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.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:
java.lang.ClassNotFoundException
- If the class being deserialized is not found.
java.io.IOException
- If an error occurs while communicating with the AS/400.
file_
java.lang.String file_
member_
java.lang.String member_
name_
java.lang.String name_
system_
AS400 system_
id_
int id_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- During object deserialization, this method is called. When it is call
we need to initialize transient data.
system_
AS400 system_
saveFilePublicAuthority_
java.lang.String saveFilePublicAuthority_
CDToRoot
java.lang.String CDToRoot
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
- Throws:
java.io.IOException
- If a file I/O error occurs.
java.lang.ClassNotFoundException
- If a file error occurs.
closed_
boolean closed_
dataSource_
AS400JDBCConnectionPoolDataSource dataSource_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Deserializes and initializes transient data.
- Throws:
java.lang.ClassNotFoundException
- If the class cannot be found.
java.io.IOException
- If an I/O exception occurs.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Serializes the server and user information.
- Throws:
java.io.IOException
- If a file I/O error occurs.
dataSourceName_
java.lang.String dataSourceName_
description_
java.lang.String description_
properties_
JDProperties properties_
sockProps_
SocketProperties sockProps_
serialServerName_
java.lang.String serialServerName_
serialUserName_
java.lang.String serialUserName_
serialKeyRingName_
java.lang.String serialKeyRingName_
isSecure_
boolean isSecure_
serialPWBytes_
char[] serialPWBytes_
serialKeyRingPWBytes_
char[] serialKeyRingPWBytes_
savePasswordWhenSerialized_
boolean savePasswordWhenSerialized_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
command_
java.lang.String command_
dataSourceName_
java.lang.String dataSourceName_
useDataSource_
boolean useDataSource_
url_
java.lang.String url_
username_
java.lang.String username_
password_
java.lang.String password_
connection_
java.sql.Connection connection_
dataSource_
javax.sql.DataSource dataSource_
statement_
java.sql.PreparedStatement statement_
resultSet_
AS400JDBCResultSet resultSet_
context_
javax.naming.Context context_
environment_
java.util.Hashtable environment_
isReadOnly_
boolean isReadOnly_
transactionIsolation_
int transactionIsolation_
typeMap_
java.util.Map typeMap_
createNewStatement_
boolean createNewStatement_
concurrency_
int concurrency_
escapeProcessing_
boolean escapeProcessing_
type_
int type_
date_
java.util.Calendar date_
dateSent_
java.lang.String dateSent_
timeSent_
java.lang.String timeSent_
fileName_
java.lang.String fileName_
id_
java.lang.String id_
libraryName_
java.lang.String libraryName_
defaultReply_
java.lang.String defaultReply_
severity_
int severity_
substitutionData_
byte[] substitutionData_
text_
java.lang.String text_
type_
int type_
help_
java.lang.String help_
digits
int digits
scale
int scale
rc_
int rc_
elements
AS400DataType[] elements
allowChanges
boolean allowChanges
length_
int length_
ccsid_
int ccsid_
system_
AS400 system_
padding_
byte[] padding_
digits
int digits
scale
int scale
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
system_
AS400 system_
path_
java.lang.String path_
library_
java.lang.String library_
name_
java.lang.String name_
ccsid_
int ccsid_
maxEntryLength_
int maxEntryLength_
saveSenderInformation_
boolean saveSenderInformation_
FIFO_
boolean FIFO_
forceToAuxiliaryStorage_
boolean forceToAuxiliaryStorage_
description_
java.lang.String description_
attributesRetrieved_
boolean attributesRetrieved_
initialValue_
java.lang.String initialValue_
- Variables
ccsid_
java.lang.String ccsid_
variableLength_
int variableLength_
isVariableLength_
boolean isVariableLength_
table
Converter table
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of this object from an object input stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
name_
java.lang.String name_
system_
AS400 system_
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of this object from an object input stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
userData_
byte[] userData_
- Variables
entryAuthority_
int entryAuthority_
entryStatus_
int entryStatus_
entryUpdateOption_
int entryUpdateOption_
key_
byte[] key_
timeToLive_
int timeToLive_
ownerProfile_
java.lang.String ownerProfile_
modifyProfile_
java.lang.String modifyProfile_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
system_
AS400 system_
path_
java.lang.String path_
commandProcessingProgram_
java.lang.String commandProcessingProgram_
sourceFile_
java.lang.String sourceFile_
validityCheckProgram_
java.lang.String validityCheckProgram_
mode_
java.lang.String mode_
whereAllowedToRun_
java.lang.String whereAllowedToRun_
allowLimitedUser_
boolean allowLimitedUser_
maxPosParms_
int maxPosParms_
promptMessageFile_
java.lang.String promptMessageFile_
messageFile_
java.lang.String messageFile_
helpPanelGroup_
java.lang.String helpPanelGroup_
helpIdentifier_
java.lang.String helpIdentifier_
searchIndex_
java.lang.String searchIndex_
currentLibrary_
java.lang.String currentLibrary_
productLibrary_
java.lang.String productLibrary_
promptOverrideProgram_
java.lang.String promptOverrideProgram_
restricted_
java.lang.String restricted_
description_
java.lang.String description_
cppState_
java.lang.String cppState_
vcState_
java.lang.String vcState_
poState_
java.lang.String poState_
ccsid_
int ccsid_
guiEnabled_
boolean guiEnabled_
threadsafe_
byte threadsafe_
multithreadedJobAction_
byte multithreadedJobAction_
xml_
java.lang.String xml_
xml2_
java.lang.String xml2_
helpIDs_
PanelGroupHelpIdentifier[] helpIDs_
xmlProductLibrary_
java.lang.String xmlProductLibrary_
xmlPanelGroup_
java.lang.String xmlPanelGroup_
xmlHelpText_
java.lang.String xmlHelpText_
refreshed_
boolean refreshed_
refreshedXML_
boolean refreshedXML_
refreshedXML2_
boolean refreshedXML2_
refreshedHelpIDs_
boolean refreshedHelpIDs_
refreshedHelpText_
boolean refreshedHelpText_
refreshedParsedXML_
boolean refreshedParsedXML_
loadedDescription_
boolean loadedDescription_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
system_
AS400 system_
command_
java.lang.String command_
messageList_
AS400Message[] messageList_
threadSafety_
boolean threadSafety_
threadSafetyDetermined_
int threadSafetyDetermined_
messageOption_
int messageOption_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
sys_
AS400 sys_
lib_
java.lang.String lib_
cmd_
java.lang.String cmd_
rc_
int rc_
service_
int service_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
- Throws:
java.io.IOException
- If a file I/O error occurs.
java.lang.ClassNotFoundException
- If a file error occurs.
properties_
ConnectionPoolProperties properties_
inUse_
boolean inUse_
isRunMaintenance_
boolean isRunMaintenance_
eventID_
int eventID_
exception_
java.lang.Exception exception_
returnCode_
int returnCode_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
system_
AS400 system_
- Variables
dataAreaPathName_
java.lang.String dataAreaPathName_
name_
java.lang.String name_
ifsPathName_
QSYSObjectPathName ifsPathName_
length_
int length_
textDescription_
java.lang.String textDescription_
authority_
java.lang.String authority_
dataAreaType_
int dataAreaType_
id_
int id_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
authority_
java.lang.String authority_
description_
java.lang.String description_
entryLength_
int entryLength_
FIFO_
boolean FIFO_
forceToAuxiliaryStorage_
boolean forceToAuxiliaryStorage_
keyLength_
int keyLength_
saveSenderInfo_
boolean saveSenderInfo_
id_
int id_
dateFormat_
java.lang.String dateFormat_
dateSeparator_
java.lang.String dateSeparator_
ccsid_
java.lang.String ccsid_
variableLength_
int variableLength_
isVariableLength_
boolean isVariableLength_
ccsid_
java.lang.String ccsid_
variableLength_
int variableLength_
isVariableLength_
boolean isVariableLength_
ccsid_
java.lang.String ccsid_
variableLength_
int variableLength_
isVariableLength_
boolean isVariableLength_
ccsid_
java.lang.String ccsid_
variableLength_
int variableLength_
isVariableLength_
boolean isVariableLength_
initialValue_
java.math.BigDecimal initialValue_
- Variables
decimalPositions_
int decimalPositions_
system_
AS400 system_
name_
java.lang.String name_
nameBytes_
byte[] nameBytes_
stringType_
int stringType_
system_
AS400 system_
rc_
int rc_
rc_
int rc_
rc_
int rc_
rc_
int rc_
alias_
java.lang.String alias_
allowNull_
boolean allowNull_
columnHeading_
java.lang.String columnHeading_
dataType_
AS400DataType dataType_
ddsName_
java.lang.String ddsName_
defaultValue_
java.lang.Object defaultValue_
keyFieldFunctions_
java.lang.String[] keyFieldFunctions_
layoutLength_
int layoutLength_
layoutAlignment_
int layoutAlignment_
length_
int length_
name_
java.lang.String name_
refFld_
java.lang.String refFld_
text_
java.lang.String text_
isDFTCurrent_
boolean isDFTCurrent_
DFTCurrentValue_
java.lang.String DFTCurrentValue_
isDFTNull_
boolean isDFTNull_
id_
int id_
decimalPositions_
int decimalPositions_
floatPrecision_
java.lang.String floatPrecision_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- During object deserialization, this method is called. When it is call
we need to initialize transient data.
server_
java.lang.String server_
user_
java.lang.String user_
port_
int port_
bufferSize_
int bufferSize_
id_
int id_
variableLength_
int variableLength_
isVariableLength_
boolean isVariableLength_
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of this object from an object input stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
system_
AS400 system_
path_
java.lang.String path_
permission_
Permission permission_
isDirectory_
boolean isDirectory_
isFile_
boolean isFile_
isSymbolicLink_
boolean isSymbolicLink_
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of this object from an object input stream.
- Throws:
java.io.IOException
- If an error occurs while communicating with the AS/400.
java.lang.ClassNotFoundException
path_
java.lang.String path_
shareOption_
int shareOption_
system_
AS400 system_
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of this object from an object input stream.
- Throws:
java.io.IOException
- If an error occurs while communicating with the AS/400.
java.lang.ClassNotFoundException
fd_
IFSFileDescriptor fd_
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of this object from an object input stream.
- Throws:
java.io.IOException
- If an error occurs while communicating with the AS/400.
java.lang.ClassNotFoundException
fd_
IFSFileDescriptor fd_
append_
boolean append_
ccsid_
int ccsid_
ifsFile_
IFSFile ifsFile_
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of this object from an object input stream.
- Throws:
IOException
- If an error occurs while communicating with the AS/400.
java.lang.ClassNotFoundException
fileHandle_
int fileHandle_
offset_
int offset_
length_
int length_
isMandatory_
boolean isMandatory_
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of this object from an object input stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
existenceOption_
int existenceOption_
fd_
IFSFileDescriptor fd_
mode_
java.lang.String mode_
forceToStorage_
boolean forceToStorage_
rc_
int rc_
returnCode_
int returnCode_
rc_
int rc_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
system_
AS400 system_
systemVRM_
int systemVRM_
gotSystemVRM_
boolean gotSystemVRM_
effectiveValueStr_
java.lang.String[] effectiveValueStr_
pendingValueStr_
java.lang.String[] pendingValueStr_
effectiveValueInt_
int[] effectiveValueInt_
pendingValueInt_
int[] pendingValueInt_
userChangedAttribute_
boolean[] userChangedAttribute_
userCommittedChange_
boolean[] userCommittedChange_
changedAutoStartSinceRefresh_
boolean changedAutoStartSinceRefresh_
netServer_
ISeriesNetServer netServer_
connectTime_
int connectTime_
numberOfFilesOpen_
int numberOfFilesOpen_
resourceName_
java.lang.String resourceName_
connectionType_
int connectionType_
userName_
java.lang.String userName_
numberOfUsers_
int numberOfUsers_
connectionID_
int connectionID_
sessionID_
long sessionID_
resourceType_
int resourceType_
path_
java.lang.String path_
permissions_
int permissions_
maxNumberOfUsers_
int maxNumberOfUsers_
curNumberOfUsers_
int curNumberOfUsers_
ccsidForTextConversion_
int ccsidForTextConversion_
textConversionEnablement_
java.lang.String textConversionEnablement_
fileExtensions_
java.lang.String[] fileExtensions_
outputQueue_
java.lang.String outputQueue_
printDriver_
java.lang.String printDriver_
spooledFileType_
int spooledFileType_
printerFile_
java.lang.String printerFile_
isPublished_
boolean isPublished_
workstationName_
java.lang.String workstationName_
sessionID_
long sessionID_
numberOfConnections_
int numberOfConnections_
sessionAge_
int sessionAge_
numberOfFilesOpen_
int numberOfFilesOpen_
idleTime_
int idleTime_
isPasswordEncrypted_
boolean isPasswordEncrypted_
isGuestSession_
boolean isGuestSession_
userName_
java.lang.String userName_
name_
java.lang.String name_
description_
java.lang.String description_
isFile_
boolean isFile_
numOptionalParmsToSet_
int numOptionalParmsToSet_
system_
AS400 system_
name_
java.lang.String name_
refreshed_
boolean refreshed_
writerStarted_
boolean writerStarted_
writerStatus_
int writerStatus_
deviceStatus_
int deviceStatus_
overallStatus_
int overallStatus_
textDescription_
java.lang.String textDescription_
startedByUser_
java.lang.String startedByUser_
writingStatus_
int writingStatus_
waitingForMessageStatus_
boolean waitingForMessageStatus_
heldStatus_
boolean heldStatus_
endPendingStatus_
int endPendingStatus_
holdPendingStatus_
int holdPendingStatus_
betweenFilesStatus_
boolean betweenFilesStatus_
betweenCopiesStatus_
boolean betweenCopiesStatus_
waitingForDataStatus_
boolean waitingForDataStatus_
waitingForDeviceStatus_
boolean waitingForDeviceStatus_
onJobQueueStatus_
boolean onJobQueueStatus_
writerJobName_
java.lang.String writerJobName_
writerJobUser_
java.lang.String writerJobUser_
writerJobNumber_
java.lang.String writerJobNumber_
printerDeviceType_
java.lang.String printerDeviceType_
numberOfSeparators_
int numberOfSeparators_
drawerForSeparators_
int drawerForSeparators_
alignForms_
java.lang.String alignForms_
outputQueueName_
java.lang.String outputQueueName_
outputQueueLibrary_
java.lang.String outputQueueLibrary_
outputQueueStatus_
int outputQueueStatus_
networkDirectoryPublishingStatus_
boolean networkDirectoryPublishingStatus_
formType_
java.lang.String formType_
messageOption_
java.lang.String messageOption_
automaticallyEndWriter_
java.lang.String automaticallyEndWriter_
allowDirectPrinting_
boolean allowDirectPrinting_
messageQueueName_
java.lang.String messageQueueName_
messageQueueLibrary_
java.lang.String messageQueueLibrary_
changesTakeEffect_
java.lang.String changesTakeEffect_
nextOutputQueueName_
java.lang.String nextOutputQueueName_
nextOutputQueueLibrary_
java.lang.String nextOutputQueueLibrary_
nextFormType_
java.lang.String nextFormType_
nextMessageOption_
java.lang.String nextMessageOption_
nextFileSeparators_
int nextFileSeparators_
nextSeparatorDrawer_
int nextSeparatorDrawer_
spooledFileName_
java.lang.String spooledFileName_
jobName_
java.lang.String jobName_
jobUser_
java.lang.String jobUser_
jobNumber_
java.lang.String jobNumber_
spooledFileNumber_
int spooledFileNumber_
pageBeingWritten_
int pageBeingWritten_
totalPages_
int totalPages_
copiesLeftToProduce_
int copiesLeftToProduce_
totalCopies_
int totalCopies_
advancedFunctionPrinting_
boolean advancedFunctionPrinting_
messageKey_
byte[] messageKey_
jobSystemName_
java.lang.String jobSystemName_
spooledFileCreateDate_
java.lang.String spooledFileCreateDate_
spooledFileCreateTime_
java.lang.String spooledFileCreateTime_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes the transient data.
as400_
AS400 as400_
command_
CommandCall command_
messageList_
AS400Message[] messageList_
classPath_
java.lang.String classPath_
defaultPort_
int defaultPort_
findPort_
boolean findPort_
garbageCollectionInitialSize_
int garbageCollectionInitialSize_
garbageCollectionMaximumSize_
java.lang.String garbageCollectionMaximumSize_
garbageCollectionFrequency_
int garbageCollectionFrequency_
garbageCollectionPriority_
int garbageCollectionPriority_
interpret_
java.lang.String interpret_
jobname_
java.lang.String jobname_
javaApplication_
java.lang.String javaApplication_
optimization_
java.lang.String optimization_
options_
java.lang.String[] options_
parameters_
java.lang.String[] parameters_
properties_
java.util.Properties properties_
securityCheckLevel_
java.lang.String securityCheckLevel_
standardErrorPort_
int standardErrorPort_
standardInPort_
int standardInPort_
standardOutPort_
int standardOutPort_
cacheChanges_
boolean cacheChanges_
isConnected_
boolean isConnected_
values_
JobHashtable values_
cachedChanges_
JobHashtable cachedChanges_
name_
java.lang.String name_
user_
java.lang.String user_
number_
java.lang.String number_
status_
java.lang.String status_
type_
java.lang.String type_
subtype_
java.lang.String subtype_
system_
AS400 system_
internalJobID_
java.lang.String internalJobID_
realInternalJobID_
byte[] realInternalJobID_
system_
AS400 system_
selectionJobName_
java.lang.String selectionJobName_
selectionUserName_
java.lang.String selectionUserName_
selectionJobNumber_
java.lang.String selectionJobNumber_
selectionJobType_
java.lang.String selectionJobType_
selectActiveJobs_
boolean selectActiveJobs_
selectJobQueueJobs_
boolean selectJobQueueJobs_
selectOutQueueJobs_
boolean selectOutQueueJobs_
activeStatuses_
java.lang.String[] activeStatuses_
currentActiveStatus_
int currentActiveStatus_
selectHeldJobs_
boolean selectHeldJobs_
selectScheduledJobs_
boolean selectScheduledJobs_
selectReadyJobs_
boolean selectReadyJobs_
jobQueues_
java.lang.String[] jobQueues_
currentJobQueue_
int currentJobQueue_
initialUsers_
java.lang.String[] initialUsers_
currentInitialUser_
int currentInitialUser_
serverTypes_
java.lang.String[] serverTypes_
currentServerType_
int currentServerType_
enhancedJobTypes_
int[] enhancedJobTypes_
currentEnhancedJobType_
int currentEnhancedJobType_
length_
int length_
handle_
byte[] handle_
handleToClose_
byte[] handleToClose_
isConnected_
boolean isConnected_
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_
system_
AS400 system_
name_
java.lang.String name_
user_
java.lang.String user_
number_
java.lang.String number_
length_
int length_
handle_
byte[] handle_
handleToClose_
byte[] handleToClose_
isConnected_
boolean isConnected_
listDirection_
boolean listDirection_
startingMessageKey_
byte[] startingMessageKey_
keyLength_
int keyLength_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.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:
java.lang.ClassNotFoundException
- If the class being deserialized is not found.
java.io.IOException
- If an error occurs during deserialization.
rc
int rc
initialValue_
boolean initialValue_
- Variables
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes the transient data.
ifsName_
java.lang.String ifsName_
libString_
java.lang.String libString_
messageFileString_
java.lang.String messageFileString_
sys_
AS400 sys_
connected_
boolean connected_
helpTextFormatting_
int helpTextFormatting_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes the resource.
system_
AS400 system_
path_
java.lang.String path_
length_
int length_
handle_
byte[] handle_
handleToClose_
byte[] handleToClose_
isConnected_
boolean isConnected_
sort_
boolean sort_
helpTextFormatting_
int helpTextFormatting_
listDirection_
boolean listDirection_
selectionCriteria_
java.lang.String selectionCriteria_
severity_
int severity_
maxMessageLength_
int maxMessageLength_
maxMessageHelpLength_
int maxMessageHelpLength_
userStartingMessageKey_
byte[] userStartingMessageKey_
workstationStartingMessageKey_
byte[] workstationStartingMessageKey_
selectMessagesNeedReply_
boolean selectMessagesNeedReply_
selectMessagesNoNeedReply_
boolean selectMessagesNoNeedReply_
selectSendersCopyMessagesNeedReply_
boolean selectSendersCopyMessagesNeedReply_
document_
ProgramCallDocument document_
attributeGetter_
ProgramAttributeGetter attributeGetter_
attributeSetter_
ProgramAttributeSetter attributeSetter_
document_
ProgramCallDocument document_
id_
int id_
idWasSet_
boolean idWasSet_
attributeGetter_
ProgramAttributeGetter attributeGetter_
document_
ProgramCallDocument document_
name_
java.lang.String name_
attributeGetter_
ProgramAttributeGetter attributeGetter_
document_
ProgramCallDocument document_
name_
java.lang.String name_
attrsToSetFirst_
java.lang.Object[] attrsToSetFirst_
attributeGetter_
ProgramAttributeGetter attributeGetter_
attributeSetter_
ProgramAttributeSetter attributeSetter_
rc_
int rc_
rc_
int rc_
system_
AS400 system_
length_
int length_
handle_
byte[] handle_
handleToClose_
byte[] handleToClose_
isConnected_
boolean isConnected_
currentLibAuthKey_
int currentLibAuthKey_
libAuthKeys_
java.lang.String[] libAuthKeys_
currentObjectAuthKey_
int currentObjectAuthKey_
objectAuthKeys_
java.lang.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_
java.lang.String objectName_
objectLibrary_
java.lang.String objectLibrary_
objectType_
java.lang.String objectType_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
id_
int id_
decimalPositions_
int decimalPositions_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
system_
AS400 system_
path_
java.lang.String path_
listener_
AS400SignonDialogAdapter listener_
systemNameTextField_
java.awt.TextField systemNameTextField_
userIdTextField_
java.awt.TextField userIdTextField_
passwordTextField_
java.awt.TextField passwordTextField_
defaultUserCheckbox_
java.awt.Checkbox defaultUserCheckbox_
cachePasswordCheckbox_
java.awt.Checkbox cachePasswordCheckbox_
okButton_
java.awt.Button okButton_
cancelButton_
java.awt.Button cancelButton_
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.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.
java.io.IOException
- If an error occurs while communicating with the server.
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Serialization support.
- Throws:
java.io.IOException
- If an error occurs while communicating with the server.
as400_
AS400 as400_
authorizationList_
java.lang.String authorizationList_
autListBackup_
java.lang.String autListBackup_
autListChanged_
boolean autListChanged_
name_
java.lang.String name_
owner_
java.lang.String owner_
ownerChanged_
boolean ownerChanged_
revokeOldAuthority_
boolean revokeOldAuthority_
path_
java.lang.String path_
asp_
java.lang.String asp_
primaryGroup_
java.lang.String primaryGroup_
sensitivityChanged_
boolean sensitivityChanged_
sensitivityLevel_
int sensitivityLevel_
type_
int type_
messageList_
AS400Message[] messageList_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- We need to initialize our transient and static data when
the object is de-serialized. static final data is OK.
attrs
NPCPAttribute attrs
cpID_
NPCPID cpID_
objectType_
int objectType_
system_
AS400 system_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
attrsToRetrieve_
NPCPAttributeIDList attrsToRetrieve_
idFilter_
NPCPID idFilter_
selection_
NPCPSelection selection_
system_
AS400 system_
typeOfObject_
int typeOfObject_
listOutOfSync_
boolean listOutOfSync_
objectAddedEvent_
boolean objectAddedEvent_
useCache_
boolean useCache_
id_
int id_
exception_
java.lang.Exception exception_
printObject_
PrintObject printObject_
cpid_
NPCPID cpid_
cpattr_
NPCPAttribute cpattr_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
attrCP_
NPCPAttribute attrCP_
productID_
java.lang.String productID_
featureID_
java.lang.String featureID_
releaseLevel_
java.lang.String releaseLevel_
id_
int id_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
system_
AS400 system_
program_
java.lang.String program_
library_
java.lang.String library_
name_
java.lang.String name_
parameterList_
ProgramParameter[] parameterList_
messageList_
AS400Message[] messageList_
threadSafety_
boolean threadSafety_
threadSafetyDetermined_
int threadSafetyDetermined_
messageOption_
int messageOption_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
parameterType_
int parameterType_
nullParameter_
boolean nullParameter_
inputData_
byte[] inputData_
outputDataLength_
int outputDataLength_
outputData_
byte[] outputData_
returnCode_
int returnCode_
path_
java.lang.String path_
libraryName_
java.lang.String libraryName_
objectName_
java.lang.String objectName_
memberName_
java.lang.String memberName_
objectType_
java.lang.String objectType_
messageQueue_
MessageQueue messageQueue_
sendingUser_
java.lang.String sendingUser_
sendingProgram_
java.lang.String sendingProgram_
sendingJobName_
java.lang.String sendingJobName_
sendingJobNumber_
java.lang.String sendingJobNumber_
currentUser_
java.lang.String currentUser_
key_
byte[] key_
replyStatus_
java.lang.String replyStatus_
values_
JobHashtable values_
alertOption_
java.lang.String alertOption_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.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:
java.lang.ClassNotFoundException
- If the class being deserialized is not found.
java.io.IOException
- If an error occurs while communicating to the AS/400.
as400Data_
byte[] as400Data_
fieldDescriptions_
FieldDescription[] fieldDescriptions_
fields_
java.lang.Object[] fields_
fieldOffsets_
int[] fieldOffsets_
hasDependentFields_
boolean hasDependentFields_
isConvertedToJava_
boolean[] isConvertedToJava_
isConvertedToAS400_
boolean[] isConvertedToAS400_
name_
java.lang.String name_
nullFieldMap_
boolean[] nullFieldMap_
recordFormat_
RecordFormat recordFormat_
recordLength_
int recordLength_
recordNumber_
int recordNumber_
returnFields_
java.lang.Object[] returnFields_
id_
int id_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.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:
java.lang.ClassNotFoundException
- If the class being deserialized is not found.
java.io.IOException
- If an error occurs during deserialization.
delimiter_
char delimiter_
fieldDescriptions_
java.util.Vector fieldDescriptions_
fieldNameToIndexMap_
java.util.Hashtable fieldNameToIndexMap_
hasDependentFields_
boolean hasDependentFields_
keyFieldDescriptions_
java.util.Vector keyFieldDescriptions_
keyFieldNameToIndexMap_
java.util.Hashtable keyFieldNameToIndexMap_
lengthDependentFields_
java.util.Vector lengthDependentFields_
name_
java.lang.String name_
offsetDependentFields_
java.util.Vector offsetDependentFields_
recordFormatType_
int recordFormatType_
recordFormatID_
java.lang.String recordFormatID_
rc_
int rc_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.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:
java.lang.ClassNotFoundException
- If the class being deserialized is not found.
java.io.IOException
- If an error occurs while communicating with the AS/400.
rc_
int rc_
procedureName_
java.lang.String procedureName_
returnValue_
byte[] returnValue_
returnValueFormat_
int returnValueFormat_
procedureNameCCSID_
int procedureNameCCSID_
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_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readObject
private void readObject(java.io.ObjectInputStream is)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Used for de-serialization.
as400_
AS400 as400_
poolsVector_
java.util.Vector poolsVector_
format0100_
SSTS0100Format format0100_
format0200_
SSTS0200Format format0200_
format0300_
SSTS0300Format format0300_
fieldToFormatMap_
java.util.Hashtable fieldToFormatMap_
formatToRecordMap_
java.util.Hashtable formatToRecordMap_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Provided to initialize transient data if this object is de-serialized.
info_
SystemValueInfo info_
value_
java.lang.Object value_
system_
AS400 system_
name_
java.lang.String name_
description_
java.lang.String description_
localeDescription_
java.lang.String localeDescription_
newValue
java.lang.Object newValue
oldValue
java.lang.Object oldValue
source
java.lang.Object source
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Provided to initialize transient data if this object is de-serialized.
system_
AS400 system_
name_
java.lang.String name_
description_
java.lang.String description_
values_
java.util.Vector values_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Provided to initialize transient data if this object is de-serialized.
system_
AS400 system_
connected_
boolean connected_
timeFormat_
java.lang.String timeFormat_
timeSeparator_
java.lang.String timeSeparator_
system_
AS400 system_
vrm_
int vrm_
name_
java.lang.String name_
description_
java.lang.String description_
hasMembers_
boolean hasMembers_
partiallyLoaded_
boolean partiallyLoaded_
loaded_
boolean loaded_
userProfileName_
java.lang.String userProfileName_
previousSignon_
java.util.Date previousSignon_
signonAttemptsNotValid_
int signonAttemptsNotValid_
status_
java.lang.String status_
passwordLastChangedBytes_
byte[] passwordLastChangedBytes_
passwordLastChanged_
java.util.Date passwordLastChanged_
noPasswordIndicator_
boolean noPasswordIndicator_
passwordExpirationInterval_
int passwordExpirationInterval_
datePasswordExpiresBytes_
byte[] datePasswordExpiresBytes_
datePasswordExpires_
java.util.Date datePasswordExpires_
daysUntilPasswordExpires_
int daysUntilPasswordExpires_
passwordSetToExpire_
boolean passwordSetToExpire_
userClass_
java.lang.String userClass_
specialAuthorities_
java.lang.String[] specialAuthorities_
groupProfile_
java.lang.String groupProfile_
owner_
java.lang.String owner_
groupAuthority_
java.lang.String groupAuthority_
assistanceLevel_
java.lang.String assistanceLevel_
currentLibrary_
java.lang.String currentLibrary_
initialMenu_
java.lang.String initialMenu_
initialProgram_
java.lang.String initialProgram_
limitCapabilities_
java.lang.String limitCapabilities_
displaySignonInfo_
java.lang.String displaySignonInfo_
limitDeviceSessions_
java.lang.String limitDeviceSessions_
keyboardBuffering_
java.lang.String keyboardBuffering_
maxAllowedStorage_
int maxAllowedStorage_
storageUsed_
int storageUsed_
highestSchedulingPriority_
int highestSchedulingPriority_
jobDescription_
java.lang.String jobDescription_
accountingCode_
java.lang.String accountingCode_
messageQueue_
java.lang.String messageQueue_
messageQueueDeliveryMethod_
java.lang.String messageQueueDeliveryMethod_
messageQueueSeverity_
int messageQueueSeverity_
outputQueue_
java.lang.String outputQueue_
printDevice_
java.lang.String printDevice_
specialEnvironment_
java.lang.String specialEnvironment_
attentionKeyHandlingProgram_
java.lang.String attentionKeyHandlingProgram_
languageID_
java.lang.String languageID_
countryID_
java.lang.String countryID_
ccsid_
int ccsid_
userOptions_
java.lang.String[] userOptions_
sortSequenceTable_
java.lang.String sortSequenceTable_
objectAuditingValue_
java.lang.String objectAuditingValue_
userActionAuditLevel_
java.lang.String[] userActionAuditLevel_
groupAuthorityType_
java.lang.String groupAuthorityType_
userID_
long userID_
groupID_
long groupID_
localeJobAttributes_
java.lang.String[] localeJobAttributes_
digitalCertificateIndicator_
boolean digitalCertificateIndicator_
characterIdentifierControl_
java.lang.String characterIdentifierControl_
supplementalGroups_
java.lang.String[] supplementalGroups_
homeDirectory_
java.lang.String homeDirectory_
localePathName_
java.lang.String localePathName_
iaspNames_
java.lang.String[] iaspNames_
iaspMaxAllowed_
int[] iaspMaxAllowed_
iaspStorageUsed_
int[] iaspStorageUsed_
userList_
UserList userList_
system_
AS400 system_
userInfo_
java.lang.String userInfo_
groupInfo_
java.lang.String groupInfo_
length_
int length_
handle_
byte[] handle_
handleToClose_
byte[] handleToClose_
isConnected_
boolean isConnected_
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Serialization support.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Serialization support.
authorities_
boolean[] authorities_
dataAuthority_
java.lang.String dataAuthority_
objectAuthority_
int objectAuthority_
autListMgt_
boolean autListMgt_
committed_
int committed_
groupIndicator_
int groupIndicator_
userName_
java.lang.String userName_
fromAuthorizationList_
boolean fromAuthorizationList_
system_
AS400 system_
path_
java.lang.String path_
library_
java.lang.String library_
name_
java.lang.String name_
mustUseProgramCall_
boolean mustUseProgramCall_
id_
int id_
decimalPositions_
int decimalPositions_
Package com.ibm.as400.data |
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
m_as400
AS400 m_as400
m_pcmlDoc
PcmlDocument m_pcmlDoc
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Custom serialization.
m_rfmlDoc_
RfmlDocument m_rfmlDoc_
m_localizedMessage
java.lang.String m_localizedMessage
m_exception
java.lang.Exception m_exception
Package com.ibm.as400.micro |
returnCode_
int returnCode_
Package com.ibm.as400.resource |
eventID_
int eventID_
resources_
Resource[] resources_
falseValues_
java.lang.Object[] falseValues_
trueValues_
java.lang.Object[] trueValues_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes the resource list.
numberOfPages_
int numberOfPages_
pageSize_
int pageSize_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes the resource.
fullName_
java.lang.String fullName_
iconColor16_
java.lang.Object iconColor16_
iconColor16Name_
java.lang.String iconColor16Name_
iconColor32_
java.lang.Object iconColor32_
iconColor32Name_
java.lang.String iconColor32Name_
name_
java.lang.String name_
values_
java.util.Hashtable values_
resourceBundle_
java.util.ResourceBundle resourceBundle_
attributeMap_
ProgramMap attributeMap_
document_
ProgramCallDocument document_
programsCalled_
java.util.Vector programsCalled_
system_
AS400 system_
attributeMap_
ProgramMap attributeMap_
defaultBidiStringType_
int defaultBidiStringType_
document_
ProgramCallDocument document_
system_
AS400 system_
table_
java.util.Hashtable table_
ids_
java.lang.Object[] ids_
idsV_
java.util.Vector idsV_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes the resource.
attributes_
ResourceMetaDataTable attributes_
attributeValues_
java.util.Dictionary attributeValues_
connectionEstablished_
boolean connectionEstablished_
currentLevel_
java.lang.String currentLevel_
defaultBidiStringType_
int defaultBidiStringType_
presentation_
Presentation presentation_
propertiesFrozen_
boolean propertiesFrozen_
resourceKey_
java.lang.Object resourceKey_
system_
AS400 system_
attributeID_
java.lang.Object attributeID_
eventID_
int eventID_
value_
java.lang.Object value_
exception_
java.lang.Throwable exception_
expected_
boolean expected_
messageList_
AS400Message[] messageList_
returnCode_
int returnCode_
minLevel_
java.lang.String minLevel_
maxLevel_
java.lang.String maxLevel_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes the resource list.
attributes_
ResourceMetaDataTable attributes_
currentLevel_
java.lang.String currentLevel_
defaultBidiStringType_
int defaultBidiStringType_
presentation_
Presentation presentation_
selections_
ResourceMetaDataTable selections_
selectionValues_
java.util.Hashtable selectionValues_
sorts_
ResourceMetaDataTable sorts_
sortOrders_
java.util.Hashtable sortOrders_
sortValue_
java.lang.Object[] sortValue_
system_
AS400 system_
eventID_
int eventID_
index_
long index_
length_
long length_
resource_
Resource resource_
id_
java.lang.Object id_
defaultValue_
java.lang.Object defaultValue_
level_
ResourceLevel level_
multipleAllowed_
boolean multipleAllowed_
possibleValues_
java.util.Hashtable possibleValues_
possibleValuePresentations_
java.util.Hashtable possibleValuePresentations_
presentation_
Presentation presentation_
readOnly_
boolean readOnly_
type_
java.lang.Class type_
valueLimited_
boolean valueLimited_
metaDataByID_
java.util.Hashtable metaDataByID_
metaData_
ResourceMetaData[] metaData_
file_
IFSFile file_
path_
java.lang.String path_
cache_
java.util.Vector cache_
enum_
java.util.Enumeration enum_
file_
IFSFile file_
path_
java.lang.String path_
path_
java.lang.String path_
attributeGetter_
ProgramAttributeGetter attributeGetter_
attributeSetter_
CommandAttributeSetter attributeSetter_
document_
ProgramCallDocument document_
internalJobID_
byte[] internalJobID_
name_
java.lang.String name_
number_
java.lang.String number_
user_
java.lang.String user_
attributeGetter_
ProgramAttributeGetter attributeGetter_
attributeSetter_
ProgramKeyAttributeSetter attributeSetter_
internalJobID_
byte[] internalJobID_
name_
java.lang.String name_
number_
java.lang.String number_
user_
java.lang.String user_
document_
ProgramCallDocument document_
path_
java.lang.String path_
name_
java.lang.String name_
attributeGetter_
ProgramAttributeGetter attributeGetter_
attributeSetter_
CommandAttributeSetter attributeSetter_
productID_
java.lang.String productID_
releaseLevel_
java.lang.String releaseLevel_
productOption_
java.lang.String productOption_
loadID_
java.lang.String loadID_
attributeGetter_
ProgramAttributeGetter attributeGetter_
document_
ProgramCallDocument document_
name_
java.lang.String name_
attributeGetter_
ProgramAttributeGetter attributeGetter_
attributeSetter_
CommandAttributeSetter attributeSetter_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes the resource list.
formatName_
java.lang.String formatName_
openListProgramName_
java.lang.String openListProgramName_
selectionMap_
ProgramMap selectionMap_
selectionBidiStringTypes_
java.util.Hashtable selectionBidiStringTypes_
Package com.ibm.as400.security.auth |
msgList_
AS400Message[] msgList_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.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:
java.lang.ClassNotFoundException
- If the class being deserialized is not found.
java.io.IOException
- If an error occurs while communicating with the server.
system_
AS400 system_
principal_
AS400Principal principal_
renewable_
java.lang.Boolean renewable_
standalone_
java.lang.Boolean standalone_
timed_
java.lang.Boolean timed_
private_
boolean private_
id_
int id_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.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:
java.lang.ClassNotFoundException
- If the class being deserialized is not found.
java.io.IOException
- If an error occurs while communicating with the server.
system_
AS400 system_
handle_
byte[] handle_
addr_
byte[] addr_
mask_
byte[] mask_
token_
byte[] token_
type_
int type_
timeoutInterval_
int timeoutInterval_
userProfileName_
java.lang.String userProfileName_
Package com.ibm.as400.util.html |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
lang_
java.lang.String lang_
dir_
java.lang.String dir_
useFO_
boolean useFO_
list_
java.util.Vector list_
action_
java.lang.String action_
id_
int id_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
system_
AS400 system_
table_
HTMLTable table_
request_
HttpServletRequest request_
renderer_
FileListRenderer renderer_
sharePath_
java.lang.StringBuffer sharePath_
shareName_
java.lang.StringBuffer shareName_
parameterPathInfo_
java.lang.String parameterPathInfo_
sort_
boolean sort_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
file_
java.io.File file_
populated_
boolean populated_
parameter_
java.lang.String parameter_
shareName_
java.lang.String shareName_
sharePath_
java.lang.String sharePath_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
name_
java.lang.String name_
value_
java.lang.String value_
size_
int size_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
columns_
int columns_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
columnDir_
java.lang.String[] columnDir_
columnAlign_
java.lang.String[] columnAlign_
align_
java.lang.String align_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
align_
java.lang.String align_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
useFO_
boolean useFO_
list_
java.util.Vector list_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
archive_
java.lang.String archive_
code_
java.lang.String code_
codebase_
java.lang.String codebase_
width_
int width_
height_
int height_
text_
java.lang.String text_
list_
java.util.Vector list_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
tag_
java.util.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_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
list_
java.util.Vector list_
url_
java.lang.String url_
target_
java.lang.String target_
parms_
java.util.Properties parms_
useGet_
boolean useGet_
method_
int method_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
title_
java.lang.String title_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
useFO_
boolean useFO_
list_
java.util.Vector list_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
level_
int level_
text_
java.lang.String text_
align_
java.lang.String align_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
useFO_
boolean useFO_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
bookmarkName_
java.lang.String bookmarkName_
link_
java.lang.String link_
properties_
java.util.Properties properties_
target_
java.lang.String target_
text_
java.lang.String text_
title_
java.lang.String title_
location_
java.lang.String location_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
name_
java.lang.String name_
source_
java.lang.String source_
align_
java.lang.String align_
alt_
java.lang.String alt_
border_
int border_
height_
int height_
hspace_
int hspace_
width_
int width_
vspace_
int vspace_
useFO_
boolean useFO_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
compact_
boolean compact_
listItems_
java.util.Vector listItems_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
useFO_
boolean useFO_
value_
int value_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
listData_
HTMLTagElement listData_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
useFO_
boolean useFO_
type_
java.lang.String type_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
content_
java.lang.String content_
name_
java.lang.String name_
HttpEquiv_
java.lang.String HttpEquiv_
url_
java.lang.String url_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
name_
java.lang.String name_
value_
java.lang.String value_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
name_
java.lang.String name_
text_
java.lang.String text_
location_
java.lang.String location_
list_
java.util.Vector list_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
rows_
java.util.Vector rows_
caption_
HTMLTableCaption caption_
headerTag_
java.util.Vector headerTag_
alignment_
java.lang.String alignment_
borderWidth_
int borderWidth_
cellPadding_
int cellPadding_
cellSpacing_
int cellSpacing_
width_
int width_
headerInUse_
boolean headerInUse_
widthPercent_
boolean widthPercent_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
useFO_
boolean useFO_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
element_
HTMLTagElement element_
align_
java.lang.String align_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
useFO_
boolean useFO_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
element_
HTMLTagElement element_
align_
java.lang.String align_
colSpan_
int colSpan_
height_
int height_
rowSpan_
int rowSpan_
vAlign_
java.lang.String vAlign_
width_
int width_
wrap_
boolean wrap_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
heightPercent_
boolean heightPercent_
widthPercent_
boolean widthPercent_
useFO_
boolean useFO_
borderWidth_
int borderWidth_
cellPadding_
int cellPadding_
useFO_
boolean useFO_
borderWidth_
int borderWidth_
cellPadding_
int cellPadding_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
row_
java.util.Vector row_
hAlign_
java.lang.String hAlign_
vAlign_
java.lang.String vAlign_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
useFO_
boolean useFO_
borderWidth_
int borderWidth_
cellPadding_
int cellPadding_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
attributes_
java.util.Properties attributes_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
text_
java.lang.String text_
alignment_
java.lang.String alignment_
color_
java.awt.Color color_
size_
int size_
bold_
boolean bold_
fixed_
boolean fixed_
italic_
boolean italic_
underscore_
boolean underscore_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
useFO_
boolean useFO_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
branches_
HTMLVector branches_
request_
HttpServletRequest request_
sort_
boolean sort_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
branches_
HTMLVector branches_
expanded_
boolean expanded_
textUrl_
HTMLHyperlink textUrl_
iconUrl_
HTMLHyperlink iconUrl_
elementData_
HTMLTagElement elementData_
sort_
boolean sort_
height_
int height_
width_
int width_
align_
java.lang.String align_
source_
java.lang.String source_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
label_
java.lang.String label_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
list
java.util.Vector list
cols
int cols
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
type_
java.lang.String type_
start_
int start_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
type_
java.lang.String type_
value_
int value_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
name_
java.lang.String name_
list_
java.util.Vector list_
useVertAlign_
boolean useVertAlign_
groupCheck_
boolean groupCheck_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
name_
java.lang.String name_
size_
int size_
multiple_
boolean multiple_
optionSelected_
boolean optionSelected_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
list_
java.util.Vector list_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
value_
java.lang.String value_
selected_
boolean selected_
text_
java.lang.String text_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
name_
java.lang.String name_
rows_
int rows_
cols_
int cols_
text_
java.lang.String text_
lang_
java.lang.String lang_
dir_
java.lang.String dir_
maxLength_
int maxLength_
checked_
boolean checked_
label_
java.lang.String label_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
type_
java.lang.String type_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
type_
java.lang.String type_
Package com.ibm.as400.util.servlet |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
htmlTable_
HTMLTable htmlTable_
links_
HTMLHyperlink[] links_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
htmlTable_
HTMLTable htmlTable_
links_
HTMLHyperlink[] links_
maxTableSize_
int maxTableSize_
useMetaData_
boolean useMetaData_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
columnCount_
int columnCount_
columnName_
java.lang.String[] columnName_
columnLabel_
java.lang.String[] columnLabel_
columnType_
int[] columnType_
columnSize_
int[] columnSize_
columnAlignment_
java.lang.String[] columnAlignment_
columnDirection_
java.lang.String[] columnDirection_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException,
RowDataException
- Deserializes and initializes transient data.
metadata_
RowMetaData metadata_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException,
RowDataException
- Deserializes and initializes transient data.
recordFormat_
RecordFormat recordFormat_
columnAlignment_
java.lang.String[] columnAlignment_
columnDirection_
java.lang.String[] columnDirection_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException,
RowDataException,
java.beans.PropertyVetoException
- Deserializes and initializes transient data.
recordFormat_
RecordFormat recordFormat_
metadata_
RecordFormatMetaData metadata_
metadata_
ResourceListMetaData metadata_
resourceList_
ResourceList resourceList_
columnAttributeIDs_
java.lang.Object[] columnAttributeIDs_
lastException_
java.lang.Exception lastException_
refreshed_
boolean refreshed_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException,
RowDataException
- Deserializes and initializes transient data.
rows_
java.util.Vector rows_
rowProperties_
java.util.Vector rowProperties_
id_
int id_
exception_
java.lang.Exception exception_
section_
java.lang.String section_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes and initializes transient data.
response_
HttpServletResponse response_
pathInfo_
java.lang.String pathInfo_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes the object and initializes the transient data.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException,
RowDataException
- Serializes the metadata information.
- Throws:
java.io.IOException
- If a file I/O error occurs.
RowDataException
- If a rowdata error occurs.
columnLabels_
java.lang.String[] columnLabels_
isCached_
boolean isCached_
columnCount_
int columnCount_
columnDisplaySize_
int[] columnDisplaySize_
columnName_
java.lang.String[] columnName_
columnType_
int[] columnType_
columnTypeName_
java.lang.String[] columnTypeName_
columnPrecision_
int[] columnPrecision_
columnScale_
int[] columnScale_
columnAlignment_
java.lang.String[] columnAlignment_
columnDirection_
java.lang.String[] columnDirection_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserializes the object and initializes the transient data.
metadata_
SQLResultSetMetaData metadata_
Package com.ibm.as400.vaccess |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
root_
VNode root_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
allowActions_
boolean allowActions_
confirm_
boolean confirm_
model_
AS400DetailsModel model_
detailsPane_
AS400DetailsPane detailsPane_
treePane_
AS400TreePane treePane_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
m_currentDataSource
AS400JDBCDataSource m_currentDataSource
m_dataBean
AS400JDBCDataSourcePaneDataBean m_dataBean
m_tabbedPaneManager
TabbedPaneManager m_tabbedPaneManager
m_justBeingCreated
boolean m_justBeingCreated
m_generalPaneManager
PanelManager m_generalPaneManager
m_serverPaneManager
PanelManager m_serverPaneManager
m_packagePaneManager
PanelManager m_packagePaneManager
m_performancePaneManager
PanelManager m_performancePaneManager
m_languagePaneManager
PanelManager m_languagePaneManager
m_otherPaneManager
PanelManager m_otherPaneManager
m_translationPaneManager
PanelManager m_translationPaneManager
m_formatPaneManager
PanelManager m_formatPaneManager
m_connoptPaneManager
PanelManager m_connoptPaneManager
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
root_
VNode root_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
allowActions_
boolean allowActions_
confirm_
boolean confirm_
list_
javax.swing.JList list_
model_
AS400ListModel model_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
root_
VNode root_
allowActions_
boolean allowActions_
confirm_
boolean confirm_
model_
AS400TreeModel model_
tree_
javax.swing.JTree tree_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
command_
CommandCall command_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
command_
CommandCall command_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
dataQueue_
DataQueue dataQueue_
component_
java.awt.Component component_
modal_
boolean modal_
exception_
java.lang.Exception exception_
label1
java.awt.Label label1
directoryList
IFSList directoryList
label2
java.awt.Label label2
fileList
IFSList fileList
label3
java.awt.Label label3
fileName
java.awt.TextField fileName
label4
java.awt.Label label4
fileType
java.awt.Choice fileType
open
java.awt.Button open
cancel
java.awt.Button cancel
currentDirectory
java.awt.Label currentDirectory
status
java.awt.TextField status
sys_
AS400 sys_
state_
int state_
filters_
java.util.Hashtable filters_
listener_
IFSFileDialog.Listeners listener_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
file_
IFSFile file_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
dataQueue_
KeyedDataQueue dataQueue_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
program_
ProgramCall program_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
program_
ProgramCall program_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restore the state of this object from an object input stream.
It is used when deserializing an object.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
status_
javax.swing.JLabel status_
dataArea_
javax.swing.JPanel dataArea_
leftCell_
DBCellRenderer leftCell_
tableData_
RecordListData tableData_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restore the state of this object from an object input stream.
It is used when deserializing an object.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
tableData_
RecordListData tableData_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restore the state of this object from an object input stream.
It is used when deserializing an object.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
model_
RecordListTableModel model_
tableColor_
java.awt.Color tableColor_
tableShowHorizontalLines_
boolean tableShowHorizontalLines_
tableShowVerticalLines_
boolean tableShowVerticalLines_
rightCell_
DBCellRenderer rightCell_
leftCell_
DBCellRenderer leftCell_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
exceptionOccured_
boolean exceptionOccured_
resourceList_
ResourceList resourceList_
columnAttributeIDs_
java.lang.Object[] columnAttributeIDs_
columnSources_
int[] columnSources_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
allowActions_
boolean allowActions_
model_
ResourceListDetailsModel model_
resourceProperties_
ResourceProperties resourceProperties_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
exceptionOccured_
boolean exceptionOccured_
resourceList_
ResourceList resourceList_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
allowActions_
boolean allowActions_
model_
ResourceListModel model_
resourceProperties_
ResourceProperties resourceProperties_
editable_
boolean editable_
tabCounter_
int tabCounter_
tabPropertyIDs_
java.util.Hashtable tabPropertyIDs_
tabLabels_
java.util.Hashtable tabLabels_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
- Throws:
java.io.IOException
- Thrown if an IO error occurs.
java.lang.ClassNotFoundException
- Thrown if class is not found.
initialized_
boolean initialized_
numberOfPagesEst_
boolean numberOfPagesEst_
currentPageNumber_
int currentPageNumber_
flashPageNumber_
int flashPageNumber_
knownPages_
int knownPages_
numberOfPages_
int numberOfPages_
oldCurrentPage_
int oldCurrentPage_
paperSize_
int paperSize_
viewingFidelity_
int viewingFidelity_
zoomPercentage_
float zoomPercentage_
spooledFile_
SpooledFile spooledFile_
pageView_
com.ibm.as400.vaccess.SpooledFileViewer.SpooledFilePageView_ pageView_
estimateStar_
java.lang.String estimateStar_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restore the state of this object from an object input stream.
It is used when deserializing an object.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
uid2_
java.lang.String uid2_
properties_
java.util.Properties properties_
url2_
java.lang.String url2_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of this object from an object input stream.
It is used when deserializing an object.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
sqlconn_
SQLConnection sqlconn_
tables_
java.lang.String[] tables_
schemas_
java.lang.String[] schemas_
tablesUserDefined_
boolean tablesUserDefined_
schemasUserDefined_
boolean schemasUserDefined_
internalLoad_
boolean internalLoad_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restore the state of this object from an object input stream.
It is used when deserializing an object.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
status_
javax.swing.JLabel status_
dataArea_
javax.swing.JPanel dataArea_
leftCell_
DBCellRenderer leftCell_
dateCell_
DBDateCellRenderer dateCell_
timeCell_
DBDateCellRenderer timeCell_
timestampCell_
DBDateCellRenderer timestampCell_
tableData_
SQLResultSetData tableData_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
cacheAll_
boolean cacheAll_
sqlConnection_
SQLConnection sqlConnection_
query_
java.lang.String query_
explicitResultSet_
java.sql.ResultSet explicitResultSet_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restore the state of this object from an object input stream.
It is used when deserializing an object.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
model_
SQLResultSetTableModel model_
tableColor_
java.awt.Color tableColor_
tableShowHorizontalLines_
boolean tableShowHorizontalLines_
tableShowVerticalLines_
boolean tableShowVerticalLines_
rightCell_
DBCellRenderer rightCell_
leftCell_
DBCellRenderer leftCell_
cellSelector_
DBCellSelector cellSelector_
cellEditor_
DBCellEditor cellEditor_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restore the state of this object from an object input stream.
It is used when deserializing an object.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
connection_
SQLConnection connection_
sql_
java.lang.String sql_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restore the state of this object from an object input stream.
It is used when deserializing an object.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
connection_
SQLConnection connection_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restore the state of this object from an object input stream.
It is used when deserializing an object.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
connection_
SQLConnection connection_
sql_
java.lang.String sql_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
action_
VAction action_
actionContext_
VActionContext actionContext_
enabled_
boolean enabled_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
actualFilter_
IFSDirectoryFilter actualFilter_
directory_
IFSFile directory_
parent_
VNode parent_
pattern_
java.lang.String pattern_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
file_
IFSFile file_
javaAppCall_
JavaApplicationCall javaAppCall_
classPath_
java.lang.String classPath_
inputVector_
java.util.Vector inputVector_
inputIndex_
int inputIndex_
inputStr_
java.lang.String inputStr_
inputText_
javax.swing.JTextField inputText_
scrollPane_
javax.swing.JScrollPane scrollPane_
javaRunOver_
boolean javaRunOver_
optionArray_
java.lang.String[] optionArray_
outputText_
javax.swing.JTextArea outputText_
paramNum_
int paramNum_
strToken_
java.util.StringTokenizer strToken_
vJavaGetResult_
VJavaGetResult vJavaGetResult_
hasNext
boolean hasNext
hasPrevious
boolean hasPrevious
firstDraw
boolean firstDraw
linesWritten_
long linesWritten_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
parent_
VNode parent_
job_
RJob job_
jobLog_
RJobLog jobLog_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
jobList_
RJobList jobList_
name_
java.lang.String name_
number_
java.lang.String number_
parent_
VNode parent_
user_
java.lang.String user_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
message_
RQueuedMessage message_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
message_
AS400Message message_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
messageList_
AS400Message[] messageList_
parent_
VNode parent_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
parent_
VNode parent_
queue_
MessageQueue queue_
duringLoad_
boolean duringLoad_
object_
VObject object_
parent_
VNode parent_
printer_
Printer printer_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
list_
SpooledFileList list_
list_
PrinterList list_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
enabled_
boolean enabled_
object_
VObject object_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
message_
QueuedMessage message_
queue_
MessageQueue queue_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
systemPool_
SystemPool systemPool_
allowModify_
boolean allowModify_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
systemStatus_
SystemStatus systemStatus_
parent_
VNode parent_
allowModifyAllPools_
boolean allowModifyAllPools_
detailsPane_
AS400DetailsPane detailsPane_
system_
AS400 system_
systemStatus_
SystemStatus systemStatus_
vSystemStatus_
VSystemStatus vSystemStatus_
systemLabel_
javax.swing.JLabel systemLabel_
dateTimeLabel_
javax.swing.JLabel dateTimeLabel_
utilizationLabel_
javax.swing.JLabel utilizationLabel_
systemASPLabel_
javax.swing.JLabel systemASPLabel_
systemASPUsedLabel_
javax.swing.JLabel systemASPUsedLabel_
totalAuxiliaryStorageLabel_
javax.swing.JLabel totalAuxiliaryStorageLabel_
jobsInSystemLabel_
javax.swing.JLabel jobsInSystemLabel_
batchJobsRunningLabel_
javax.swing.JLabel batchJobsRunningLabel_
usersCurrentlySignedOnLabel_
javax.swing.JLabel usersCurrentlySignedOnLabel_
allowModifyAllPools_
boolean allowModifyAllPools_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
systemValueList_
SystemValueList systemValueList_
parent_
VNode parent_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
user_
User user_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
as400_
AS400 as400_
parent_
VNode parent_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
description_
java.lang.String description_
userList_
UserList userList_
parent_
VNode parent_
isLoaded_
boolean isLoaded_
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores the state of the object from an input stream.
This is used when deserializing an object.
component_
java.awt.Component component_
jarEntryName_
java.lang.String jarEntryName_