Interface ComponentManager<S>
- All Known Implementing Classes:
AbstractComponentManager
,ComponentFactoryImpl
,PrototypeServiceFactoryComponentManager
,ServiceFactoryComponentManager
,SingleComponentManager
public interface ComponentManager<S>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
List
<? extends ReferenceManager<S, ?>> org.osgi.framework.ServiceReference
<S> int
-
Field Details
-
STATE_UNSATISFIED_CONFIGURATION
static final int STATE_UNSATISFIED_CONFIGURATION- See Also:
-
STATE_UNSATISFIED_REFERENCE
static final int STATE_UNSATISFIED_REFERENCE- See Also:
-
STATE_SATISFIED
static final int STATE_SATISFIED- See Also:
-
STATE_ACTIVE
static final int STATE_ACTIVE- See Also:
-
STATE_DISPOSED
static final int STATE_DISPOSED- See Also:
-
-
Method Details
-
getProperties
-
getId
long getId() -
getSpecState
int getSpecState() -
getFailureReason
String getFailureReason() -
getReferenceManagers
List<? extends ReferenceManager<S,?>> getReferenceManagers() -
getRegisteredServiceReference
org.osgi.framework.ServiceReference<S> getRegisteredServiceReference()
-