Codota Logo
UserTransactionHelper$UserTransactionWithContext.getLog
Code IndexAdd Codota to your IDE (free)

How to use
getLog
method
in
org.quartz.ee.jta.UserTransactionHelper$UserTransactionWithContext

Best Java code snippets using org.quartz.ee.jta.UserTransactionHelper$UserTransactionWithContext.getLog (Showing top 8 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
List l =
  • Codota Iconnew LinkedList()
  • Codota IconCollections.emptyList()
  • Codota Iconnew ArrayList()
  • Smart code suggestions by Codota
}
origin: quartz-scheduler/quartz

/**
 * When we are being garbage collected, make sure we were properly
 * returned to the UserTransactionHelper.
 */
@Override
protected void finalize() throws Throwable {
  try {
    if (context != null) {
      getLog().warn("UserTransaction was never returned to the UserTransactionHelper.");
      closeContext();
    }
  } finally {
    super.finalize();
  }
}
origin: quartz-scheduler/quartz

/**
 * When we are being garbage collected, make sure we were properly
 * returned to the UserTransactionHelper.
 */
@Override
protected void finalize() throws Throwable {
  try {
    if (context != null) {
      getLog().warn("UserTransaction was never returned to the UserTransactionHelper.");
      closeContext();
    }
  } finally {
    super.finalize();
  }
}
origin: quartz-scheduler/quartz

/**
 * Close the InitialContext that was used to lookup/create the
 * underlying UserTransaction.
 */
public void closeContext() {
  try {
    if (context != null) {
      context.close();
    }
  } catch (Throwable t) {
    getLog().warn("Failed to close InitialContext used to get a UserTransaction.", t);
  }
  context = null;
}
origin: quartz-scheduler/quartz

/**
 * Close the InitialContext that was used to lookup/create the
 * underlying UserTransaction.
 */
public void closeContext() {
  try {
    if (context != null) {
      context.close();
    }
  } catch (Throwable t) {
    getLog().warn("Failed to close InitialContext used to get a UserTransaction.", t);
  }
  context = null;
}
origin: com.opensymphony.quartz/com.springsource.org.quartz

/**
 * When we are being garbage collected, make sure we were properly
 * returned to the UserTransactionHelper.
 */
protected void finalize() throws Throwable {
  try {
    if (context != null) {
      getLog().warn("UserTransaction was never returned to the UserTransactionHelper.");
      closeContext();
    }
  } finally {
    super.finalize();
  }
}
origin: com.opensymphony.quartz/com.springsource.org.quartz

/**
 * Close the InitialContext that was used to lookup/create the
 * underlying UserTransaction.
 */
public void closeContext() {
  try {
    if (context != null) {
      context.close();
    }
  } catch (Throwable t) {
    getLog().warn("Failed to close InitialContext used to get a UserTransaction.", t);
  }
  context = null;
}
origin: quartz/quartz-all

/**
 * Close the InitialContext that was used to lookup/create the
 * underlying UserTransaction.
 */
public void closeContext() {
  try {
    if (context != null) {
      context.close();
    }
  } catch (Throwable t) {
    getLog().warn("Failed to close InitialContext used to get a UserTransaction.", t);
  }
  context = null;
}
origin: quartz/quartz-all

/**
 * When we are being garbage collected, make sure we were properly
 * returned to the UserTransactionHelper.
 */
protected void finalize() throws Throwable {
  try {
    if (context != null) {
      getLog().warn("UserTransaction was never returned to the UserTransactionHelper.");
      closeContext();
    }
  } finally {
    super.finalize();
  }
}
org.quartz.ee.jtaUserTransactionHelper$UserTransactionWithContextgetLog

Popular methods of UserTransactionHelper$UserTransactionWithContext

  • <init>
  • closeContext
    Close the InitialContext that was used to lookup/create the underlying UserTransaction.

Popular in Java

  • Running tasks concurrently on multiple threads
  • compareTo (BigDecimal)
  • setRequestProperty (URLConnection)
    Sets the general request property. If a property with the key already exists, overwrite its value wi
  • notifyDataSetChanged (ArrayAdapter)
  • FileInputStream (java.io)
    A FileInputStream obtains input bytes from a file in a file system. What files are available depends
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Dictionary (java.util)
    The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to valu
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now