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> |
setComponentAccess(IInternalAccess access)
Sets the access for the component.
|
IFuture<Void> |
shutdownService()
Shutdown the service.
|
IFuture<Void> |
startService()
Start the service.
|
getPropertyMap, getServiceIdentifier, isValid
addNFProperty, getNFAllPropertyNames, getNFPropertyMetaInfo, getNFPropertyMetaInfos, getNFPropertyNames, getNFPropertyValue, getNFPropertyValue, removeNFProperty, shutdownNFPropertyProvider
addMethodNFProperty, getMethodNFAllPropertyNames, getMethodNFPropertyMetaInfo, getMethodNFPropertyMetaInfos, getMethodNFPropertyMetaInfos, getMethodNFPropertyNames, getMethodNFPropertyValue, getMethodNFPropertyValue, removeMethodNFProperty, shutdownNFPropertyProvider
IFuture<Void> startService()
IFuture<Void> shutdownService()
IFuture<Void> setComponentAccess(IInternalAccess access)
access
- Component access.void createServiceIdentifier(String name, Class<?> implclazz, IResourceIdentifier rid, Class<?> type)
Copyright © 2013. All Rights Reserved.