Details
Description
Now if user want to get a specific bundle's status (Active, Resolved, ...), the only MBean operation can be used is list(), but it return TabularData for all of the installed bundles, user has to process the TabularData.
Maybe a new operation — getStatus(bundle name/bundle id) should be provided in the Bundle MBean for user easily get one specific bundle's status.