Example usage for javax.management NotificationBroadcasterSupport subclass-usage

List of usage examples for javax.management NotificationBroadcasterSupport subclass-usage

Introduction

In this page you can find the example usage for javax.management NotificationBroadcasterSupport subclass-usage.

Usage

From source file org.lealone.cluster.service.StorageService.java

/**
 * This abstraction contains the token/identifier of this node
 * on the identifier space. This token gets gossiped around.
 * This class will also maintain histograms of the load information
 * of other nodes in the cluster.
 * 

From source file org.archive.crawler.admin.CrawlJob.java

/**
 * A CrawlJob encapsulates a 'crawl order' with any and all information and
 * methods needed by a CrawlJobHandler to accept and execute them.
 *
 * <p>A given crawl job may also be a 'profile' for a crawl. In that case it
 * should not be executed as a crawl but can be edited and used as a template

From source file com.cyberway.issue.crawler.admin.CrawlJob.java

/**
 * A CrawlJob encapsulates a 'crawl order' with any and all information and
 * methods needed by a CrawlJobHandler to accept and execute them.
 *
 * <p>A given crawl job may also be a 'profile' for a crawl. In that case it
 * should not be executed as a crawl but can be edited and used as a template