JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.kamikazejam.kamicommon.util.interfaces
Service
Contents
Description
Method Summary
Method Details
start()
shutdown()
isRunning()
Hide sidebar
Show sidebar
Interface Service
All Known Implementing Classes:
RedisMonitor
public interface
Service
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isRunning
()
boolean
shutdown
()
boolean
start
()
Method Details
start
boolean
start
()
shutdown
boolean
shutdown
()
isRunning
boolean
isRunning
()