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 |
---|---|
java.lang.String |
getFailureReason() |
long |
getId() |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
java.util.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
java.util.Map<java.lang.String,java.lang.Object> getProperties()
long getId()
int getSpecState()
java.lang.String getFailureReason()
java.util.List<? extends ReferenceManager<S,?>> getReferenceManagers()
org.osgi.framework.ServiceReference<S> getRegisteredServiceReference()