com.sleepycat.persist.evolve
Class EvolveInternal

java.lang.Object
  extended by com.sleepycat.persist.evolve.EvolveInternal

public class EvolveInternal
extends java.lang.Object

Internal access class that does not appear in the javadoc and should not be used by applications.

Author:
Mark Hayes

Constructor Summary
EvolveInternal()
           
 
Method Summary
static EvolveEvent newEvent()
           
static void updateEvent(EvolveEvent event, java.lang.String entityClassName, int nRead, int nConverted)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvolveInternal

public EvolveInternal()
Method Detail

newEvent

public static EvolveEvent newEvent()

updateEvent

public static void updateEvent(EvolveEvent event,
                               java.lang.String entityClassName,
                               int nRead,
                               int nConverted)


Copyright 2004,2008 Oracle. All rights reserved.