|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.wfs.TransactionResult
DOCUMENT ME!
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,
FidFilter insertResult,
org.xml.sax.SAXException error)
|
|
TransactionResult(int status,
FidFilter insertResult,
java.lang.String locator,
java.lang.String message)
|
Method Summary | |
org.xml.sax.SAXException |
getError()
DOCUMENT ME! |
FidFilter |
getInsertResult()
DOCUMENT ME! |
int |
getStatus()
DOCUMENT ME! |
static int |
parseStatus(java.lang.String s)
|
static java.lang.String |
printStatus(int i)
|
Methods inherited from class java.lang.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, FidFilter insertResult, org.xml.sax.SAXException error)
status
- insertResult
- error
- public TransactionResult(int status, FidFilter insertResult, java.lang.String locator, java.lang.String message)
status
- insertResult
- locator
- nullablemessage
- Method Detail |
public static int parseStatus(java.lang.String s)
s
-
public static java.lang.String printStatus(int i)
i
-
public org.xml.sax.SAXException getError()
public FidFilter getInsertResult()
public int getStatus()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |