org.apache.derby.iapi.jdbc
Class JDBCBoot

java.lang.Object
  extended byorg.apache.derby.iapi.jdbc.JDBCBoot

public class JDBCBoot
extends java.lang.Object

A class to boot a cloudscape 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 Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.