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

  • Finding current android device location
  • setContentView (Activity)
  • setScale (BigDecimal)
  • getContentResolver (Context)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • JTextField (javax.swing)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Top 17 Plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now