FileDocCategorySizeDatePackage
ClientPluggableFeatureFactory.javaAPI DocGlassfish v2 API3242Fri May 04 22:24:30 BST 2007com.sun.enterprise.admin.pluggable

ClientPluggableFeatureFactory

public interface ClientPluggableFeatureFactory
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.

Fields Summary
public static final String
PLUGGABLE_FEATURES_PROPERTY_NAME
Name of the property used to define pluggable features list.
Constructors Summary
Methods Summary
public com.sun.enterprise.diagnostics.DiagnosticAgentgetDiagnosticAgent()

public com.sun.enterprise.admin.servermgmt.DomainsManagergetDomainsManager()
Get access to the DomainsManager which is used to create a domain from templates.