All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.Ensemble.Hot_GroupContext

java.lang.Object
   |
   +----JavaGroups.Ensemble.Hot_GroupContext

public class Hot_GroupContext
extends Object

Variable Index

 o conf
 o env
 o group_blocked
 o id
 o joining
 o leaving
 o next

Method Index

 o Alloc()
 o Lookup(int)
 o Release(Hot_GroupContext)
 o toString()

Variables

 o id
 public int id
 o next
 public Hot_GroupContext next
 o conf
 public Hot_Callbacks conf
 o env
 public Object env
 o group_blocked
 public boolean group_blocked
 o joining
 public boolean joining
 o leaving
 public boolean leaving

Methods

 o Alloc
 public static synchronized Hot_GroupContext Alloc()
 o Release
 public static synchronized void Release(Hot_GroupContext gc)
 o Lookup
 public static synchronized Hot_GroupContext Lookup(int id)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index