All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.wizards.services.RegistryService

public interface RegistryService

Method Index

 o getComponent(String)
 o getComponent(String, String)
 o getComponent(String, String, int)
 o registerComponent(ComponentDescription)
 o unregisterComponent(ComponentDescription)

Methods

 o registerComponent
 public abstract void registerComponent(ComponentDescription product)
 o unregisterComponent
 public abstract void unregisterComponent(ComponentDescription product)
 o getComponent
 public abstract ComponentDescription getComponent(String guid)
 o getComponent
 public abstract ComponentDescription getComponent(String guid,
                                                   String installLocation)
 o getComponent
 public abstract ComponentDescription getComponent(String guid,
                                                   String version,
                                                   int instance)

All Packages  Class Hierarchy  This Package  Previous  Next  Index