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

How to use
warn_getmoderror
method
in
com.arjuna.ats.jdbc.logging.jdbcI18NLogger

Best Java code snippets using com.arjuna.ats.jdbc.logging.jdbcI18NLogger.warn_getmoderror (Showing top 6 results out of 315)

origin: org.jboss.jbossts/jbossjta

private final void getModifier()
{
  if (_theModifier == null)
  {
    try
    {
      DatabaseMetaData md = _theConnection.getMetaData();
      String name = md.getDriverName();
      int major = md.getDriverMajorVersion();
      int minor = md.getDriverMinorVersion();
      _theModifier = ModifierFactory.getModifier(name, major, minor);
      ((ConnectionControl) _recoveryConnection)
          .setModifier((ConnectionModifier) _theModifier);
    }
    catch (Exception ex)
    {
      jdbcLogger.i18NLogger.warn_getmoderror(ex);
    }
  }
}
origin: org.jboss.narayana.jta/jdbc

private final void getModifier()
{
  if (_theModifier == null)
  {
    try
    {
      DatabaseMetaData md = _theConnection.getMetaData();
      String name = md.getDriverName();
      int major = md.getDriverMajorVersion();
      int minor = md.getDriverMinorVersion();
      _theModifier = ModifierFactory.getModifier(name, major, minor);
      ((ConnectionControl) _transactionalDriverXAConnectionConnection)
          .setModifier((ConnectionModifier) _theModifier);
    }
    catch (Exception ex)
    {
      jdbcLogger.i18NLogger.warn_getmoderror(ex);
    }
  }
}
origin: org.jboss.narayana.jts/narayana-jts-idlj

private final void getModifier()
{
  if (_theModifier == null)
  {
    try
    {
      DatabaseMetaData md = _theConnection.getMetaData();
      String name = md.getDriverName();
      int major = md.getDriverMajorVersion();
      int minor = md.getDriverMinorVersion();
      _theModifier = ModifierFactory.getModifier(name, major, minor);
      ((ConnectionControl) _transactionalDriverXAConnectionConnection)
          .setModifier((ConnectionModifier) _theModifier);
    }
    catch (Exception ex)
    {
      jdbcLogger.i18NLogger.warn_getmoderror(ex);
    }
  }
}
origin: org.jboss.jbossts.jta/narayana-jta

private final void getModifier()
{
  if (_theModifier == null)
  {
    try
    {
      DatabaseMetaData md = _theConnection.getMetaData();
      String name = md.getDriverName();
      int major = md.getDriverMajorVersion();
      int minor = md.getDriverMinorVersion();
      _theModifier = ModifierFactory.getModifier(name, major, minor);
      ((ConnectionControl) _recoveryConnection)
          .setModifier((ConnectionModifier) _theModifier);
    }
    catch (Exception ex)
    {
      jdbcLogger.i18NLogger.warn_getmoderror(ex);
    }
  }
}
origin: jbosstm/narayana

private final void getModifier()
{
  if (_theModifier == null)
  {
    try
    {
      DatabaseMetaData md = _theConnection.getMetaData();
      String name = md.getDriverName();
      int major = md.getDriverMajorVersion();
      int minor = md.getDriverMinorVersion();
      _theModifier = ModifierFactory.getModifier(name, major, minor);
      ((ConnectionControl) _transactionalDriverXAConnectionConnection)
          .setModifier((ConnectionModifier) _theModifier);
    }
    catch (Exception ex)
    {
      jdbcLogger.i18NLogger.warn_getmoderror(ex);
    }
  }
}
origin: jbosstm/narayana

private final void getModifier()
{
  if (_theModifier == null)
  {
    try
    {
      DatabaseMetaData md = _theConnection.getMetaData();
      String name = md.getDriverName();
      int major = md.getDriverMajorVersion();
      int minor = md.getDriverMinorVersion();
      _theModifier = ModifierFactory.getModifier(name, major, minor);
      ((ConnectionControl) _transactionalDriverXAConnectionConnection)
          .setModifier((ConnectionModifier) _theModifier);
    }
    catch (Exception ex)
    {
      jdbcLogger.i18NLogger.warn_getmoderror(ex);
    }
  }
}
com.arjuna.ats.jdbc.loggingjdbcI18NLoggerwarn_getmoderror

Popular methods of jdbcI18NLogger

  • get_aborterror
  • get_alreadyassociated
  • get_alreadyassociatedcheck
  • get_autocommit
  • get_closeerror
  • get_closeerrorinvalidtx
  • get_commiterror
  • get_conniniterror
  • get_delisterror
  • get_dynamicerror
  • get_enlistfailed
  • get_inactivetransaction
  • get_enlistfailed,
  • get_inactivetransaction,
  • get_infoerror,
  • get_jndierror,
  • get_releasesavepointerror,
  • get_rollbacksavepointerror,
  • get_setreadonly,
  • get_setsavepointerror,
  • info_closingconnectionnull,
  • warn_drcdest

Popular in Java

  • Creating JSON documents from java classes using gson
  • runOnUiThread (Activity)
  • getContentResolver (Context)
  • findViewById (Activity)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Collectors (java.util.stream)
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Top Vim plugins
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