org.openorb.board

Interface FeatureTransferManager

public interface FeatureTransferManager

OpenORB Management Board / Feature Transfer Manager Interface

Author: Olivier Modica

Method Summary
voidexposeFeature(Plugin plugin, String objectClass, PluginFeature feature)
This method is invoked by plugin to publish a feature
PluginFeature[]getExposedFeature(String objectClass)
This method is invoked by a plugin to get all the published features for an object type

Method Detail

exposeFeature

public void exposeFeature(Plugin plugin, String objectClass, PluginFeature feature)
This method is invoked by plugin to publish a feature

getExposedFeature

public PluginFeature[] getExposedFeature(String objectClass)
This method is invoked by a plugin to get all the published features for an object type