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
-
RemoteRegistryServiceProxy()
-
-
close()
- Closes this service.
-
exportService()
- This object exports itself via
UnicastRemoteObject.exportObject(this) so
that it can be used through RMI in other VMs.
-
getComponent(String)
-
-
getComponent(String, String)
-
-
getComponent(String, String, int)
-
-
isExported()
-
-
registerComponent(ComponentDescription)
-
-
unregisterComponent(ComponentDescription)
-
RemoteRegistryServiceProxy
public RemoteRegistryServiceProxy()
exportService
public void exportService()
- This object exports itself via
UnicastRemoteObject.exportObject(this) so
that it can be used through RMI in other VMs.
isExported
public boolean isExported()
registerComponent
public void registerComponent(ComponentDescription component)
unregisterComponent
public void unregisterComponent(ComponentDescription component)
getComponent
public ComponentDescription getComponent(String guid)
getComponent
public ComponentDescription getComponent(String guid,
String installLocation)
getComponent
public ComponentDescription getComponent(String guid,
String version,
int instance)
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