public abstract class WhiteboardServiceInfo<T> extends AbstractInfo<T>
| Constructor and Description |
|---|
WhiteboardServiceInfo(int ranking) |
WhiteboardServiceInfo(int ranking,
long serviceId) |
WhiteboardServiceInfo(org.osgi.framework.ServiceReference<T> ref) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextSelection() |
org.osgi.framework.Filter |
getContextSelectionFilter() |
boolean |
isValid() |
compareTo, equals, getBooleanProperty, getInitParams, getRanking, getServiceId, getServiceReference, getStringArrayProperty, getStringProperty, getTarget, hashCode, isEmpty, isEmptypublic WhiteboardServiceInfo(org.osgi.framework.ServiceReference<T> ref)
public WhiteboardServiceInfo(int ranking)
public WhiteboardServiceInfo(int ranking,
long serviceId)
public boolean isValid()
isValid in class AbstractInfo<T>public String getContextSelection()
public org.osgi.framework.Filter getContextSelectionFilter()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.