org.apache.derby.impl.db
Class SlaveDatabase.SlaveDatabaseBootThread

java.lang.Object
  extended by org.apache.derby.impl.db.SlaveDatabase.SlaveDatabaseBootThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SlaveDatabase

private class SlaveDatabase.SlaveDatabaseBootThread
extends java.lang.Object
implements java.lang.Runnable

Thread that boots the slave database. Will be blocked in LogFactory.recover until database is no longer in slave replication mode.


Field Summary
private  boolean create
           
private  java.util.Properties params
           
 
Constructor Summary
SlaveDatabase.SlaveDatabaseBootThread(boolean create, java.util.Properties startParams)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

create

private boolean create

params

private java.util.Properties params
Constructor Detail

SlaveDatabase.SlaveDatabaseBootThread

public SlaveDatabase.SlaveDatabaseBootThread(boolean create,
                                             java.util.Properties startParams)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.