com.francetelecom.admindm.osgi
Class BundleInfo

java.lang.Object
  extended by com.francetelecom.admindm.osgi.BundleInfo

public class BundleInfo
extends java.lang.Object

Author:
mpcy8647

Constructor Summary
BundleInfo(org.osgi.framework.Bundle pBundle)
          Instantiates a new bundle info.
 
Method Summary
 java.lang.String getBundleLocation()
          Gets the bundle location.
 void restoreBundleState()
          Restore bundle state.
 void startBundle()
          Start bundle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleInfo

public BundleInfo(org.osgi.framework.Bundle pBundle)
Instantiates a new bundle info.

Parameters:
pBundle - the bundle
Method Detail

startBundle

public void startBundle()
                 throws org.osgi.framework.BundleException
Start bundle.

Throws:
org.osgi.framework.BundleException - the bundle exception

restoreBundleState

public void restoreBundleState()
Restore bundle state.


getBundleLocation

public java.lang.String getBundleLocation()
Gets the bundle location.

Returns:
the bundle location


Copyright © 2011 FranceTelecom. All Rights Reserved.