org.objectweb.jotm
Interface Control

All Superinterfaces:
Remote
All 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 Detail

get_terminator

public Terminator get_terminator()
                          throws RemoteException
get Terminator.

Returns:
a Terminator
Throws:
RemoteException - if a remote exception occurs

get_coordinator

public Coordinator get_coordinator()
                            throws RemoteException
get Coordinator.

Returns:
a Coordinator
Throws:
RemoteException - if a remote exception occurs