|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||
| Class com.ibm.debug.model.AddressBreakpoint implements Serializable |
| Class com.ibm.debug.model.Breakpoint implements Serializable |
| Serialized Fields |
DebuggeeProcess _owningProcess
com.ibm.debug.epdc.ERepGetNextBkp _epdcBkp
| Class com.ibm.debug.model.BreakpointAddedEvent implements Serializable |
| Class com.ibm.debug.model.BreakpointChangedEvent implements Serializable |
| Class com.ibm.debug.model.BreakpointDeletedEvent implements Serializable |
| Class com.ibm.debug.model.BreakpointEvent implements Serializable |
| Serialized Fields |
Breakpoint _breakpoint
| Class com.ibm.debug.model.DebugEngine implements Serializable |
| Serialization Methods |
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
IMPORTANT: This method must be kept in synch with the writeObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to read in the entire object, we will call the default method provided by Java - ObjectInputStream.defaultReadObject. This default method reads in all non-static, non-transient fields.
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
IMPORTANT: This method must be kept in synch with the readObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to write out the entire object, we will call the default method provided by Java - ObjectOutputStream.defaultWriteObject. This default method writes out all non-static, non-transient fields.
| Serialized Fields |
boolean _dateBreakpointsEnabled
boolean _entryBreakpointsAutoSetEnabled
java.lang.String _localSourcePath
boolean _isLoaded
boolean _hasBeenInitialized
Host _host
com.ibm.debug.connection.Connection _connection
com.ibm.debug.model.EPDCReplyProcessor _EPDCReplyProcessor
java.lang.Thread _EPDCReplyProcessorThread
DebuggeeProcess _process
java.util.Vector _viewsByType
ViewInformation[] _supportedViews
java.util.Vector _eventListeners
Semaphore _replySemaphore
Semaphore _lockSemaphore
Semaphore _requestSemaphore
com.ibm.debug.epdc.EPDC_Reply _mostRecentReply
ModelUpdateLock _currentLock
com.ibm.debug.model.EventManager _eventManager
java.lang.Thread _callbackThread
EngineCapabilities _capabilities
com.ibm.debug.epdc.EPDC_Request _mostRecentRequest
Client _currentClient
ModelEventListener _privilegedListener
java.util.Vector _languages
Representation[] _repNames
DebuggeeException[] _exceptionInfo
java.util.Vector _stackDetailColumns
java.util.Vector _registerGroups
int _numberOfStackDetailColumns
int _numberOfRegisterGroups
ProcessListColumnDetails[] _processListColumnDetails
DebuggeeStartupOptions _debuggeeStartupOptions
ErrorOccurredEvent _errorOccurredEventForFileNotFound
ModelStateChangedEvent _idleEvent
short _engineID
short _platformID
byte _dominantLanguage
boolean _saveAndRestoreExceptionFilters
int _changeFlags
byte _stateFlags
int _maximumViewFileCacheSize
| Class com.ibm.debug.model.DebugEngineAddedEvent implements Serializable |
| Class com.ibm.debug.model.DebugEngineCommandLogResponseEvent implements Serializable |
| Serialized Fields |
java.lang.String[] _responseLines
| Class com.ibm.debug.model.DebugEngineEvent implements Serializable |
| Serialized Fields |
DebugEngine _debugEngine
| Class com.ibm.debug.model.DebugEngineTerminatedEvent implements Serializable |
| Class com.ibm.debug.model.DebugEngineWaitingEvent implements Serializable |
| Serialized Fields |
com.ibm.debug.model.EngineDaemon.EngineConnected _engineConnected
| Class com.ibm.debug.model.DebuggeeException implements Serializable |
| Serialization Methods |
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
IMPORTANT: This method must be kept in synch with the writeObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to read in the entire object, we will call the default method provided by Java - ObjectInputStream.defaultReadObject. This default method reads in all non-static, non-transient fields.
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
IMPORTANT: This method must be kept in synch with the readObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to write out the entire object, we will call the default method provided by Java - ObjectOutputStream.defaultWriteObject. This default method writes out all non-static, non-transient fields.
| Serialized Fields |
com.ibm.debug.epdc.EStdString _name
DebugEngine _debugEngine
int _currentState
int _pendingState
int _defaultState
| Class com.ibm.debug.model.DebuggeeProcess implements Serializable |
| Serialization Methods |
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
IMPORTANT: This method must be kept in synch with the writeObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to read in the entire object, we will call the default method provided by Java - ObjectInputStream.defaultReadObject. This default method reads in all non-static, non-transient fields.
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
IMPORTANT: This method must be kept in synch with the readObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to write out the entire object, we will call the default method provided by Java - ObjectOutputStream.defaultWriteObject. This default method writes out all non-static, non-transient fields.
| Serialized Fields |
int _processID
java.lang.String _qualifiedName
java.lang.String _profileName
DebugEngine _debugEngine
java.util.Vector _modules
java.util.Vector _parts
java.util.Vector _threads
boolean _hasBeenRunToMainEntryPoint
ProcessStopInfo _processStopInfo
java.util.Vector _monitoredExpressions
java.util.Vector _breakpoints
java.util.Vector _storage
java.util.Hashtable _modulesByName
PersistentRestorableObjects _restorableObjects
int _changeFlags
java.util.Vector _functionsByName
boolean _requestByName
MonitoredExpression _evaluatedExpression
java.util.Vector _unresolvedFunctions
java.util.Vector _functions
boolean _isPostMortem
boolean _doingARestart
| Class com.ibm.debug.model.DebuggeeThread implements Serializable |
| Serialization Methods |
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
IMPORTANT: This method must be kept in synch with the writeObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to read in the entire object, we will call the default method provided by Java - ObjectInputStream.defaultReadObject. This default method reads in all non-static, non-transient fields.
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
IMPORTANT: This method must be kept in synch with the readObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to write out the entire object, we will call the default method provided by Java - ObjectOutputStream.defaultWriteObject. This default method writes out all non-static, non-transient fields.
| Serialized Fields |
com.ibm.debug.epdc.ERepGetNextThread _epdcThread
DebuggeeProcess _owningProcess
Part _currentPart
Stack _stack
java.util.Vector _monRegisterGroups
LocalMonitoredExpressions _localExpressionsMonitor
boolean _isExceptionRaised
Location[] _currentLocation
ThreadAttribute[] _attributes
ThreadAttribute _nameOrTID
ThreadAttribute _state
ThreadAttribute _priority
ThreadAttribute _group
ThreadAttribute _blockingThread
| Class com.ibm.debug.model.DebugModelObject implements Serializable |
| Serialized Fields |
boolean _hasBeenDeleted
boolean _ownerHasBeenDeleted
boolean _isPrivate
Client _owningClient
| Class com.ibm.debug.model.EngineCapabilitiesChangedEvent implements Serializable |
| Serialized Fields |
EngineCapabilities _oldCapabilities
EngineCapabilities _newCapabilities
| Class com.ibm.debug.model.EngineDaemon implements Serializable |
| Serialized Fields |
com.ibm.debug.connection.DebugDaemon _debugDaemon
com.ibm.debug.model.EventManager _eventManager
java.util.Vector _eventListeners
| Class com.ibm.debug.model.EntryBreakpoint implements Serializable |
| Class com.ibm.debug.model.ErrorOccurredEvent implements Serializable |
| Serialized Fields |
int _returnCode
java.lang.String _message
| Class com.ibm.debug.model.EventBreakpoint implements Serializable |
| Class com.ibm.debug.model.ExceptionRaisedEvent implements Serializable |
| Serialized Fields |
java.lang.String _exceptionMsg
| Class com.ibm.debug.model.ExecutableDebugEngine implements Serializable |
| Serialization Methods |
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
IMPORTANT: This method must be kept in synch with the writeObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to read in the entire object, we will call the default method provided by Java - ObjectInputStream.defaultReadObject. This default method reads in all non-static, non-transient fields.
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
IMPORTANT: This method must be kept in synch with the readObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to write out the entire object, we will call the default method provided by Java - ObjectOutputStream.defaultWriteObject. This default method writes out all non-static, non-transient fields.
| Serialized Fields |
java.lang.String _exeName
java.lang.String _currentArgs
| Class com.ibm.debug.model.Function implements Serializable |
| Serialized Fields |
ViewFile _owningFile
com.ibm.debug.epdc.ERepEntryGetNext _epdcEntry
boolean _fullyResolved
| Class com.ibm.debug.model.Host implements Serializable |
| Serialized Fields |
java.lang.Object _address
java.util.Vector _debugEngines
java.util.Vector _eventListeners
com.ibm.debug.model.EventManager _eventManager
byte _platformID
boolean _platformIDCanBeOverridden
| Class com.ibm.debug.model.HostAddedEvent implements Serializable |
| Class com.ibm.debug.model.HostEvent implements Serializable |
| Serialized Fields |
Host _host
| Class com.ibm.debug.jni.control.InternalBreakpointEvent implements Serializable |
| Serialized Fields |
java.lang.Object fBreakpointID
| Class com.ibm.debug.jni.control.InternalDebugEvent implements Serializable |
| Class com.ibm.debug.jni.control.InternalResumeEvent implements Serializable |
| Class com.ibm.debug.jni.control.InternalStepEvent implements Serializable |
| Serialized Fields |
int fKind
| Class com.ibm.debug.jni.control.InternalSuspendEvent implements Serializable |
| Class com.ibm.debug.model.Language implements Serializable |
| Serialization Methods |
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
IMPORTANT: This method must be kept in synch with the writeObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to read in the entire object, we will call the default method provided by Java - ObjectInputStream.defaultReadObject. This default method reads in all non-static, non-transient fields.
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
IMPORTANT: This method must be kept in synch with the readObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to write out the entire object, we will call the default method provided by Java - ObjectOutputStream.defaultWriteObject. This default method writes out all non-static, non-transient fields.
| Serialized Fields |
java.util.Vector _types
int _numberOfTypes
int _id
boolean _saveAndRestore
java.lang.String _name
DebugEngine _debugEngine
IdentifierParser _parser
| Class com.ibm.debug.model.LineBreakpoint implements Serializable |
| Class com.ibm.debug.model.LocalHost implements Serializable |
| Class com.ibm.debug.model.LocalJavaDebugEngine implements Serializable |
| Class com.ibm.debug.model.LocalMonitoredExpressions implements Serializable |
| Serialized Fields |
DebuggeeThread _thread
java.util.Vector _eventListeners
java.util.Vector _localMonitoredExpressions
| Class com.ibm.debug.model.LocalMonitoredExpressionsAddedEvent implements Serializable |
| Class com.ibm.debug.model.LocalMonitoredExpressionsEndedEvent implements Serializable |
| Class com.ibm.debug.model.LocalMonitoredExpressionsEvent implements Serializable |
| Serialized Fields |
LocalMonitoredExpressions _monitor
| Class com.ibm.debug.model.LocationBreakpoint implements Serializable |
| Serialization Methods |
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
IMPORTANT: This method must be kept in synch with the writeObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to read in the entire object, we will call the default method provided by Java - ObjectInputStream.defaultReadObject. This default method reads in all non-static, non-transient fields.
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
IMPORTANT: This method must be kept in synch with the readObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to write out the entire object, we will call the default method provided by Java - ObjectOutputStream.defaultWriteObject. This default method writes out all non-static, non-transient fields.
| Serialized Fields |
com.ibm.debug.epdc.EStdView[] _epdcLocations
Part _part
| Class com.ibm.debug.model.MessageReceivedEvent implements Serializable |
| Serialized Fields |
java.lang.String _message
| Class com.ibm.debug.model.ModelEvent implements Serializable |
| Serialized Fields |
int _requestCode
Client _client
ModelEventListener _privilegedListener
boolean _hasBeenVetoed
boolean _isVetoable
java.lang.Object _requestProperty
| Class com.ibm.debug.model.ModelStateChangedEvent implements Serializable |
| Serialized Fields |
byte _oldStateFlags
byte _newStateFlags
| Class com.ibm.debug.model.Module implements Serializable |
| Serialized Fields |
DebuggeeProcess _process
java.lang.String _name
java.lang.String _qualifiedName
int _id
java.util.Vector _parts
java.util.Vector _eventListeners
boolean _hasDebugInfo
| Class com.ibm.debug.model.ModuleAddedEvent implements Serializable |
| Class com.ibm.debug.model.ModuleEvent implements Serializable |
| Serialized Fields |
Module _module
| Class com.ibm.debug.model.ModuleLoadBreakpoint implements Serializable |
| Class com.ibm.debug.model.ModuleUnloadedEvent implements Serializable |
| Class com.ibm.debug.model.MonitoredExpression implements Serializable |
| Serialization Methods |
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
IMPORTANT: This method must be kept in synch with the writeObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to read in the entire object, we will call the default method provided by Java - ObjectInputStream.defaultReadObject. This default method reads in all non-static, non-transient fields.
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
IMPORTANT: This method must be kept in synch with the readObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to write out the entire object, we will call the default method provided by Java - ObjectOutputStream.defaultWriteObject. This default method writes out all non-static, non-transient fields.
| Serialized Fields |
com.ibm.debug.epdc.ERepGetNextMonitorExpr _epdcMonitoredExpr
MonitoredExpressionTreeNode _rootNode
DebuggeeProcess _owningProcess
| Class com.ibm.debug.model.MonitoredExpressionAddedEvent implements Serializable |
| Class com.ibm.debug.model.MonitoredExpressionChangedEvent implements Serializable |
| Class com.ibm.debug.model.MonitoredExpressionEndedEvent implements Serializable |
| Class com.ibm.debug.model.MonitoredExpressionEvent implements Serializable |
| Serialized Fields |
MonitoredExpression _monitor
| Class com.ibm.debug.model.MonitoredRegister implements Serializable |
| Serialized Fields |
MonitoredRegisterGroup _owningGroup
com.ibm.debug.epdc.ERepGetNextRegister _epdcRegister
java.util.Vector _eventListeners
| Class com.ibm.debug.model.MonitoredRegisterAddedEvent implements Serializable |
| Class com.ibm.debug.model.MonitoredRegisterChangedEvent implements Serializable |
| Class com.ibm.debug.model.MonitoredRegisterEndedEvent implements Serializable |
| Class com.ibm.debug.model.MonitoredRegisterEvent implements Serializable |
| Serialized Fields |
MonitoredRegister _monRegister
| Class com.ibm.debug.model.MonitoredRegisterGroup implements Serializable |
| Serialized Fields |
DebuggeeThread _owningThread
RegisterGroup _owningGroup
java.util.Vector _monRegisters
java.util.Vector _eventListeners
| Class com.ibm.debug.model.MonitoredRegisterGroupAddedEvent implements Serializable |
| Class com.ibm.debug.model.MonitoredRegisterGroupEndedEvent implements Serializable |
| Class com.ibm.debug.model.MonitoredRegisterGroupEvent implements Serializable |
| Serialized Fields |
MonitoredRegisterGroup _monRegGroup
| Class com.ibm.debug.model.Part implements Serializable |
| Serialized Fields |
Module _owningModule
com.ibm.debug.epdc.ERepNextPart _epdcPart
View[] _views
boolean _functionsHaveBeenRetrieved
| Class com.ibm.debug.model.PartAddedEvent implements Serializable |
| Class com.ibm.debug.model.PartEvent implements Serializable |
| Serialized Fields |
Part _part
| Class com.ibm.debug.internal.picl.PICLEngineBusyException implements Serializable |
| Class com.ibm.debug.internal.picl.PICLException implements Serializable |
| Serialized Fields |
int fReturnCode
int fRequestCode
| Class com.ibm.debug.model.ProcessAddedEvent implements Serializable |
| Class com.ibm.debug.model.ProcessEndedEvent implements Serializable |
| Class com.ibm.debug.model.ProcessEvent implements Serializable |
| Serialized Fields |
DebuggeeProcess _process
| Class com.ibm.debug.model.ProcessStoppedEvent implements Serializable |
| Serialized Fields |
ProcessStopInfo _stopInfo
| Class com.ibm.debug.model.RegisterGroup implements Serializable |
| Serialized Fields |
com.ibm.debug.epdc.ERepGetRegistersGroups _group
boolean _isDefault
| Class com.ibm.debug.model.RemoteHost implements Serializable |
| Class com.ibm.debug.model.Representation implements Serializable |
| Serialized Fields |
com.ibm.debug.epdc.EStdString _name
short _index
| Class com.ibm.debug.model.Stack implements Serializable |
| Serialized Fields |
DebuggeeThread _owningThread
java.util.Vector _stackFrames
java.util.Vector _eventListeners
| Class com.ibm.debug.model.StackAddedEvent implements Serializable |
| Class com.ibm.debug.model.StackColumnDetails implements Serializable |
| Serialized Fields |
com.ibm.debug.epdc.ERepGetStackColumns _epdcStackColumn
boolean _isDefault
| Class com.ibm.debug.model.StackEndedEvent implements Serializable |
| Class com.ibm.debug.model.StackEvent implements Serializable |
| Serialized Fields |
Stack _stack
| Class com.ibm.debug.model.StackFrame implements Serializable |
| Serialized Fields |
Stack _owningStack
int _index
com.ibm.debug.epdc.ERepGetNextStackEntry _epdcStackEntry
java.util.Vector _eventListeners
Location[] _currentLocation
| Class com.ibm.debug.model.StackFrameAddedEvent implements Serializable |
| Class com.ibm.debug.model.StackFrameChangedEvent implements Serializable |
| Class com.ibm.debug.model.StackFrameEndedEvent implements Serializable |
| Class com.ibm.debug.model.StackFrameEvent implements Serializable |
| Serialized Fields |
StackFrame _stackFrame
| Class com.ibm.debug.model.Storage implements Serializable |
| Serialization Methods |
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
IMPORTANT: This method must be kept in synch with the writeObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to read in the entire object, we will call the default method provided by Java - ObjectInputStream.defaultReadObject. This default method reads in all non-static, non-transient fields.
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
IMPORTANT: This method must be kept in synch with the readObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to write out the entire object, we will call the default method provided by Java - ObjectOutputStream.defaultWriteObject. This default method writes out all non-static, non-transient fields.
| Serialized Fields |
DebuggeeProcess _owningProcess
short _id
java.util.Vector _storageLines
int _numberOfUnitsPerLine
java.lang.String _address
short _storageStyle
int _firstLineOffset
int _lastLineOffset
com.ibm.debug.epdc.EStdExpression2 _expression
boolean _isEnabled
boolean _exprIsEnabled
| Class com.ibm.debug.model.StorageAddedEvent implements Serializable |
| Class com.ibm.debug.model.StorageChangedEvent implements Serializable |
| Serialized Fields |
boolean _rebuild
| Class com.ibm.debug.model.StorageColumn implements Serializable |
| Serialized Fields |
StorageLine _owningStorageLine
java.lang.String _storageContents
int _offset
int _unitFieldIndex
int _numberOfUnits
| Class com.ibm.debug.model.StorageDeletedEvent implements Serializable |
| Class com.ibm.debug.model.StorageEvent implements Serializable |
| Serialized Fields |
Storage _storage
| Class com.ibm.debug.model.StorageLine implements Serializable |
| Serialized Fields |
com.ibm.debug.epdc.ERepGetNextMonitorStorageLine _epdcStorageLine
Storage _owningStorage
StorageColumn[] _storageColumns
java.util.Vector _eventListeners
int _offset
| Class com.ibm.debug.model.StorageLineChangedEvent implements Serializable |
| Class com.ibm.debug.model.StorageLineEvent implements Serializable |
| Serialized Fields |
StorageLine _storageLine
| Class com.ibm.debug.model.StorageStyle implements Serializable |
| Serialized Fields |
short _styleIdentifier
int _supportFlag
int _bytesPerUnit
| Class com.ibm.debug.model.SystemProcess implements Serializable |
| Serialized Fields |
java.lang.String[] _processDetails
int _index
| Class com.ibm.debug.model.ThreadAddedEvent implements Serializable |
| Class com.ibm.debug.model.ThreadChangedEvent implements Serializable |
| Class com.ibm.debug.model.ThreadEndedEvent implements Serializable |
| Class com.ibm.debug.model.ThreadEvent implements Serializable |
| Serialized Fields |
DebuggeeThread _thread
| Class com.ibm.debug.model.Type implements Serializable |
| Serialization Methods |
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
IMPORTANT: This method must be kept in synch with the writeObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to read in the entire object, we will call the default method provided by Java - ObjectInputStream.defaultReadObject. This default method reads in all non-static, non-transient fields.
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
IMPORTANT: This method must be kept in synch with the readObject method for this class so that we only ever try to read in those fields that were written out (and in the same order). This includes the possibility that the writeObject method has chosen to write nothing out in which case the readObject method must be prepared to read nothing in.
If we want to write out the entire object, we will call the default method provided by Java - ObjectOutputStream.defaultWriteObject. This default method writes out all non-static, non-transient fields.
| Serialized Fields |
java.util.Vector _representations
java.lang.String _name
int _typeIndex
int _defaultRepIndex
int _pendingDefaultRepIndex
Language _owningLanguage
DebugEngine _engine
| Class com.ibm.debug.model.View implements Serializable |
| Serialized Fields |
java.util.Vector _files
Part _owningPart
com.ibm.debug.epdc.EViewData _epdcView
short _index
boolean _filesHaveBeenRetrieved
ViewInformation _viewInformation
| Class com.ibm.debug.model.ViewFile implements Serializable |
| Serialized Fields |
View _owningView
com.ibm.debug.epdc.EViews _epdcFile
int _index
java.util.Vector _functions
java.util.Vector _lineCacheSegments
int _currentCacheSize
int _maximumCacheSize
java.util.Hashtable _breakpoints
java.util.Vector _eventListeners
java.lang.String _searchString
Location _lastFindLocation
boolean _caseSensitiveSearch
FileUtility _fileUtility
boolean _fileNotFoundError
java.lang.String _localSourcePath
| Class com.ibm.debug.model.ViewInformation implements Serializable |
| Serialized Fields |
com.ibm.debug.epdc.ERepGetViews _epdcViewInformation
short _index
| Class com.ibm.debug.model.Watchpoint implements Serializable |
|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||