The interface to provide access to supported Pluggable Features implemented
purely on the client side (asadmin). The server side equivalent of this
class is com.sun.enterprise.server.pluggable.PluggableFeatureFactors
and is not available to asadmin.
Various editions of the product may provide varied implementation for
same feature. This interface has different implementation for every
product edition. Every method in this interface provides access to
implementation of a pluggable feature. The pattern for this class is
to define getter methods for every pluggable feature, where a pluggable
feature is a java interface. |