jgroup.test.hello
Class HelloGroupClient

java.lang.Object
  extended by jgroup.test.hello.HelloGroupClient
All Implemented Interfaces:
jgroup.core.MembershipListener

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

Group client program for Hello

Since:
Jgroup 2.2
Author:
Hein Meling

Nested Class Summary
 
Nested classes/interfaces inherited from interface jgroup.core.MembershipListener
jgroup.core.MembershipListener.AllowDuplicateViews
 
Constructor Summary
HelloGroupClient()
           
 
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

HelloGroupClient

public HelloGroupClient()
                 throws jgroup.core.JgroupException,
                        java.rmi.AccessException,
                        java.rmi.RemoteException,
                        java.rmi.NotBoundException
Throws:
jgroup.core.JgroupException
java.rmi.AccessException
java.rmi.RemoteException
java.rmi.NotBoundException
Method Detail

main

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

viewChange

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

prepareChange

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

hasLeft

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


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