Berkeley DB XML
version 2.5.16

com.sleepycat.persist.evolve
Class EvolveInternal

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

public class EvolveInternal
extends Object

Internal access class that should not be used by applications.


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
equals, 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.


Berkeley DB XML
version 2.5.16

Copyright (c) 1996,2009 Oracle. All rights reserved.