Example usage for org.apache.commons.daemon DaemonContext interface-usage

List of usage examples for org.apache.commons.daemon DaemonContext interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.daemon DaemonContext interface-usage.

Usage

From source file com.devti.JavaXMPPBot.FakeDaemonContext.java

class FakeDaemonContext implements DaemonContext {

    private final String[] args;

    public FakeDaemonContext(String[] args) {
        this.args = args;

From source file catalina.startup.BootstrapServiceContext.java

/**
 * Context for the BootstrapService.
 *
 * @author Jean-Frederic Clere
 * @version $Revision: 1.1 $ $Date: 2002/09/16 15:36:54 $
 */

From source file org.apache.catalina.startup.BootstrapServiceContext.java

/**
 * Context for the BootstrapService.
 *
 * @author Jean-Frederic Clere
 * @version $Revision: 1.1 $ $Date: 2002/09/16 15:36:54 $
 */