Example usage for com.google.common.base Service subclass-usage

List of usage examples for com.google.common.base Service subclass-usage

Introduction

In this page you can find the example usage for com.google.common.base Service subclass-usage.

Usage

From source file org.radonix.moted.service.PreviewService.java

/**
 * Created by Radmon, 2014/12/31 0031.
 */
public class PreviewService extends Service {

    private static final String TAG = "PreviewService";

From source file org.radonix.moted.service.FileService.java

/**
 * Created by Radmon, 2014/12/31 0031.
 */
public class FileService extends Service {

    private static final String TAG = "FileService";

From source file org.openo.msb.wrapper.consul.model.health.ImmutableService.java

/**
 * Immutable implementation of {@link Service}.
 * <p>
 * Use the builder to create immutable instances:
 * {@code ImmutableService.builder()}.
 */