public interface RMRegistry extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
deregister(RMInfo info)
This method is the pendant to the register method and deregisters a rmplugin by deleting the mapping between
qualified name and RMInfo object.
|
void |
register(RMInfo info)
This Method registers an RMPlugin in the RMRegistry.
|
void register(RMInfo info) throws RemoteException
info - This object contains all the information of the object who is asking for registration.RemoteException - DOCUMENT ME!void deregister(RMInfo info) throws RemoteException, UnableToDeregisterException
info - The object which should be removed from the RMRegistryRemoteException - Sirius.server.registry.rmplugin.exception.UnableToDeregisterException This
Exception is thrown if the object which should be deregister does not exist
in the RMRegistryUnableToDeregisterException - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.