public interface IInternalService extends IService
EMPTY_SERVICES
Modifier and Type | Method and Description |
---|---|
void |
createServiceIdentifier(String name,
Class<?> implclazz,
IResourceIdentifier rid,
Class<?> type)
Set the service identifier.
|
IFuture<Void> |
shutdownService()
Shutdown the service.
|
IFuture<Void> |
startService()
Start the service.
|
getPropertyMap, getServiceIdentifier, isValid
IFuture<Void> startService()
IFuture<Void> shutdownService()
void createServiceIdentifier(String name, Class<?> implclazz, IResourceIdentifier rid, Class<?> type)
Copyright © 2012. All Rights Reserved.