ensemble.hot
Class Hot_GroupContext

java.lang.Object
  |
  +--ensemble.hot.Hot_GroupContext

public class Hot_GroupContext
extends java.lang.Object


Field Summary
 ensemble.hot.Hot_Callbacks conf
           
 java.lang.Object env
           
 boolean group_blocked
           
 int id
           
 boolean joining
           
 boolean leaving
           
 int ltime
           
 ensemble.hot.Hot_GroupContext next
           
 ensemble.hot.Hot_Endpoint[] view
           
 
Method Summary
static ensemble.hot.Hot_GroupContext Alloc()
           
static ensemble.hot.Hot_GroupContext Lookup(int id)
           
static void Release(ensemble.hot.Hot_GroupContext gc)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public int id

view

public ensemble.hot.Hot_Endpoint[] view

next

public ensemble.hot.Hot_GroupContext next

conf

public ensemble.hot.Hot_Callbacks conf

env

public java.lang.Object env

group_blocked

public boolean group_blocked

joining

public boolean joining

leaving

public boolean leaving

ltime

public int ltime
Method Detail

Alloc

public static ensemble.hot.Hot_GroupContext Alloc()

Release

public static void Release(ensemble.hot.Hot_GroupContext gc)

Lookup

public static ensemble.hot.Hot_GroupContext Lookup(int id)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object