Codota Logo
com.arjuna.mwlabs.wscf.model.twophase.arjunacore.subordinate
Code IndexAdd Codota to your IDE (free)

How to use com.arjuna.mwlabs.wscf.model.twophase.arjunacore.subordinate

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

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
OutputStreamWriter o =
  • Codota IconOutputStream out;new OutputStreamWriter(out)
  • Codota IconOutputStream out;String charsetName;new OutputStreamWriter(out, charsetName)
  • Codota IconHttpURLConnection connection;new OutputStreamWriter(connection.getOutputStream())
  • Smart code suggestions by Codota
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * this should never get called
 * @throws com.arjuna.wst.SystemException
 */
public void error() throws SystemException {
  coordinator.error();
}
origin: org.jboss.jbossts/jbossxts-api

/**
 * initiate synchronization beforeCompletion processing for the bridged-to transaction
 *
 * @return true if the beforeCompletion succeeds otherwise false.
 */
public boolean prepareVolatile()
{
  return coordinator.prepareVolatile();
}
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

/**
 * normal constructor used when the subordinate coordinator is registered as a durable participant
 * with its parent coordinator.
 *
 * @param coordinator
 */
public SubordinateDurable2PCStub(SubordinateATCoordinator coordinator)
{
  this.coordinator = coordinator;
  this.coordinatorId = coordinator.get_uid().stringForm();
  this.recovered = false;
}
origin: org.jboss.jbossts/jbossxts-api

/**
 * initiate synchronization afterCompletion processing for the bridged-to transaction following a
 * rollback
 */
public void rollbackVolatile()
{
  coordinator.rollbackVolatile();
}
origin: org.jboss.jbossts/jbossxts-api

/**
 * rollback the bridged-to transaction
 */
public void rollback ()
{
  coordinator.rollback();
}
origin: org.jboss.jbossts/jbossxts-api

/**
 * prepare the bridged-to transaction
 * @return the result of preparing the transaction
 */
public int prepare ()
{
  return coordinator.prepare();
}

origin: org.jboss.jbossts/jbossxts-api

/**
 * perform a phase 2 commit for the bridged-to transaction
 */
public void commit ()
{
  coordinator.commit();
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * this should never get called
 * @throws com.arjuna.wst.SystemException
 */
public void unknown() throws SystemException {
  coordinator.unknown();
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * return a uid for the durable participant registered on behalf of this corodinator
 */
public String getDurable2PhaseId()
{
  return PARTICIPANT_PREFIX + get_uid().stringForm() + "_D";
}
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();
}
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 rollback() throws WrongStateException, SystemException {
  coordinator.rollbackVolatile();
}
origin: org.jboss.jbossts.xts/ws-t11

/**
 * this should never get called
 * @throws com.arjuna.wst.SystemException
 */
public void error() throws SystemException {
  coordinator.error();
}
origin: org.jboss.jbossts.xts/ws-t11

/**
 * this should never get called
 * @throws com.arjuna.wst.SystemException
 */
public void unknown() throws SystemException {
  coordinator.unknown();
}
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/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 rollback() throws WrongStateException, SystemException {
  coordinator.rollbackVolatile();
}
origin: org.jboss.jbossts/jbossxts

/**
 * this should never get called
 * @throws com.arjuna.wst.SystemException
 */
public void error() throws SystemException {
  coordinator.error();
}
origin: org.jboss.jbossts/jbossxts

/**
 * this should never get called
 * @throws com.arjuna.wst.SystemException
 */
public void unknown() throws SystemException {
  coordinator.unknown();
}
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/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 rollback() throws WrongStateException, SystemException {
  coordinator.rollbackVolatile();
}
com.arjuna.mwlabs.wscf.model.twophase.arjunacore.subordinate

Most used classes

  • SubordinateATCoordinator
    This class represents a specific coordination instance. It is essentially an ArjunaCore TwoPhaseCoor
  • SubordinateATCoordinator$SubordinateCallback
    class implemented by any code which wishes to register a callabck
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