|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTransactionResult
public class TransactionResult
DOCUMENT ME!
modules/unsupported/wfs (gt-wfs.jar)
Field Summary | |
---|---|
static int |
FAILED
failed |
static int |
NO_STATUS
no status |
static int |
PARTIAL
partial |
static int |
SUCCESS
success |
Constructor Summary | |
---|---|
TransactionResult(int status,
List insertResult,
SAXException error)
|
|
TransactionResult(int status,
List insertResult,
String locator,
String message)
|
Method Summary | |
---|---|
SAXException |
getError()
DOCUMENT ME! |
List |
getInsertResult()
A list of the fids returned in the TransactionResult in the order they were received. |
int |
getStatus()
DOCUMENT ME! |
static int |
parseStatus(String s)
|
static String |
printStatus(int i)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NO_STATUS
public static final int SUCCESS
public static final int FAILED
public static final int PARTIAL
Constructor Detail |
---|
public TransactionResult(int status, List insertResult, SAXException error)
status
- insertResult
- error
- public TransactionResult(int status, List insertResult, String locator, String message)
status
- insertResult
- locator
- nullablemessage
- Method Detail |
---|
public static int parseStatus(String s)
s
-
public static String printStatus(int i)
i
-
public SAXException getError()
public List getInsertResult()
public int getStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |