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

Packages that use BundleActionEnum
org.springframework.osgi.bundle OSGi Bundle support package. 
 

Uses of BundleActionEnum in org.springframework.osgi.bundle
 

Methods in org.springframework.osgi.bundle that return BundleActionEnum
 BundleActionEnum BundleFactoryBean.getBundleAction()
          Returns the bundle action.
 BundleActionEnum BundleFactoryBean.getBundleDestroyAction()
          Returns the bundle destroy action.
static BundleActionEnum BundleActionEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BundleActionEnum[] BundleActionEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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



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