com.sleepycat.persist.evolve
Class EvolveInternal

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

public class EvolveInternal
extends Object

Author:
Mark Hayes

Constructor Summary
EvolveInternal()
           
 
Method Summary
static EvolveEvent newEvent()
          Internal access method that should not be used by applications.
static void updateEvent(EvolveEvent event, String entityClassName, int nRead, int nConverted)
          Internal access method that should not be used by applications.
 
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()
Internal access method that should not be used by applications.


updateEvent

public static void updateEvent(EvolveEvent event,
                               String entityClassName,
                               int nRead,
                               int nConverted)
Internal access method that should not be used by applications.



Copyright (c) 2004-2010 Oracle. All rights reserved.