org.apache.derby.jdbc
Class Driver20.LoginCallable
java.lang.Object
org.apache.derby.jdbc.Driver20.LoginCallable
- All Implemented Interfaces:
- java.util.concurrent.Callable<EmbedConnection>
- Enclosing class:
- Driver20
public static final class Driver20.LoginCallable
- extends java.lang.Object
- implements java.util.concurrent.Callable<EmbedConnection>
This code is called in a thread which puts time limits on it.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_driver
private Driver20 _driver
_url
private java.lang.String _url
_info
private java.util.Properties _info
Driver20.LoginCallable
public Driver20.LoginCallable(Driver20 driver,
java.lang.String url,
java.util.Properties info)
call
public EmbedConnection call()
throws java.sql.SQLException
- Specified by:
call in interface java.util.concurrent.Callable<EmbedConnection>
- Throws:
java.sql.SQLException
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.