All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.wizards.services.RemoteRegistryServiceInt

public interface RemoteRegistryServiceInt
extends Remote

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 component) throws RemoteException
 o unregisterComponent
 public abstract void unregisterComponent(ComponentDescription component) throws RemoteException
 o getComponent
 public abstract ComponentDescription getComponent(String guid) throws RemoteException
 o getComponent
 public abstract ComponentDescription getComponent(String guid,
                                                   String installLocation) throws RemoteException
 o getComponent
 public abstract ComponentDescription getComponent(String guid,
                                                   String version,
                                                   int instance) throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index