|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.data.wfs.WFSTransactionState
DOCUMENT ME!
| Constructor Summary | |
WFSTransactionState(WFSDataStore ds)
|
|
| Method Summary | |
void |
addAction(Action a)
|
void |
addAuthorization(java.lang.String AuthID)
Call back used for Transaction.setAuthorization() |
void |
commit()
Call back used for Transaction.commit() |
java.util.List |
getActions()
|
java.lang.String[] |
getFids()
|
java.lang.String |
getLockId()
Not implemented |
void |
rollback()
Call back used for Transaction.rollback() |
void |
setTransaction(Transaction transaction)
Provides configuration information for Transaction.State setTransaction is called with non null transaction when
Transaction.State is putState into a Transaction. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WFSTransactionState(WFSDataStore ds)
ds - | Method Detail |
public void setTransaction(Transaction transaction)
Transaction.State
setTransaction is called with non null transaction when
Transaction.State is putState into a Transaction. This
tranasction will be used to determine correct event notification.
setTransaction is called with null when removeState is
called (usually during Transaction.close() ).
setTransaction in interface Transaction.Statetransaction - Transaction.State.setTransaction(org.geotools.data.Transaction)public void addAuthorization(java.lang.String AuthID)
Transaction.State
addAuthorization in interface Transaction.StateTransaction.State.addAuthorization(java.lang.String)public java.lang.String getLockId()
public void commit()
throws java.io.IOException
Transaction.State
commit in interface Transaction.Statejava.io.IOExceptionTransaction.State.commit()public void rollback()
Transaction.State
rollback in interface Transaction.StateTransaction.State.rollback()public java.lang.String[] getFids()
public void addAction(Action a)
a - public java.util.List getActions()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||