Stops the resource component, which usually indicates the plugin container itself is shutting down. This method is used to allow the component to disconnect from its managed resource and to clean up anything else as appropriate.
Note that this does not imply that the actual managed resource should be stopped; this only stops the plugin's resource component. To stop the actual resource, plugins must utilize the {@link OperationFacet} facetto provide an operation to stop it.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.