TransactionFactoryImple.numberOfTransactions
Code IndexAdd Codota to your IDE (free)

Best code snippets using com.arjuna.ats.internal.jts.orbspecific.TransactionFactoryImple.numberOfTransactions(Showing top 1 results out of 315)

  • Common ways to obtain TransactionFactoryImple
private void myMethod () {
TransactionFactoryImple t =
  • OTSImpleManager.factory()
  • new TransactionFactoryImple()
  • AI code suggestions by Codota
}
origin: jbosstm/narayana

  factory.numberOfTransactions(TransactionType.TransactionTypeActive);
  txId = factory.numberOfTransactions(TransactionType.TransactionTypeActive);
assertEquals(info.numberOfHeuristics, 0);
factory.numberOfTransactions(TransactionType.TransactionTypeUnresolved);
com.arjuna.ats.internal.jts.orbspecificTransactionFactoryImplenumberOfTransactions

Javadoc

Now methods to return the identities of the currently running transactions, and those which have terminated but left entries in the object store. WARNING: these methods should be used sparingly since they *must* lock the transaction database while examining it, and this will prevent any new transactions from being created/started.

Popular methods of TransactionFactoryImple

  • <init>
  • createLocal
    This creates a local instance of a transaction control, but does not register it with the ORB. Eithe
  • createProxy
  • getCurrentStatus
  • getOSStatus
  • getReference
  • getStatus
  • getTransaction
  • getTransactionInfo
  • activeTransactions
  • create_subtransaction
    Non-idl methods, but we put them here because they are related to the work the factory does.
  • recreateLocal
    In Arjuna we can do low-cost nested aborts at clients which do not involve telling servers. The serv
  • create_subtransaction,
  • recreateLocal,
  • unresolvedTransactions,
  • getHeuristicStatus,
  • create,
  • createPropagatedControl,
  • getChildTransactions,
  • getGlobalInfo,
  • recreate

Popular classes and methods

  • getApplicationContext (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • Kernel (java.awt.image)
  • File (java.io)
    LocalStorage based File implementation for GWT. Should probably have used Harmony as a starting poin
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Path (java.nio.file)
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on *
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t

For IntelliJ IDEA and
Android Studio

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