- All Superinterfaces:
Remote
- All Known Implementing Classes:
RmiRegistry
public interface IRmiRegistry
extends Remote
-
Field Summary
Fields
Default name of the experiment manager service.
Default name of the registry service.
-
Method Summary
void
Binds the calling experiment manager to the registry.
void
Binds the calling port to the registry.
Returns the list of associated experiment managers.
-
Field Details
-
PCM_RMI_REGISTRY
static final String PCM_RMI_REGISTRY
Default name of the registry service.
- See Also:
-
-
PCM_EXPERIMENT_MANAGER_REGISTRY
static final String PCM_EXPERIMENT_MANAGER_REGISTRY
Default name of the experiment manager service.
- See Also:
-
-
Method Details
-
bindPort
Binds the calling port to the registry.
- Parameters:
name
- name of the port, including assembly context.
port
- the port
- Throws:
RemoteException
-
bindExperimentManager
Binds the calling experiment manager to the registry.
- Parameters:
experimentManager
- the manager
- Throws:
RemoteException
-
getExperimentManagers
Returns the list of associated experiment managers.
- Returns:
- Throws:
RemoteException