CoordinatorControl.createSubordinate
Code IndexAdd Codota to your IDE (free)

Best code snippets using com.arjuna.mwlabs.wscf.model.sagas.arjunacore.CoordinatorControl.createSubordinate(Showing top 6 results out of 315)

  • Common ways to obtain CoordinatorControl
private void myMethod () {
CoordinatorControl c =
  • new CoordinatorControl()
  • Smart code suggestions by Codota
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * Create a subordinate coordinator via the coordination control.
 */
public BACoordinator createSubordinate() throws SystemException
{
  return _coordManager.createSubordinate();
}
/**
origin: org.jboss.narayana.xts/jbossxts

/**
 * Create a subordinate coordinator via the coordination control.
 */
public BACoordinator createSubordinate() throws SystemException
{
  if (wscfLogger.logger.isTraceEnabled()) {
    wscfLogger.logger.trace(getClass().getSimpleName() + ".createSubordinate");
  }
  return _coordManager.createSubordinate();
}
/**
origin: org.jboss.jbossts.xts/jbossxts

/**
 * Create a subordinate coordinator via the coordination control.
 */
public BACoordinator createSubordinate() throws SystemException
{
  return _coordManager.createSubordinate();
}
/**
origin: jbosstm/narayana

/**
 * Create a subordinate coordinator via the coordination control.
 */
public BACoordinator createSubordinate() throws SystemException
{
  if (wscfLogger.logger.isTraceEnabled()) {
    wscfLogger.logger.trace(getClass().getSimpleName() + ".createSubordinate");
  }
  return _coordManager.createSubordinate();
}
/**
origin: jbosstm/narayana

/**
 * Create a subordinate coordinator via the coordination control.
 */
public BACoordinator createSubordinate() throws SystemException
{
  if (wscfLogger.logger.isTraceEnabled()) {
    wscfLogger.logger.trace(getClass().getSimpleName() + ".createSubordinate");
  }
  return _coordManager.createSubordinate();
}
/**
origin: org.jboss.narayana.xts/jbossxts

/**
 * Create a subordinate coordinator via the coordination control.
 */
public BACoordinator createSubordinate() throws SystemException
{
  if (wscfLogger.logger.isTraceEnabled()) {
    wscfLogger.logger.trace(getClass().getSimpleName() + ".createSubordinate");
  }
  return _coordManager.createSubordinate();
}
/**
com.arjuna.mwlabs.wscf.model.sagas.arjunacoreCoordinatorControlcreateSubordinate

Javadoc

Create a subordinate transaction, i.e., one which can be driven through complete, close and cancel. Such a transaction is not interposed with any parent transaction because the parent may be physically remote from the child. Such interposition is the responsibility of the invoker.

Popular methods of CoordinatorControl

  • <init>
  • begin
    An activity has begun and is active on the current thread.
  • complete
    The current activity is completing with the specified completion status.
  • completed
    The activity has completed and is no longer active on the current thread.
  • coordinate
    If the application requires and if the coordination protocol supports it, then this method can be us
  • currentActivity
  • currentCoordinator
  • delistParticipant
    Remove the specified participant from the coordinator's list.
  • enlistParticipant
    Enrol the specified participant with the coordinator associated with the current thread.
  • identifier
  • parentCoordinator
  • participantCannotComplete
  • parentCoordinator,
  • participantCannotComplete,
  • participantCompleted,
  • participantFaulted,
  • qualifiers,
  • resume,
  • status,
  • suspend

Popular classes and methods

  • getApplicationContext (Context)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • runOnUiThread (Activity)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Reference (javax.naming)
  • JOptionPane (javax.swing)

For IntelliJ IDEA,
Android Studio or Eclipse

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)