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
-
RemoteRegistryService(RemoteRegistryServiceInt)
-
-
getComponent(String)
-
-
getComponent(String, String)
-
-
getComponent(String, String, int)
-
-
registerComponent(ComponentDescription)
- Register a component.
-
unregisterComponent(ComponentDescription)
-
RemoteRegistryService
public RemoteRegistryService(RemoteRegistryServiceInt registryProxy)
registerComponent
public void registerComponent(ComponentDescription component)
- Register a 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)
All Packages Class Hierarchy This Package Previous Next Index