public interface Service extends ServiceListener
A Service is an object that can be notified of events that occur within Nucleus.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Nucleus | 
getNucleus()
Returns the Nucleus managing this Service 
 | 
Configuration | 
getServiceConfiguration()
Returns the Configuration that was used to create this Service,
 null if there was none. 
 | 
boolean | 
isRunning()
Returns true if this Service is currently running. 
 | 
startService, stopServicestatic final java.lang.String CLASS_VERSION
Nucleus getNucleus()
Configuration getServiceConfiguration()
boolean isRunning()