public interface ServiceProxy<SERVICE_INTERFACE>
| Modifier and Type | Method and Description |
|---|---|
boolean |
addServiceListener(ServiceListener<SERVICE_INTERFACE> listener)
Adds the given listener with a weak reference
|
SERVICE_INTERFACE |
get() |
String |
getServiceEndpointId() |
Class<?> |
getServiceImplementationClass()
the concrete class of the service instance that has been registered
|
Class<SERVICE_INTERFACE> |
getServiceInterface() |
boolean |
isServiceAvailable() |
boolean |
removeServiceListener(ServiceListener<SERVICE_INTERFACE> listener) |
SERVICE_INTERFACE get()
String getServiceEndpointId()
Class<?> getServiceImplementationClass()
Class<SERVICE_INTERFACE> getServiceInterface()
boolean isServiceAvailable()
boolean addServiceListener(ServiceListener<SERVICE_INTERFACE> listener)
boolean removeServiceListener(ServiceListener<SERVICE_INTERFACE> listener)
Copyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.