time_constraint.time
Interface interface_time

All Superinterfaces:
uka.karmi.rmi.Remote
All Known Implementing Classes:
Time

public interface interface_time
extends uka.karmi.rmi.Remote

The interface_time interface should be implemented by classes who want to manage the abstract data type Time.

Since:
Version 1.2
Version:
1.0
Author:
Daniela Olivieri

Method Summary
 int updatetime()
          Updates the time.
 

Method Detail

updatetime

public int updatetime()
               throws uka.karmi.rmi.RemoteException
Updates the time.
Throws:
uka.karmi.rmi.RemoteException -  
Since:
Version 1.0