org.dyndns.nuda.event.implementation
クラス UpdateEvent

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

public class UpdateEvent
extends java.lang.Object
implements SQLInterfaceEvent


コンストラクタの概要
UpdateEvent()
           
 
メソッドの概要
 int compareTo(SQLInterfaceEvent o)
           
 java.lang.String eventType()
           
 SQLInterfaceBean getInterfaceBean()
           
 long getRemainingTime()
           
 java.util.List<?> getUpdatedObjects()
           
 void setInterfaceBean(SQLInterfaceBean interfaceBean)
           
 void setRemainingTime(long remainingTime)
           
 void setUpdatedObjects(java.util.List<?> insertedObjects)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UpdateEvent

public UpdateEvent()
メソッドの詳細

compareTo

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

eventType

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

getUpdatedObjects

public java.util.List<?> getUpdatedObjects()

setUpdatedObjects

public void setUpdatedObjects(java.util.List<?> insertedObjects)

getInterfaceBean

public SQLInterfaceBean getInterfaceBean()

setInterfaceBean

public void setInterfaceBean(SQLInterfaceBean interfaceBean)

getRemainingTime

public long getRemainingTime()

setRemainingTime

public void setRemainingTime(long remainingTime)