com.sleepycat.persist.evolve
Class EvolveEvent
java.lang.Object
com.sleepycat.persist.evolve.EvolveEvent
public class EvolveEvent
- extends Object
The event passed to the EvolveListener interface during eager entity
evolution.
- Author:
- Mark Hayes
- See Also:
Class Evolution
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvolveEvent
EvolveEvent()
update
void update(String entityClassName)
getStats
public EvolveStats getStats()
- The cummulative statistics gathered during eager evolution.
getEntityClassName
public String getEntityClassName()
- The class name of the current entity class being converted.
Copyright 2004,2008 Oracle. All rights reserved.