ensemble.hot
Class Hot_GroupContext
java.lang.Object
|
+--ensemble.hot.Hot_GroupContext
- public class Hot_GroupContext
- extends java.lang.Object
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 |
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
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