AbstractComponentManager, ComponentFactoryImpl, PrototypeServiceFactoryComponentManager, ServiceFactoryComponentManager, SingleComponentManagerpublic interface ComponentManager<S>
| Modifier and Type | Field | Description |
|---|---|---|
static int |
STATE_ACTIVE |
|
static int |
STATE_DISABLED |
|
static int |
STATE_DISPOSED |
|
static int |
STATE_SATISFIED |
|
static int |
STATE_UNSATISFIED_CONFIGURATION |
|
static int |
STATE_UNSATISFIED_REFERENCE |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getId() |
|
Map<String,Object> |
getProperties() |
|
List<? extends ReferenceManager<S,?>> |
getReferenceManagers() |
|
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
static final int STATE_DISABLED
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.