congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
AttributeRestoringConnectionInvocationHandler.restoreOriginalAtributes
Code IndexAdd Tabnine to your IDE (free)

How to use
restoreOriginalAtributes
method
in
org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler

Best Java code snippets using org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler.restoreOriginalAtributes (Showing top 8 results out of 315)

origin: quartz-scheduler/quartz

  /**
   * Attempts to restore the auto commit and transaction isolation connection
   * attributes of the wrapped connection to their original values (if they
   * were overwritten), before finally actually closing the wrapped connection.
   */
  public void close() throws SQLException {
    restoreOriginalAtributes();
    
    conn.close();
  }
}
origin: quartz-scheduler/quartz

  /**
   * Attempts to restore the auto commit and transaction isolation connection
   * attributes of the wrapped connection to their original values (if they
   * were overwritten), before finally actually closing the wrapped connection.
   */
  public void close() throws SQLException {
    restoreOriginalAtributes();
    
    conn.close();
  }
}
origin: quartz-scheduler/quartz

  (AttributeRestoringConnectionInvocationHandler)invocationHandler;
connHandler.restoreOriginalAtributes();
closeConnection(connHandler.getWrappedConnection());
return;
origin: quartz-scheduler/quartz

  (AttributeRestoringConnectionInvocationHandler)invocationHandler;
connHandler.restoreOriginalAtributes();
closeConnection(connHandler.getWrappedConnection());
return;
origin: quartz/quartz-all

  /**
   * Attempts to restore the auto commit and transaction isolation connection
   * attributes of the wrapped connection to their original values (if they
   * were overwritten), before finally actually closing the wrapped connection.
   */
  public void close() throws SQLException {
    restoreOriginalAtributes();
    
    conn.close();
  }
}
origin: com.opensymphony.quartz/com.springsource.org.quartz

  /**
   * Attempts to restore the auto commit and transaction isolation connection
   * attributes of the wrapped connection to their original values (if they
   * were overwritten), before finally actually closing the wrapped connection.
   */
  public void close() throws SQLException {
    restoreOriginalAtributes();
    
    conn.close();
  }
}
origin: com.opensymphony.quartz/com.springsource.org.quartz

  (AttributeRestoringConnectionInvocationHandler)invocationHandler;
connHandler.restoreOriginalAtributes();
closeConnection(connHandler.getWrappedConnection());
return;
origin: quartz/quartz-all

  (AttributeRestoringConnectionInvocationHandler)invocationHandler;
connHandler.restoreOriginalAtributes();
closeConnection(connHandler.getWrappedConnection());
return;
org.quartz.impl.jdbcjobstoreAttributeRestoringConnectionInvocationHandlerrestoreOriginalAtributes

Javadoc

Attempts to restore the auto commit and transaction isolation connection attributes of the wrapped connection to their original values (if they were overwritten).

Popular methods of AttributeRestoringConnectionInvocationHandler

  • <init>
  • close
    Attempts to restore the auto commit and transaction isolation connection attributes of the wrapped c
  • getLog
  • getWrappedConnection
    Gets the underlying connection to which all operations ultimately defer. This is provided in case a
  • setAutoCommit
    Sets this connection's auto-commit mode to the given state, saving the original mode. The connection
  • setTransactionIsolation
    Attempts to change the transaction isolation level to the given level, saving the original level. Th

Popular in Java

  • Start an intent from android
  • requestLocationUpdates (LocationManager)
  • getContentResolver (Context)
  • getResourceAsStream (ClassLoader)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now