jgroup.test.hello
Interface InternalHello

All Superinterfaces:
jgroup.core.InternalGMIListener
All Known Implementing Classes:
ExperimentalHelloServer, HelloServer, LeaseServer, NotifyServer, PerfGroupManager

public interface InternalHello
extends jgroup.core.InternalGMIListener

Internal Hello interface. Methods provided in this interface can only be invoked from within the object group, that is only servers that are members of the group can invoke this method. Although methods in this interface are declared as returning a single object, they will in fact return an array of objects, one for each member of the group. If a member is unable to reply to this method, an exception object may be in the object array.

Since:
Jgroup 1.0
Author:
Alberto Montresor

Method Summary
 java.lang.Object time()
           
 

Method Detail

time

java.lang.Object time()
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


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