@TargetSE(valueSE=METHODSE) @RetentionSE(valueSE=RUNTIMESE) @DocumentedSE public @interface ManagedAttribute
ManagedAttribute に対応する JMX 属性として公開することを示すメソッドレベルのアノテーション。JavaBean、getter または setter で使用する場合にのみ有効です。
ManagedAttribute| 修飾子と型 | オプションの要素と説明 |
|---|---|
int | currencyTimeLimitDescriptorSE の通貨制限時間フィールドを設定します。 |
StringSE | defaultValueDescriptorSE の属性のデフォルト値を設定します。 |
StringSE | descriptionDescriptorSE に属性の説明を設定します。 |
int | persistPeriodDescriptorSE の persistPeriod フィールドを設定します。 |
StringSE | persistPolicyDescriptorSE の persistPolicy フィールドを設定します。 |
public abstract StringSE defaultValue
DescriptorSE の属性のデフォルト値を設定します。public abstract StringSE description
DescriptorSE に属性の説明を設定します。public abstract int currencyTimeLimit
DescriptorSE の通貨制限時間フィールドを設定します。public abstract StringSE persistPolicy
DescriptorSE の persistPolicy フィールドを設定します。public abstract int persistPeriod
DescriptorSE の persistPeriod フィールドを設定します。