Codota Logo
SubordinateATCoordinator.commitVolatile
Code IndexAdd Codota to your IDE (free)

How to use
commitVolatile
method
in
com.arjuna.mwlabs.wscf.model.twophase.arjunacore.subordinate.SubordinateATCoordinator

Best Java code snippets using com.arjuna.mwlabs.wscf.model.twophase.arjunacore.subordinate.SubordinateATCoordinator.commitVolatile (Showing top 4 results out of 315)

  • Common ways to obtain SubordinateATCoordinator
private void myMethod () {
SubordinateATCoordinator s =
  • Codota IconString coordinatorId;SubordinateATCoordinator.getRecoveredCoordinator(coordinatorId)
  • Codota IconUid uid;SubordinateATCoordinator.getRecoveredCoordinator(uid.stringForm())
  • Smart code suggestions by Codota
}
origin: org.jboss.jbossts/jbossxts-api

/**
 * initiate synchronization afterCompletion processing for the bridged-to transaction following a
 * successful commit
 */
public void commitVolatile()
{
  coordinator.commitVolatile();
}
origin: org.jboss.jbossts.xts/ws-t11

/**
 * this is called as part of the after completion processing and should ensure that the interposed
 * coordinator performs its afterCompletion processing
 * @throws WrongStateException
 * @throws SystemException
 */
public void commit() throws WrongStateException, SystemException {
  coordinator.commitVolatile();
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * this is called as part of the after completion processing and should ensure that the interposed
 * coordinator performs its afterCompletion processing
 * @throws WrongStateException
 * @throws SystemException
 */
public void commit() throws WrongStateException, SystemException {
  coordinator.commitVolatile();
}
origin: org.jboss.jbossts/jbossxts

/**
 * this is called as part of the after completion processing and should ensure that the interposed
 * coordinator performs its afterCompletion processing
 * @throws WrongStateException
 * @throws SystemException
 */
public void commit() throws WrongStateException, SystemException {
  coordinator.commitVolatile();
}
com.arjuna.mwlabs.wscf.model.twophase.arjunacore.subordinateSubordinateATCoordinatorcommitVolatile

Javadoc

this is driven by a volatile participant registered on behalf of the coordinator

Popular methods of SubordinateATCoordinator

  • get_uid
  • getRecoveredCoordinator
  • rollback
    this is driven by a durable participant registered on behalf of the coordinator and does a normal co
  • commit
    this is driven by a durable participant registered on behalf of the coordinator and does a normal co
  • getSubordinateType
  • listRecoveredCoordinators
  • prepare
    this is driven by a durable participant registered on behalf of the coordinator and does a normal pr
  • prepareVolatile
    this is driven by a volatile participant registered on behalf of the coordinator
  • rollbackVolatile
    this is driven by a volatile participant registered on behalf of the coordinator
  • activate
  • addActiveProxy
  • addCallback
    register a callback to be called when a subordinate transaction with a specific key executes a commi
  • addActiveProxy,
  • addCallback,
  • addRecoveredCoordinator,
  • enlistParticipant,
  • enlistSynchronization,
  • error,
  • getDurable2PhaseId,
  • getVolatile2PhaseId,
  • isActivated

Popular in Java

  • Finding current android device location
  • getApplicationContext (Context)
  • getSharedPreferences (Context)
  • getContentResolver (Context)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • Point (java.awt)
    A point representing a location in (x, y) coordinate space, specified in integer precision.
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • Properties (java.util)
    The Properties class represents a persistent set of properties. The Properties can be saved to a st
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
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