|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.framework.container.customizer.AbstractCustomizer
org.seasar.framework.container.customizer.TxAttributeCustomizer
public class TxAttributeCustomizer
| フィールドの概要 | |
|---|---|
protected TransactionAttributeType |
defaultAttributeType
デフォルトのトランザクション属性 |
protected static java.util.Map<TransactionAttributeType,java.lang.String> |
txInterceptors
トランザクション属性に対応するインターセプタ名の Map |
| クラス org.seasar.framework.container.customizer.AbstractCustomizer から継承されたフィールド |
|---|
classPatterns, ignoreClassPatterns, targetInterface, targetInterface_BINDING |
| コンストラクタの概要 | |
|---|---|
TxAttributeCustomizer()
インスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
protected void |
doCustomize(ComponentDef componentDef)
|
void |
setDefaultAttributeType(TransactionAttributeType defaultAttributeType)
デフォルトのトランザクション属性を設定します。 |
| クラス org.seasar.framework.container.customizer.AbstractCustomizer から継承されたメソッド |
|---|
addClassPattern, addClassPattern, addIgnoreClassPattern, addIgnoreClassPattern, customize, isMatchClassPattern, isMatchTargetInterface, setTargetInterface |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected static final java.util.Map<TransactionAttributeType,java.lang.String> txInterceptors
Map
protected TransactionAttributeType defaultAttributeType
| コンストラクタの詳細 |
|---|
public TxAttributeCustomizer()
| メソッドの詳細 |
|---|
public void setDefaultAttributeType(TransactionAttributeType defaultAttributeType)
defaultAttributeType - デフォルトのトランザクション属性protected void doCustomize(ComponentDef componentDef)
AbstractCustomizer 内の doCustomize
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||