|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ jdbc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.jdbc
Class JDBCBoot

java.lang.Objectorg.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.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ jdbc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.derby.iapi.jdbc.JDBCBoot