Tabnine Logo
Broker.getPreparedTransactions
Code IndexAdd Tabnine to your IDE (free)

How to use
getPreparedTransactions
method
in
org.apache.activemq.broker.Broker

Best Java code snippets using org.apache.activemq.broker.Broker.getPreparedTransactions (Showing top 15 results out of 315)

origin: apache/activemq

@Override
public TransactionId[] getPreparedTransactions(ConnectionContext context) throws Exception {
  return getNext().getPreparedTransactions(context);
}
origin: apache/activemq

@Override
public Response processRecoverTransactions(TransactionInfo info) throws Exception {
  TransportConnectionState cs = lookupConnectionState(info.getConnectionId());
  context = cs.getContext();
  TransactionId[] preparedTransactions = broker.getPreparedTransactions(context);
  return new DataArrayResponse(preparedTransactions);
}
origin: apache/activemq

Broker broker = multiKahaDBPersistenceAdapter.getBrokerService().getBroker();
for (TransactionId txid : broker.getPreparedTransactions(null)) {
  if (multiKahaDBPersistenceAdapter.isLocalXid(txid)) {
    try {
origin: pierre/meteo

public TransactionId[] getPreparedTransactions(ConnectionContext context) throws Exception {
  return next.getPreparedTransactions(context);
}
origin: org.apache.activemq/activemq-broker

@Override
public TransactionId[] getPreparedTransactions(ConnectionContext context) throws Exception {
  return getNext().getPreparedTransactions(context);
}
origin: org.apache.activemq/activemq-all

@Override
public TransactionId[] getPreparedTransactions(ConnectionContext context) throws Exception {
  return getNext().getPreparedTransactions(context);
}
origin: org.apache.activemq/activemq-osgi

@Override
public TransactionId[] getPreparedTransactions(ConnectionContext context) throws Exception {
  return getNext().getPreparedTransactions(context);
}
origin: pierre/meteo

public TransactionId[] getPreparedTransactions(ConnectionContext context) throws Exception {
  return getNext().getPreparedTransactions(context);
}
origin: org.apache.activemq/activemq-broker

@Override
public Response processRecoverTransactions(TransactionInfo info) throws Exception {
  TransportConnectionState cs = lookupConnectionState(info.getConnectionId());
  context = cs.getContext();
  TransactionId[] preparedTransactions = broker.getPreparedTransactions(context);
  return new DataArrayResponse(preparedTransactions);
}
origin: org.apache.activemq/activemq-all

@Override
public Response processRecoverTransactions(TransactionInfo info) throws Exception {
  TransportConnectionState cs = lookupConnectionState(info.getConnectionId());
  context = cs.getContext();
  TransactionId[] preparedTransactions = broker.getPreparedTransactions(context);
  return new DataArrayResponse(preparedTransactions);
}
origin: org.apache.activemq/activemq-osgi

@Override
public Response processRecoverTransactions(TransactionInfo info) throws Exception {
  TransportConnectionState cs = lookupConnectionState(info.getConnectionId());
  context = cs.getContext();
  TransactionId[] preparedTransactions = broker.getPreparedTransactions(context);
  return new DataArrayResponse(preparedTransactions);
}
origin: pierre/meteo

public Response processRecoverTransactions(TransactionInfo info) throws Exception {
  TransportConnectionState cs = lookupConnectionState(info.getConnectionId());
  context = cs.getContext();
  TransactionId[] preparedTransactions = broker.getPreparedTransactions(context);
  return new DataArrayResponse(preparedTransactions);
}
origin: org.apache.activemq/activemq-all

Broker broker = multiKahaDBPersistenceAdapter.getBrokerService().getBroker();
for (TransactionId txid : broker.getPreparedTransactions(null)) {
  if (multiKahaDBPersistenceAdapter.isLocalXid(txid)) {
    try {
origin: org.apache.activemq/activemq-kahadb-store

Broker broker = multiKahaDBPersistenceAdapter.getBrokerService().getBroker();
for (TransactionId txid : broker.getPreparedTransactions(null)) {
  if (multiKahaDBPersistenceAdapter.isLocalXid(txid)) {
    try {
origin: org.apache.activemq/activemq-osgi

Broker broker = multiKahaDBPersistenceAdapter.getBrokerService().getBroker();
for (TransactionId txid : broker.getPreparedTransactions(null)) {
  if (multiKahaDBPersistenceAdapter.isLocalXid(txid)) {
    try {
org.apache.activemq.brokerBrokergetPreparedTransactions

Javadoc

Gets a list of all the prepared xa transactions.

Popular methods of Broker

  • getAdaptor
    Get a Broker from the Broker Stack that is a particular class
  • getDestinationMap
    return a reference destination map of a region based on the destination type
  • removeDestination
  • commitTransaction
    Commits a transaction.
  • forgetTransaction
    Forgets a transaction.
  • getBrokerService
  • getClients
  • getDestinations
  • getVmConnectorURI
  • removeConsumer
  • acknowledge
  • addBroker
    A remote Broker connects
  • acknowledge,
  • addBroker,
  • addConnection,
  • addConsumer,
  • addDestination,
  • addDestinationInfo,
  • addProducer,
  • addSession,
  • beginTransaction

Popular in Java

  • Reading from database using SQL prepared statement
  • getSystemService (Context)
  • getSupportFragmentManager (FragmentActivity)
  • startActivity (Activity)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • JComboBox (javax.swing)
  • Top Sublime Text 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