|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tentackle.db.rmi.DbObjectResult
public class DbObjectResult
Result used to return the possibly new objectid, changed serial and a result code for success or failure.
| Field Summary | |
|---|---|
long |
id
the object ID |
boolean |
result
the result code: true or false |
long |
serial
the serial number |
long |
tableSerial
the table serial |
boolean |
uniqueViolation
if failed: was it a unique violation? |
| Constructor Summary | |
|---|---|
DbObjectResult(long id,
long serial,
long tableSerial,
boolean result,
boolean uniqueViolation)
Creates a result for the client. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long id
public long serial
public long tableSerial
public boolean result
public boolean uniqueViolation
| Constructor Detail |
|---|
public DbObjectResult(long id,
long serial,
long tableSerial,
boolean result,
boolean uniqueViolation)
id - the object IDserial - the object's serialtableSerial - the table serialresult - true=ok or false=faileduniqueViolation - true if failed due to a unique violation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||