org.objectweb.jotm

Interface Control

All Superinterfaces:
Remote
Known Implementing Classes:
ControlImpl

public interface Control
extends Remote

OTS-like Control interface.

Author:
jmesnil

Method Summary

Coordinator
get_coordinator()
get Coordinator.
Terminator
get_terminator()
get Terminator.

Method Details

get_coordinator

public Coordinator get_coordinator()
            throws RemoteException
get Coordinator.

Returns:
a Coordinator


get_terminator

public Terminator get_terminator()
            throws RemoteException
get Terminator.

Returns:
a Terminator