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

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

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

origin: apache/activemq

@Override
public void gc() {
  next.gc();
  Broker brokers[] = getListeners();
  for (int i = 0; i < brokers.length; i++) {
    brokers[i].gc();
  }
}
origin: apache/activemq

@Override
public void gc() {
  getNext().gc();
}
origin: apache/activemq

@Override
public void gc() throws Exception {
  brokerService.getBroker().gc();
  try {
    brokerService.getPersistenceAdapter().checkpoint(true);
  } catch (IOException e) {
    LOG.error("Failed to checkpoint persistence adapter on gc request", e);
  }
}
origin: pierre/meteo

public void gc() {
  next.gc();
}
origin: org.apache.activemq/activemq-broker

@Override
public void gc() {
  next.gc();
  Broker brokers[] = getListeners();
  for (int i = 0; i < brokers.length; i++) {
    brokers[i].gc();
  }
}
origin: org.apache.activemq/activemq-all

@Override
public void gc() {
  next.gc();
  Broker brokers[] = getListeners();
  for (int i = 0; i < brokers.length; i++) {
    brokers[i].gc();
  }
}
origin: org.apache.activemq/activemq-osgi

@Override
public void gc() {
  next.gc();
  Broker brokers[] = getListeners();
  for (int i = 0; i < brokers.length; i++) {
    brokers[i].gc();
  }
}
origin: pierre/meteo

@Override
public void gc() {
  next.gc();
  Broker brokers[] = getListeners();
  for (int i = 0; i < brokers.length; i++) {
    brokers[i].gc();
  }
}
origin: pierre/meteo

public void gc() throws Exception {
  brokerService.getBroker().gc();
}
origin: org.apache.activemq/activemq-broker

@Override
public void gc() {
  getNext().gc();
}
origin: org.apache.activemq/activemq-osgi

@Override
public void gc() {
  getNext().gc();
}
origin: org.apache.activemq/activemq-all

@Override
public void gc() {
  getNext().gc();
}
origin: pierre/meteo

public void gc() {
  getNext().gc();
}
origin: org.apache.activemq/activemq-all

@Override
public void gc() throws Exception {
  brokerService.getBroker().gc();
  try {
    brokerService.getPersistenceAdapter().checkpoint(true);
  } catch (IOException e) {
    LOG.error("Failed to checkpoint persistence adapter on gc request", e);
  }
}
origin: org.apache.activemq/activemq-broker

@Override
public void gc() throws Exception {
  brokerService.getBroker().gc();
  try {
    brokerService.getPersistenceAdapter().checkpoint(true);
  } catch (IOException e) {
    LOG.error("Failed to checkpoint persistence adapter on gc request", e);
  }
}
origin: org.apache.activemq/activemq-osgi

@Override
public void gc() throws Exception {
  brokerService.getBroker().gc();
  try {
    brokerService.getPersistenceAdapter().checkpoint(true);
  } catch (IOException e) {
    LOG.error("Failed to checkpoint persistence adapter on gc request", e);
  }
}
org.apache.activemq.brokerBrokergc

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
  • getPreparedTransactions
    Gets a list of all the prepared xa transactions.
  • getVmConnectorURI
  • removeConsumer
  • acknowledge
  • removeConsumer,
  • acknowledge,
  • addBroker,
  • addConnection,
  • addConsumer,
  • addDestination,
  • addDestinationInfo,
  • addProducer,
  • addSession,
  • beginTransaction

Popular in Java

  • Reactive rest calls using spring rest template
  • findViewById (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • getResourceAsStream (ClassLoader)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • CodeWhisperer alternatives
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