public interface ServiceState<S>
extends org.osgi.framework.ServiceRegistration<S>, org.osgi.framework.ServiceReference<S>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceState.ValueProvider<S> |
| Modifier and Type | Method and Description |
|---|---|
void |
addUsingBundle(XBundle bundleState) |
List<String> |
getClassNames() |
Dictionary<String,?> |
getPreviousProperties() |
org.osgi.framework.ServiceRegistration<S> |
getRegistration() |
S |
getScopedValue(XBundle bundle) |
long |
getServiceId() |
XBundle |
getServiceOwner() |
int |
getServiceRanking() |
Set<XBundle> |
getUsingBundlesInternal() |
boolean |
isUnregistered() |
void |
removeUsingBundle(XBundle bundle) |
void |
ungetScopedValue(XBundle bundle) |
void |
unregisterInternal() |
long getServiceId()
void ungetScopedValue(XBundle bundle)
org.osgi.framework.ServiceRegistration<S> getRegistration()
void unregisterInternal()
Dictionary<String,?> getPreviousProperties()
XBundle getServiceOwner()
void addUsingBundle(XBundle bundleState)
void removeUsingBundle(XBundle bundle)
int getServiceRanking()
boolean isUnregistered()
Copyright © 2016 JBoss by Red Hat. All rights reserved.