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

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

Introduction

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

Usage

From source file com.seanbright.osgi.launcher.Daemon.java

public class Daemon implements org.apache.commons.daemon.Daemon {
    private DaemonContext context;
    private FrameworkFactory factory;
    private FrameworkThread thread;

    private Map<String, String> frameworkProps;

From source file org.codekaizen.daemon.play.PlayDaemon.java

/**
 * Provides a wrapper for <code>play.core.server.NettyServer</code>
 * so running of a Play Framework 2.0 app can be managed by Apache Commons Daemon.
 *
 * @author  <a href="mailto:kbrockhoff@codekaizen.org">Kevin Brockhoff</a>
 */

From source file quarks.freeautomaticbridg.CommunicationServer.java

/**
 *
 * @author eobs
 */
public class CommunicationServer implements Daemon, HtmlRequest {

From source file com.yahoo.sshd.server.Sshd.java

public class Sshd implements Daemon, Runnable {
    @SuppressWarnings("unused")
    private static final Logger LOGGER = LoggerFactory.getLogger(Sshd.class);

    /*
     * ================================= Main class implementation =================================

From source file com.pte.liquid.LiquidElastic.java

@SpringBootApplication
@ImportResource({ "jms-application-context.xml" })
public class LiquidElastic implements Daemon {

    private static ConfigurableApplicationContext ctx;
    private final static Logger logger = LoggerFactory.getLogger(LiquidElastic.class);

From source file org.apache.hadoop.hdfs.nfs.nfs3.PrivilegedNfsGatewayStarter.java

/**
 * This class is used to allow the initial registration of the NFS gateway with
 * the system portmap daemon to come from a privileged (&lt; 1024) port. This is
 * necessary on certain operating systems to work around this bug in rpcbind:
 * 
 * Red Hat: https://bugzilla.redhat.com/show_bug.cgi?id=731542

From source file fi.ilmoeuro.membertrack.elock.ElockDaemon.java

@Log
public class ElockDaemon implements Daemon {

    private @Nullable ElockSystem system;

    @SuppressWarnings("argument.type.incompatible")

From source file org.openscada.da.utils.daemon.ExporterDaemon.java

/**
 * Wrapping the exporter controller into a jakarta daemon
 * 
 * @see Daemon
 * @author Jens Reimann
 */

From source file org.red5.daemon.EngineLauncher.java

/**
 * Launch the Engine from a variety of sources, either through a main() or invoked through Apache Daemon.
 */
public class EngineLauncher implements Daemon {

    private static Logger log = LoggerFactory.getLogger(EngineLauncher.class);

From source file ar.com.nanotaboada.java.samples.daemon.Program.java

public class Program implements Daemon {
    private static final String _msg = "The quick brown fox jumps over the lazy dog.";

    public static void main(String[] args) {
    }