List of usage examples for javax.management MBeanRegistration interface-usage
From source file com.frameworkset.commons.dbcp2.BasicDataSource.java
/**
* <p>Basic implementation of <code>javax.sql.DataSource</code> that is
* configured via JavaBeans properties. This is not the only way to
* combine the <em>commons-dbcp</em> and <em>commons-pool</em> packages,
* but provides a "one stop shopping" solution for basic requirements.</p>
*
From source file org.apache.catalina.core.ContainerBase.java
/**
* Abstract implementation of the <b>Container</b> interface, providing common
* functionality required by nearly every implementation. Classes extending
* this base class must implement <code>getInfo()</code>, and may implement
* a replacement for <code>invoke()</code>.
* <p>
From source file JDBCPool.dbcp.demo.sourcecode.BasicDataSource.java
/**
* <p>Basic implementation of <code>javax.sql.DataSource</code> that is
* configured via JavaBeans properties. This is not the only way to
* combine the <em>commons-dbcp</em> and <em>commons-pool</em> packages,
* but provides a "one stop shopping" solution for basic requirements.</p>
*
From source file org.apache.catalina.core.StandardDefaultContext.java
/**
* Used to store the default configuration a Host will use
* when creating a Context. A Context configured in server.xml
* can override these defaults by setting the Context attribute
* <CODE>override="true"</CODE>.
*
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
From source file com.cyberway.issue.crawler.Heritrix.java
/**
* Main class for Heritrix crawler.
*
* Heritrix is usually launched by a shell script that backgrounds heritrix
* that redirects all stdout and stderr emitted by heritrix to a log file. So
* that startup messages emitted subsequent to the redirection of stdout and