|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentManager
This interface is provided so that there can be multiple implementations of managers that are responsible for managing component's lifecycle.
Field Summary |
---|
Fields inherited from interface org.apache.felix.scr.Component |
---|
STATE_ACTIVATING, STATE_ACTIVE, STATE_DEACTIVATING, STATE_DESTROYED, STATE_DISABLED, STATE_ENABLED, STATE_FACTORY, STATE_REGISTERED, STATE_UNSATISFIED |
Method Summary | |
---|---|
void |
disable()
Disable the component. |
void |
dispose()
Dispose the component. |
void |
enable()
Enable the component |
ComponentMetadata |
getComponentMetadata()
Get the component information |
void |
reconfigure()
Reconfigure the component with configuration data newly retrieved from the Configuration Admin Service. |
Methods inherited from interface org.apache.felix.scr.Component |
---|
getBundle, getClassName, getFactory, getId, getName, getProperties, getReferences, getServices, getState, isDefaultEnabled, isImmediate, isServiceFactory |
Method Detail |
---|
void enable()
enable
in interface Component
void reconfigure()
void disable()
enable()
method.
disable
in interface Component
void dispose()
ComponentMetadata getComponentMetadata()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |