|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.deegree_impl.services.wfs.WFSMainLoop
org.deegree_impl.services.wfs.AbstractTransaction
org.deegree_impl.services.wfs.sde.CTransaction
inner interface defining the processing of a transaction request
Field Summary | |
private DatastoreConfiguration |
config
|
Fields inherited from class org.deegree_impl.services.wfs.WFSMainLoop |
parent, request |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
CTransaction(SDEDataStore parent,
OGCWebServiceRequest request)
Creates a new CTransaction object. |
Method Summary | |
private Transaction |
openConnection()
initializes the SDEAPI Transaction class and opens an connection to the current SDE instance |
private boolean |
performDelete(WFSDelete delete)
performs a delete against the ArcSDE |
private java.lang.Object[] |
performInsert(WFSInsert insert)
performs a insert of a flat feature into the ArcSDE |
protected OGCWebServiceResponse[] |
performRequest(OGCWebServiceRequest request)
|
private boolean |
performUpdate(WFSUpdate update)
performs an update against the ArcSDE |
Methods inherited from class org.deegree_impl.services.wfs.AbstractTransaction |
getAffectedFeatureTypes |
Methods inherited from class org.deegree_impl.services.wfs.WFSMainLoop |
run |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private DatastoreConfiguration config
Constructor Detail |
public CTransaction(SDEDataStore parent, OGCWebServiceRequest request)
parent
- request
- Method Detail |
protected OGCWebServiceResponse[] performRequest(OGCWebServiceRequest request)
performRequest
in class WFSMainLoop
request
-
private java.lang.Object[] performInsert(WFSInsert insert) throws java.lang.Exception
insert
- insert object
java.lang.Exception
private boolean performUpdate(WFSUpdate update) throws java.lang.Exception
java.lang.Exception
private boolean performDelete(WFSDelete delete)
private Transaction openConnection() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |