2010年12月21日火曜日

5.2.10 サービスに関する情報 (Information About Services)

Bundle インターフェースには, バンドルのサービス使用状況に関する情報を取得するための二つのメソッドがある.

The Bundle interface defines these two methods for returning information pertaining to service usage of the bundles:

  • getRegisteredServices() ─ バンドルがフレームワークに登録した ServiceReference オブジェクトを返す.
  • getServicesInUse() ─ バンドルが現在使用中の ServiceReference オブジェクトを返す.


  • getRegisteredServices() - Returns the ServiceReference objects that the bundle has registered with the Framework.
  • getServicesInUse() - Returns the ServiceReference objects that the bundle is currently using.