public static interface DebugEventListener.VmStatusListener
Modifier and Type | Method and Description |
---|---|
void |
busyStatusChanged(java.lang.String currentRequest,
int numberOfEnqueued)
Reports a new status of remote VM.
|
void busyStatusChanged(java.lang.String currentRequest, int numberOfEnqueued)
currentRequest
- name of the oldest request that hasn't been answered yet or nullnumberOfEnqueued
- number of requests that are expected to be waiting in VM queue; does
not make sense if currentRequest is nullCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.