Tabnine Logo
JTANonClusteredSemaphore.getLog
Code IndexAdd Tabnine to your IDE (free)

How to use
getLog
method
in
org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore

Best Java code snippets using org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore.getLog (Showing top 6 results out of 315)

origin: quartz-scheduler/quartz

    Transaction t = getTransaction();
    if (t != null) {
      if(getLog().isDebugEnabled()) {
        getLog().debug(
          "Lock '" + lockName + "' is in a JTA transaction.  " + 
          "Return deferred by: " + Thread.currentThread().getName());
  if(getLog().isDebugEnabled()) {
    getLog().debug(
      "Lock '" + lockName + "' returned by: "
          + Thread.currentThread().getName());
  locks.remove(lockName);
  this.notify();
} else if (getLog().isDebugEnabled()) {
  getLog().debug(
    "Lock '" + lockName + "' attempt to return by: "
        + Thread.currentThread().getName()
origin: quartz-scheduler/quartz

    Transaction t = getTransaction();
    if (t != null) {
      if(getLog().isDebugEnabled()) {
        getLog().debug(
          "Lock '" + lockName + "' is in a JTA transaction.  " + 
          "Return deferred by: " + Thread.currentThread().getName());
  if(getLog().isDebugEnabled()) {
    getLog().debug(
      "Lock '" + lockName + "' returned by: "
          + Thread.currentThread().getName());
  locks.remove(lockName);
  this.notify();
} else if (getLog().isDebugEnabled()) {
  getLog().debug(
    "Lock '" + lockName + "' attempt to return by: "
        + Thread.currentThread().getName()
origin: com.opensymphony.quartz/com.springsource.org.quartz

    Transaction t = getTransaction();
    if (t != null) {
      if(getLog().isDebugEnabled()) {
        getLog().debug(
          "Lock '" + lockName + "' is in a JTA transaction.  " + 
          "Return deferred by: " + Thread.currentThread().getName());
  if(getLog().isDebugEnabled()) {
    getLog().debug(
      "Lock '" + lockName + "' returned by: "
          + Thread.currentThread().getName());
  locks.remove(lockName);
  this.notify();
} else if (getLog().isDebugEnabled()) {
  getLog().debug(
    "Lock '" + lockName + "' attempt to return by: "
        + Thread.currentThread().getName()
origin: quartz/quartz-all

    Transaction t = getTransaction();
    if (t != null) {
      if(getLog().isDebugEnabled()) {
        getLog().debug(
          "Lock '" + lockName + "' is in a JTA transaction.  " + 
          "Return deferred by: " + Thread.currentThread().getName());
  if(getLog().isDebugEnabled()) {
    getLog().debug(
      "Lock '" + lockName + "' returned by: "
          + Thread.currentThread().getName());
  locks.remove(lockName);
  this.notify();
} else if (getLog().isDebugEnabled()) {
  getLog().debug(
    "Lock '" + lockName + "' attempt to return by: "
        + Thread.currentThread().getName()
origin: com.opensymphony.quartz/com.springsource.org.quartz

Log log = getLog();
origin: quartz/quartz-all

Log log = getLog();
org.quartz.impl.jdbcjobstoreJTANonClusteredSemaphoregetLog

Popular methods of JTANonClusteredSemaphore

  • getThreadLocks
  • getTransaction
    Helper method to get the current javax.transaction.Transaction from the javax.transaction.Transacti
  • isLockOwner
    Determine whether the calling thread owns a lock on the identified resource.
  • releaseLock
    Release the lock on the identified resource if it is held by the calling thread, unless currently in

Popular in Java

  • Making http post requests using okhttp
  • requestLocationUpdates (LocationManager)
  • getSystemService (Context)
  • findViewById (Activity)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Permission (java.security)
    Legacy security code; do not use.
  • ImageIO (javax.imageio)
  • CodeWhisperer alternatives
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