public interface Service
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getServiceName()
Retrieves a unique string identifying this service.
|
java.lang.String getServiceName()
Note that this identifier must conform to an ENUM convention: upper case only, underscore for space.
A service MUST not alter its identifier once it has been registered.