All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.wizards.services.RemoteRegistryServiceInt
- public interface RemoteRegistryServiceInt
- extends Remote
-
getComponent(String)
-
-
getComponent(String, String)
-
-
getComponent(String, String, int)
-
-
registerComponent(ComponentDescription)
-
-
unregisterComponent(ComponentDescription)
-
registerComponent
public abstract void registerComponent(ComponentDescription component) throws RemoteException
unregisterComponent
public abstract void unregisterComponent(ComponentDescription component) throws RemoteException
getComponent
public abstract ComponentDescription getComponent(String guid) throws RemoteException
getComponent
public abstract ComponentDescription getComponent(String guid,
String installLocation) throws RemoteException
getComponent
public abstract ComponentDescription getComponent(String guid,
String version,
int instance) throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index