org.apache.derby.jdbc
Class Driver20.LoginCallable

java.lang.Object
  extended by 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.


Field Summary
private  Driver20 _driver
           
private  java.util.Properties _info
           
private  java.lang.String _url
           
 
Constructor Summary
Driver20.LoginCallable(Driver20 driver, java.lang.String url, java.util.Properties info)
           
 
Method Summary
 EmbedConnection call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_driver

private Driver20 _driver

_url

private java.lang.String _url

_info

private java.util.Properties _info
Constructor Detail

Driver20.LoginCallable

public Driver20.LoginCallable(Driver20 driver,
                              java.lang.String url,
                              java.util.Properties info)
Method Detail

call

public EmbedConnection call()
                     throws java.sql.SQLException
Specified by:
call in interface java.util.concurrent.Callable<EmbedConnection>
Throws:
java.sql.SQLException

Built on Wed 2013-06-12 15:21:56+0000, from revision ???

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