クラス SynchronizedAttributeAccessor
java.lang.ObjectSE
org.springframework.batch.infrastructure.repeat.context.SynchronizedAttributeAccessor
- 実装済みのインターフェース一覧:
org.springframework.core.AttributeAccessor
- 既知の直属サブクラス
JobContext, RepeatContextSupport, StepContext
public class SynchronizedAttributeAccessor
extends ObjectSE
implements org.springframework.core.AttributeAccessor
基になる属性を変更またはアクセスする前に、ミューテックス(これではない)で同期する
AttributeAccessor。- 作成者:
- Dave Syer
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明StringSE[]boolean@Nullable ObjectSEgetAttribute(StringSE name) booleanhasAttribute(StringSE name) inthashCode()@Nullable ObjectSEremoveAttribute(StringSE name) voidsetAttribute(StringSE name, @Nullable ObjectSE value) @Nullable ObjectSEsetAttributeIfAbsent(StringSE name, ObjectSE value) 存在しない場合、Atomic Put の追加サポート。toString()インターフェース org.springframework.core.AttributeAccessor から継承されたメソッド
computeAttribute
コンストラクターの詳細
SynchronizedAttributeAccessor
public SynchronizedAttributeAccessor()
メソッドの詳細
attributeNames
- 次で指定:
- インターフェース
org.springframework.core.AttributeAccessorのattributeNames
equals
getAttribute
hasAttribute
- 次で指定:
- インターフェース
org.springframework.core.AttributeAccessorのhasAttribute
hashCode
removeAttribute
setAttribute
setAttributeIfAbsent
toString