|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--info.jedi.testsuite.ComplexObject
A ComplexObject is a Serializable amalgamation of multiple other objects. If created with the proper parameters, this may include a branched tree-like structure containing other ComplexObjects. A ComplexObject has one queryable field, an integer value. When the object is touch()ed, this value is returned and incremented.
Constructor Summary | |
ComplexObject(int value,
int level)
Creates a ComplexObject. |
Method Summary | |
int |
touch()
Touch this ComplexObject. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ComplexObject(int value, int level)
Method Detail |
public int touch()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |