|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a method to specify whether it is necessary to clone a return message that several calls wait for.
Method Summary | |
boolean |
getMustClone()
Returns a boolean indicating whether it is necessary to clone a return message that is destinated to several method call returns. |
void |
setMustClone(boolean mustClone)
Specifies whether it is necessary to clone a return message that is destinated to several method call returns. |
Method Detail |
public void setMustClone(boolean mustClone)
mustClone
- a boolean that indicates whether it is necessary to clone
a return message that is destinated to several method call
returns.public boolean getMustClone()
true
if it is necessary to clone a return message
that is destinated to several method call returns.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |