public interface IJavaHotCodeReplaceListener
Clients may implement this interface
Modifier and Type | Method and Description |
---|---|
void |
hotCodeReplaceFailed(IJavaDebugTarget target,
DebugException exception)
Notification that a hot code replace attempt failed in the given target.
|
void |
hotCodeReplaceSucceeded(IJavaDebugTarget target)
Notification that a hot code replace attempt succeeded in the given
target.
|
void |
obsoleteMethods(IJavaDebugTarget target)
Notification that obsolete methods remain on the stack in one or more
threads in the given target after a hot code replace.
|
void hotCodeReplaceFailed(IJavaDebugTarget target, DebugException exception)
target
- the target in which the hot code replace failedexception
- the exception generated by the hot code replace failure, or
null
if the hot code replace failed because the
target VM does not support hot code replacevoid hotCodeReplaceSucceeded(IJavaDebugTarget target)
target
- the target in which the hot code replace succeededvoid obsoleteMethods(IJavaDebugTarget target)
target
- the target in which obsolete methods remain after a hot code
replace
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.