public interface BundleComponentUpdater
Modifier and Type | Method and Description |
---|---|
void |
removeBundleComponent()
Removes the currently deployed NERV default JMS component and brings up the default JMS component described in the NERV properties file.
|
void |
updateComponent(org.apache.camel.Component component)
Updates NERV default JMS component with a
Component deployed by the user. |
void updateComponent(org.apache.camel.Component component)
Component
deployed by the user.
This method is invoked by NERV when a default JMS component bundle is installedcomponent
- A user deployed NERV default JMS componentvoid removeBundleComponent()