|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.scs.mbench.FinalizerInfo
public class FinalizerInfo
Finalizer information class
| コンストラクタの概要 | |
|---|---|
FinalizerInfo()
|
|
| メソッドの概要 | |
|---|---|
java.lang.String |
getClassName()
Gets the class name of finalizer. |
java.lang.String |
getName()
Gets the name of finalizer. |
java.lang.String |
getType()
Gets the type of finalizer. |
void |
setClassName(java.lang.String className)
Sets the class name of finalizer. |
void |
setName(java.lang.String name)
Sets the name of finalizer. |
void |
setType(java.lang.String type)
Sets the type of finalizer. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public FinalizerInfo()
| メソッドの詳細 |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - name of finalizerpublic java.lang.String getType()
public void setType(java.lang.String type)
type - type of finalizerpublic java.lang.String getClassName()
public void setClassName(java.lang.String className)
className - class name of finalizer
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||