com.ibm.wsspi.kernel.feature
Interface FeatureProvisioner


public interface FeatureProvisioner

This class is the SPI interface for the Feature Manager, allowing a restricted set of methods to control certain aspects of the feature lifecycle.


Method Summary
 void refreshFeatures()
          This method rescans the feature directories and provisions any new auto features whose requirements are satisfied, and de-provisions any whose requirements are no longer satisfied, since the server started.
 

Method Detail

refreshFeatures

void refreshFeatures()
This method rescans the feature directories and provisions any new auto features whose requirements are satisfied, and de-provisions any whose requirements are no longer satisfied, since the server started.