Uses of Class
org.springframework.osgi.bundle.BundleAction

Packages that use BundleAction
org.springframework.osgi.bundle Osgi Bundle support package. 
 

Uses of BundleAction in org.springframework.osgi.bundle
 

Fields in org.springframework.osgi.bundle declared as BundleAction
static BundleAction BundleAction.INSTALL
          Install bundle.
static BundleAction BundleAction.START
          Start bundle.
static BundleAction BundleAction.STOP
          Stop bundle.
static BundleAction BundleAction.UNINSTALL
          Uninstall bundle.
static BundleAction BundleAction.UPDATE
          Update bundle.
 

Methods in org.springframework.osgi.bundle that return BundleAction
 BundleAction BundleFactoryBean.getAction()
          Returns the action.
 BundleAction BundleFactoryBean.getDestroyAction()
          Returns the destroyAction.
 

Methods in org.springframework.osgi.bundle with parameters of type BundleAction
protected  void BundleFactoryBean.executeAction(BundleAction action)
           
 void BundleFactoryBean.setAction(BundleAction action)
          Action to execute at startup.
 void BundleFactoryBean.setDestroyAction(BundleAction action)
          Action to execute at shutdown.
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.