org.sapia.ubik.rmi.examples.time
Interface TimeServiceIF

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
AnnotatedTimeService, StatelessTimeServiceImpl, TimeServiceImpl

public interface TimeServiceIF
extends java.rmi.Remote


Method Summary
 java.lang.String getTime()
          Returns the current system time.
 

Method Detail

getTime

java.lang.String getTime()
Returns the current system time.

Returns:
The current system time.


Copyright © 2010 Sapia OSS. All Rights Reserved.