org.dyndns.nuda.mapper.event.implementation
クラス RollBackEvent

java.lang.Object
  上位を拡張 org.dyndns.nuda.mapper.event.implementation.RollBackEvent
すべての実装されたインタフェース:
java.lang.Comparable<SQLInterfaceEvent>, SQLInterfaceEvent

public class RollBackEvent
extends java.lang.Object
implements SQLInterfaceEvent


コンストラクタの概要
RollBackEvent()
           
 
メソッドの概要
 int compareTo(SQLInterfaceEvent o)
           
 java.lang.String eventType()
           
 java.lang.Exception getCause()
           
 SQLInterfaceBean getInterfaceBean()
           
 void setCause(java.lang.Exception e)
           
 void setInterfaceBean(SQLInterfaceBean interfaceBean)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RollBackEvent

public RollBackEvent()
メソッドの詳細

compareTo

public int compareTo(SQLInterfaceEvent o)
定義:
インタフェース java.lang.Comparable<SQLInterfaceEvent> 内の compareTo

eventType

public java.lang.String eventType()
定義:
インタフェース SQLInterfaceEvent 内の eventType

setCause

public void setCause(java.lang.Exception e)

getCause

public java.lang.Exception getCause()

getInterfaceBean

public SQLInterfaceBean getInterfaceBean()

setInterfaceBean

public void setInterfaceBean(SQLInterfaceBean interfaceBean)