Class aglet.event.PersistencyEvent
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aglet.event.PersistencyEvent

java.lang.Object
   |
   +----aglet.event.AgletEvent
           |
           +----aglet.event.PersistencyEvent

public class PersistencyEvent
extends AgletEvent
永続性(persistency)のイベント

Variable Index

 o ACTIVATION
ACTIVATIONタイプのイベントはagletが活性化(activate)されたときに 発生する.
 o AGLET_PERSISTENCY_FIRST
永続性(persistency)のイベントのIDの範囲の下限の整数値
 o AGLET_PERSISTENCY_LAST
永続性(persistency)のイベントのIDの範囲の上限の整数値
 o DEACTIVATING
DEACTIVATINGタイプのイベントはagletが非活性化(deactivate)されるときに 発生する.

Constructor Index

 o PersistencyEvent(int, AgletProxy, long)
指定されたIDとproxyと持続期間(duration)で 永続性(persistency)のイベントを生成する.

Method Index

 o getAgletProxy()
イベントの発生源であるagletのproxyを返す.
 o getDuration()
持続期間(duration)を返す.
 o toString()

Variables

 o AGLET_PERSISTENCY_FIRST
  public final static int AGLET_PERSISTENCY_FIRST
永続性(persistency)のイベントのIDの範囲の下限の整数値
 o AGLET_PERSISTENCY_LAST
  public final static int AGLET_PERSISTENCY_LAST
永続性(persistency)のイベントのIDの範囲の上限の整数値
 o DEACTIVATING
  public final static int DEACTIVATING
DEACTIVATINGタイプのイベントはagletが非活性化(deactivate)されるときに 発生する.
 o ACTIVATION
  public final static int ACTIVATION
ACTIVATIONタイプのイベントはagletが活性化(activate)されたときに 発生する.

Constructors

 o PersistencyEvent
  public PersistencyEvent(int id,
                          AgletProxy aglet,
                          long duration)
指定されたIDとproxyと持続期間(duration)で 永続性(persistency)のイベントを生成する.

Methods

 o getAgletProxy
  public AgletProxy getAgletProxy()
イベントの発生源であるagletのproxyを返す.
 o getDuration
  public long getDuration()
持続期間(duration)を返す.
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index