public interface IService
Modifier and Type | Field and Description |
---|---|
static IService[] |
EMPTY_SERVICES
Empty service array.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getPropertyMap()
Get the map of properties (considered as constant).
|
IServiceIdentifier |
getServiceIdentifier()
Get the service identifier.
|
IFuture<java.lang.Boolean> |
isValid()
Test if the service is valid.
|
static final IService[] EMPTY_SERVICES
IServiceIdentifier getServiceIdentifier()
IFuture<java.lang.Boolean> isValid()
java.util.Map<java.lang.String,java.lang.Object> getPropertyMap()