jdk/src/java.sql/share/classes/javax/sql/XADataSource.java
changeset 40533 ec047f91988e
parent 35277 eb4794f43d20
equal deleted inserted replaced
40532:6eb2dc8dffde 40533:ec047f91988e
    79    * @since 1.4
    79    * @since 1.4
    80    */
    80    */
    81   XAConnection getXAConnection(String user, String password)
    81   XAConnection getXAConnection(String user, String password)
    82     throws SQLException;
    82     throws SQLException;
    83 
    83 
    84   // JDBC 4.3
    84   /**
       
    85    * {@inheritDoc}
       
    86    * @since 1.4
       
    87    */
       
    88   @Override
       
    89   java.io.PrintWriter getLogWriter() throws SQLException;
       
    90 
       
    91   /**
       
    92    * {@inheritDoc}
       
    93    * @since 1.4
       
    94    */
       
    95   @Override
       
    96   void setLogWriter(java.io.PrintWriter out) throws SQLException;
       
    97 
       
    98   /**
       
    99    * {@inheritDoc}
       
   100    * @since 1.4
       
   101    */
       
   102   @Override
       
   103   void setLoginTimeout(int seconds) throws SQLException;
       
   104 
       
   105   /**
       
   106    * {@inheritDoc}
       
   107    * @since 1.4
       
   108    */
       
   109   @Override
       
   110   int getLoginTimeout() throws SQLException;
       
   111 
       
   112    // JDBC 4.3
    85 
   113 
    86   /**
   114   /**
    87    * Creates a new {@code XAConnectionBuilder} instance
   115    * Creates a new {@code XAConnectionBuilder} instance
    88    * @implSpec
   116    * @implSpec
    89    * The default implementation will throw a {@code SQLFeatureNotSupportedException}.
   117    * The default implementation will throw a {@code SQLFeatureNotSupportedException}.