org.objectweb.tribe.gms
Class GroupMembershipListenerThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.objectweb.tribe.gms.GroupMembershipListenerThread
All Implemented Interfaces:
java.lang.Runnable

public class GroupMembershipListenerThread
extends java.lang.Thread

This class defines a GroupMembershipListenerThread.

This threads listen for group membership messages and call the appropriate callbacks.

Version:
1.0
Author:
Emmanuel Cecchet

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
GroupMembershipListenerThread(GroupMembershipService gms)
          Creates a new GroupMembershipListenerThread object
 
Method Summary
 void kill()
          Terminates the GroupMembershipListenerThread.
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupMembershipListenerThread

public GroupMembershipListenerThread(GroupMembershipService gms)
Creates a new GroupMembershipListenerThread object

Method Detail

kill

public void kill()
Terminates the GroupMembershipListenerThread.


run

public void run()
See Also:
Runnable.run()


Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.