public interface ComponentManager<S>
Modifier and Type | Field and Description |
---|---|
static int |
STATE_ACTIVE |
static int |
STATE_DISPOSED |
static int |
STATE_SATISFIED |
static int |
STATE_UNSATISFIED_CONFIGURATION |
static int |
STATE_UNSATISFIED_REFERENCE |
Modifier and Type | Method and Description |
---|---|
String |
getFailureReason() |
long |
getId() |
Map<String,Object> |
getProperties() |
List<? extends ReferenceManager<S,?>> |
getReferenceManagers() |
org.osgi.framework.ServiceReference<S> |
getRegisteredServiceReference() |
int |
getSpecState() |
static final int STATE_UNSATISFIED_CONFIGURATION
static final int STATE_UNSATISFIED_REFERENCE
static final int STATE_SATISFIED
static final int STATE_ACTIVE
static final int STATE_DISPOSED
long getId()
int getSpecState()
String getFailureReason()
List<? extends ReferenceManager<S,?>> getReferenceManagers()
org.osgi.framework.ServiceReference<S> getRegisteredServiceReference()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.