Class InternalDriver.LoginCallable

  • All Implemented Interfaces:
    java.util.concurrent.Callable<EmbedConnection>
    Enclosing class:
    InternalDriver

    public static final class InternalDriver.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

      Fields 
      Modifier and Type Field Description
      private InternalDriver _driver  
      private java.util.Properties _info  
      private java.lang.String _url  
    • Constructor Summary

      Constructors 
      Constructor Description
      LoginCallable​(InternalDriver driver, java.lang.String url, java.util.Properties info)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EmbedConnection call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _url

        private java.lang.String _url
      • _info

        private java.util.Properties _info
    • Constructor Detail

      • LoginCallable

        public LoginCallable​(InternalDriver 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