|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jbo.common.remote.PiggybackInt
PiggybackInt contains both the Piggyback information and the actual return integer. It is used mainly by ServerApplicationModule interface to return information to clients.
ServerApplicationModule, Serialized Form| Field Summary | |
ServiceMessage |
mServiceMessage |
int |
mValue |
| Constructor Summary | |
PiggybackInt() |
|
PiggybackInt(int value, ServiceMessage svcMsg) |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int mValue
public ServiceMessage mServiceMessage
| Constructor Detail |
public PiggybackInt()
public PiggybackInt(int value,
ServiceMessage svcMsg)
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||