@Exported public interface ClassUnloadEvent extends Event
ガベージ・コレクション中にはデバッガ・バック・エンドに厳しい制約があるため、アンロード情報は大幅に制限されています。
EventQueue
, VirtualMachine
修飾子と型 | メソッドと説明 |
---|---|
String |
className()
アンロードされたクラスの名前を返します。
|
String |
classSignature()
アンロードされたクラスのJNI形式のシグニチャを返します。
|
toString, virtualMachine
Copyright © 1999, 2014, Oracle and/or its affiliates. All rights reserved.