org.apache.derby.iapi.jdbc
Class JDBCBoot

java.lang.Object
  extended by org.apache.derby.iapi.jdbc.JDBCBoot

public class JDBCBoot
extends java.lang.Object

A class to boot a Derby system that includes a JDBC driver. Should be used indirectly through JDBCDriver or JDBCServletBoot or any other useful booting mechanism that comes along.


Field Summary
private  java.util.Properties bootProperties
           
private static java.lang.String NETWORK_SERVER_AUTOSTART_CLASS_NAME
           
 
Constructor Summary
JDBCBoot()
           
 
Method Summary
(package private)  void addProperty(java.lang.String name, java.lang.String value)
           
 void boot(java.lang.String protocol, java.io.PrintStream logging)
          Boot a system requesting a JDBC driver but only if there is no current JDBC driver that is handling the required protocol.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bootProperties

private java.util.Properties bootProperties

NETWORK_SERVER_AUTOSTART_CLASS_NAME

private static final java.lang.String NETWORK_SERVER_AUTOSTART_CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

JDBCBoot

public JDBCBoot()
Method Detail

addProperty

void addProperty(java.lang.String name,
                 java.lang.String value)

boot

public void boot(java.lang.String protocol,
                 java.io.PrintStream logging)
Boot a system requesting a JDBC driver but only if there is no current JDBC driver that is handling the required protocol.


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.