Example usage for com.google.common.util.concurrent Service interface-usage

List of usage examples for com.google.common.util.concurrent Service interface-usage

Introduction

In this page you can find the example usage for com.google.common.util.concurrent Service interface-usage.

Usage

From source file com.stackframe.sarariman.xmpp.XMPPServer.java

/**
 *
 * @author mcculley
 */
public interface XMPPServer extends Service {

From source file com.aef.TicketAckProcessor.java

/**
 * @author agile-development-group
 *
 */
public interface TicketAckProcessor extends Service {

From source file com.aef.TicketGenerator.java

/**
 * @author agile-development-group
 *
 */
public interface TicketGenerator extends Service {
    /**

From source file com.pva.QueryGenerator.java

/**
 * @author agile-development-group
 * @author mhutchison@parallax.com
 *
 */
public interface QueryGenerator extends Service {

From source file com.eventsourcing.hlc.PhysicalTimeProvider.java

/**
 * PhysicalTimeProvider interface allows connecting different implementations
 * of NTP 64-bit timestamps
 */
public interface PhysicalTimeProvider extends Service {

From source file io.pravega.service.server.Writer.java

/**
 * Defines a component that pulls data from an OperationLog and writes it to a Storage. This is a background service that
 * does not expose any APIs, except for those controlling its lifecycle.
 */
public interface Writer extends Service, AutoCloseable {
    @Override

From source file io.pravega.segmentstore.server.Writer.java

/**
 * Defines a component that pulls data from an OperationLog and writes it to a Storage. This is a background service that
 * does not expose any APIs, except for those controlling its lifecycle.
 */
public interface Writer extends Service, AutoCloseable {
    @Override

From source file io.pravega.service.server.Container.java

/**
 * Defines a Container that can encapsulate a runnable component.
 * Has the ability to Start and Stop processing at any given time.
 */
public interface Container extends Service, AutoCloseable {
    /**

From source file com.eventsourcing.LockProvider.java

/**
 * Provides a mechanism for locks (see {@link Lock})
 */
public interface LockProvider extends Service {

    /**

From source file io.pravega.segmentstore.server.Container.java

/**
 * Defines a Container that can encapsulate a runnable component.
 * Has the ability to Start and Stop processing at any given time.
 */
public interface Container extends Service, AutoCloseable {
    /**