public class ServiceTuple<T> extends Object implements Comparable<ServiceTuple<T>>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ServiceTuple<T> o) |
void |
dispose() |
boolean |
equals(Object o) |
org.apache.aries.component.dsl.CachingServiceReference<T> |
getCachingServiceReference() |
T |
getService() |
org.osgi.framework.ServiceObjects<T> |
getServiceObjects() |
int |
hashCode() |
boolean |
isAvailable() |
void |
refresh() |
public int compareTo(ServiceTuple<T> o)
compareTo
in interface Comparable<ServiceTuple<T>>
public void dispose()
public void refresh()
public T getService()
public org.osgi.framework.ServiceObjects<T> getServiceObjects()
public org.apache.aries.component.dsl.CachingServiceReference<T> getCachingServiceReference()
public boolean isAvailable()
Copyright © 2021 The Apache Software Foundation. All rights reserved.