|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
com.ibm.aglet.event.AgletEvent
com.ibm.aglet.event.PersistencyEvent
The persistency event
| Field Summary | |
static int |
ACTIVATION
The ACTIVATION event type is delivered when the aglet is activated. |
static int |
AGLET_PERSISTENCY_FIRST
Marks the first integer id for the range of persistency event ids. |
static int |
AGLET_PERSISTENCY_LAST
Marks the last integer id for the range of persistency event ids. |
static int |
DEACTIVATING
The DEACTIVATING event type is delivered when the aglet is deactivated. |
private long |
duration
|
private static java.lang.String[] |
name
|
| Fields inherited from class com.ibm.aglet.event.AgletEvent |
id |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
PersistencyEvent(int id,
AgletProxy aglet,
long duration)
Constructs a PersistencyEvent with the specified id, aglet proxy and duration. |
|
| Method Summary | |
AgletProxy |
getAgletProxy()
Returns the aglet proxy which is the source of the event. |
long |
getDuration()
Gets the duration |
java.lang.String |
toString()
|
| Methods inherited from class com.ibm.aglet.event.AgletEvent |
getID |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int AGLET_PERSISTENCY_FIRST
public static final int AGLET_PERSISTENCY_LAST
public static final int DEACTIVATING
public static final int ACTIVATION
private static java.lang.String[] name
private long duration
| Constructor Detail |
public PersistencyEvent(int id,
AgletProxy aglet,
long duration)
| Method Detail |
public AgletProxy getAgletProxy()
public long getDuration()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||