All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.wizards.services.RemoteRegistryService

java.lang.Object
   |
   +----com.sun.wizards.services.RemoteRegistryService

public class RemoteRegistryService
extends Object
implements RegistryService

Constructor Index

 o RemoteRegistryService(RemoteRegistryServiceInt)

Method Index

 o getComponent(String)
 o getComponent(String, String)
 o getComponent(String, String, int)
 o registerComponent(ComponentDescription)
Register a component.
 o unregisterComponent(ComponentDescription)

Constructors

 o RemoteRegistryService
 public RemoteRegistryService(RemoteRegistryServiceInt registryProxy)

Methods

 o registerComponent
 public void registerComponent(ComponentDescription component)
Register a component.

 o unregisterComponent
 public void unregisterComponent(ComponentDescription component)
 o getComponent
 public ComponentDescription getComponent(String guid)
 o getComponent
 public ComponentDescription getComponent(String guid,
                                          String installLocation)
 o getComponent
 public ComponentDescription getComponent(String guid,
                                          String version,
                                          int instance)

All Packages  Class Hierarchy  This Package  Previous  Next  Index