springs.tests
Interface IStaticSpringsAgentDynamicRefs

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

public interface IStaticSpringsAgentDynamicRefs
extends java.rmi.Remote

Interface for a StaticSpringsAgentDynamicRefs.

Author:
Sergio Ilarri Artigas

Method Summary
 void sayMessage(java.lang.String message)
          Prints the given message.
 

Method Detail

sayMessage

public void sayMessage(java.lang.String message)
                throws java.rmi.RemoteException
Prints the given message.

Parameters:
message - the message.
java.rmi.RemoteException
See Also:
String, RemoteException