jgroup.test.hello
Class Answer

java.lang.Object
  extended by jgroup.test.hello.Answer
All Implemented Interfaces:
java.io.Serializable

public class Answer
extends java.lang.Object
implements java.io.Serializable

Answer object returned by sayHello

Since:
Jgroup 1.0
Author:
Alberto Montresor, Hein Meling
See Also:
Serialized Form

Constructor Summary
Answer(java.lang.String message)
          Creates a new Answer object instance with the specified message.
 
Method Summary
 void setTime(java.lang.Object[] timeValues)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Answer

public Answer(java.lang.String message)
Creates a new Answer object instance with the specified message.

Parameters:
message - The message to return as an answer to the sayHello() method.
Method Detail

setTime

public void setTime(java.lang.Object[] timeValues)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.