org.objectweb.dsrg.sofa.dockregistry
Interface DeploymentDockRegistry

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
DeploymentDockRegistryImpl

public interface DeploymentDockRegistry
extends java.rmi.Remote

The remote interface for the Deployment Dock Registry


Method Summary
 java.lang.String[] getAllNames()
           
 DeploymentDockRegistryClient lookup(java.lang.String name)
           
 boolean register(DeploymentDockRegistryClient deplDock, java.lang.String name)
           
 boolean unregister(java.lang.String name)
           
 

Method Detail

register

boolean register(DeploymentDockRegistryClient deplDock,
                 java.lang.String name)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unregister

boolean unregister(java.lang.String name)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

lookup

DeploymentDockRegistryClient lookup(java.lang.String name)
                                    throws java.rmi.RemoteException,
                                           DockNotFoundException
Throws:
java.rmi.RemoteException
DockNotFoundException

getAllNames

java.lang.String[] getAllNames()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException