All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.wizards.services.RemoteRegistryServiceProxy

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

public class RemoteRegistryServiceProxy
extends Object
implements RemoteRegistryServiceInt, Service

Constructor Index

 o RemoteRegistryServiceProxy()

Method Index

 o close()
Closes this service.
 o exportService()
This object exports itself via UnicastRemoteObject.exportObject(this) so that it can be used through RMI in other VMs.
 o getComponent(String)
 o getComponent(String, String)
 o getComponent(String, String, int)
 o isExported()
 o registerComponent(ComponentDescription)
 o unregisterComponent(ComponentDescription)

Constructors

 o RemoteRegistryServiceProxy
 public RemoteRegistryServiceProxy()

Methods

 o exportService
 public void exportService()
This object exports itself via UnicastRemoteObject.exportObject(this) so that it can be used through RMI in other VMs.

 o isExported
 public boolean isExported()
 o registerComponent
 public void registerComponent(ComponentDescription 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)
 o close
 public void close()
Closes this service. This should be called before attempting to exit the wizard.


All Packages  Class Hierarchy  This Package  Previous  Next  Index