BasicBootstrap code example explanation

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1898

This topic has not yet been written. The content below is from the topic description.
The shutdown hook ensures that when the JVM exits, all of the beans are undeployed in the correct order. The public deploy/undeploy methods delegate to the BasicXMLDeployer so that beans declared in jboss-beans.xml can be deployed and undeployed. Finally references to the Microcontainer controller and bus are restored, so you can look up bean references by name and access them directly or indirectly as necessary.