Java com.google.common.base Service fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.base Service fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.base Service.

The text is from its open source code.

Subclass

com.google.common.base.Service has subclasses.
Click this link to see all its subclasses.

Implementation

com.google.common.base.Service has the following implementations.
Click this link to see all its implementation.

Method

ClassgetClass()
Returns the runtime class of this Object .
booleanisRunning()
Returns true if this service is State#RUNNING running .
Futurestart()
If the service state is State#NEW , this initiates service startup and returns immediately.
Statestate()
Returns the lifecycle state of the service.
Futurestop()
If the service is State#STARTING or State#RUNNING , this initiates service shutdown and returns immediately.