jgroup.test.gm
Class RemoteTestServer

java.lang.Object
  extended by jgroup.test.gm.RemoteTestServer
All Implemented Interfaces:
jgroup.core.MembershipListener

public class RemoteTestServer
extends java.lang.Object
implements jgroup.core.MembershipListener

Jgroup server for measuring the performance of IGMI invocations versus message multicasing.

Since:
Jgroup 1.2
Author:
Hein Meling

Nested Class Summary
 
Nested classes/interfaces inherited from interface jgroup.core.MembershipListener
jgroup.core.MembershipListener.AllowDuplicateViews
 
Constructor Summary
RemoteTestServer()
           
 
Method Summary
 void hasLeft()
           
static void main(java.lang.String[] argv)
           
 void prepareChange()
           
 void viewChange(jgroup.core.View view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTestServer

public RemoteTestServer()
                 throws jgroup.core.JgroupException
Throws:
jgroup.core.JgroupException
Method Detail

viewChange

public void viewChange(jgroup.core.View view)
Specified by:
viewChange in interface jgroup.core.MembershipListener

hasLeft

public void hasLeft()
Specified by:
hasLeft in interface jgroup.core.MembershipListener

prepareChange

public void prepareChange()
Specified by:
prepareChange in interface jgroup.core.MembershipListener

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Throws:
java.lang.Exception


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