|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A test interface, used ot confirm that the applicaiton/session/request scoping of published objects is working.
| Method Summary | |
int |
getCount()
Return the current value of the same internal integer counter incremented by the incrementCount() method. |
int |
getObjectId()
Return a unique number, different for every instance of IScopeTest. |
void |
incrementCount(int value)
Increment an internal integer counter |
| Method Detail |
public int getObjectId()
If the object is published with application or session scope then sconsecutive invocations of this method on the same client proxy will return the same value.
public void incrementCount(int value)
public int getCount()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||