com.sleepycat.persist.evolve
Class EvolveEvent

java.lang.Object
  extended by 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

Constructor Summary
EvolveEvent()
           
 
Method Summary
 String getEntityClassName()
          The class name of the current entity class being converted.
 EvolveStats getStats()
          The cummulative statistics gathered during eager evolution.
(package private)  void update(String entityClassName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvolveEvent

EvolveEvent()
Method Detail

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.