| Modifier and Type | Method and Description |
|---|---|
void |
ComponentLifeCycle.activate()
Component lifecycle event occurred when component is activated.
|
void |
ComponentLifeCycle.deactivate()
Component lifecycle event occurred when component is deactivated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardSofaRuntimeManager.shutdown()
shutdown sofa runtime manager
|
void |
ComponentManagerImpl.unregister(ComponentInfo componentInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionPointComponent.activate() |
void |
ExtensionComponent.activate() |
void |
ExtensionPointComponent.deactivate() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceComponent.activate() |
void |
ReferenceComponent.activate() |
void |
ServiceComponent.deactivate() |
void |
ReferenceComponent.exception(Exception e) |
void |
ServiceComponent.unregister() |
void |
ReferenceComponent.unregister() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractComponent.activate() |
void |
Component.activate()
activate component
|
void |
AbstractComponent.deactivate() |
void |
Component.deactivate()
deactivate component
|
void |
AbstractComponent.exception(Exception e) |
void |
Component.exception(Exception e)
create an exception to describe error
|
void |
SofaRuntimeManager.shutdown()
shutdown manager
|
void |
AbstractComponent.unregister() |
void |
Component.unregister()
unregister component
|
void |
ComponentManager.unregister(ComponentInfo componentInfo)
remove component in this manager
|
void |
AbstractComponent.unresolve() |
void |
Component.unresolve()
unresolve component
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpringContextComponent.activate() |
Copyright © 2021. All rights reserved.