|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dream.pushwithreturn.SynchronizerImpl.WaitingKey
This class represents a waiting key.
Constructor Summary | |
SynchronizerImpl.WaitingKey()
|
Method Summary | |
boolean |
canPass()
Returns the value of canPass. |
void |
decrementNbWaitings()
Decrements the number of waiting calls. |
int |
getNbWaitings()
Returns the number of waiting calls. |
Message |
getReturnMessage()
Returns the return message. |
void |
incrementNbWaitings()
Increments the number of waiting calls. |
void |
recycle()
|
void |
setCanPass(boolean canPass)
Sets canPass to the given value. |
void |
setReturnMessage(Message returnMessage)
Sets the return message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SynchronizerImpl.WaitingKey()
Method Detail |
public Message getReturnMessage()
public void setReturnMessage(Message returnMessage)
returnMessage
- the return message to set.public void incrementNbWaitings()
public void decrementNbWaitings()
public int getNbWaitings()
public void setCanPass(boolean canPass)
canPass
- the value to which canPass must be set.public boolean canPass()
public void recycle()
recycle
in interface Recyclable
Recyclable.recycle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |