public interface ServiceRegistrationManager
Modifier and Type | Method and Description |
---|---|
Object |
getService()
returns the registered service
|
OpaqueResource |
getServiceProfile()
returns the service profile associated with the service.
|
void |
setDisabled(boolean disabled)
set to true if we want to disable service registration.
|
void |
setEndpoint(Endpoint endpoint)
service endpoint.
|
void |
setService(Object service)
service to register.
|
void setService(Object service)
service
- service instancevoid setEndpoint(Endpoint endpoint)
endpoint
- service endpointvoid setDisabled(boolean disabled)
disabled
- OpaqueResource getServiceProfile()
Object getService()
Copyright © 2019. All rights reserved.