|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object anon.util.BusyFlag
public final class BusyFlag
Field Summary | |
---|---|
protected int |
busycount
|
protected java.lang.Thread |
busyflag
|
Constructor Summary | |
---|---|
BusyFlag()
|
Method Summary | |
---|---|
void |
freeBusyFlag()
|
void |
getBusyFlag()
|
java.lang.Thread |
getBusyFlagOwner()
|
boolean |
tryGetBusyFlag()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Thread busyflag
protected int busycount
Constructor Detail |
---|
public BusyFlag()
Method Detail |
---|
public void getBusyFlag()
public boolean tryGetBusyFlag()
public void freeBusyFlag()
public java.lang.Thread getBusyFlagOwner()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |