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

  • Reactive rest calls using spring rest template
  • getContentResolver (Context)
  • getExternalFilesDir (Context)
  • onCreateOptionsMenu (Activity)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Top 12 Jupyter Notebook Extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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