Interface Service

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
NullService

public interface Service
extends java.rmi.Remote

Service provides an interface for remote computation to its clients.


Method Summary
 java.lang.String transformString(java.lang.String input)
          Performs some sort of computation, to be defined by the implementing class.
 

Method Detail

transformString

public java.lang.String transformString(java.lang.String input)
                                 throws java.rmi.RemoteException
Performs some sort of computation, to be defined by the implementing class.

java.rmi.RemoteException