| org.geoserver.wfs.TransactionPlugin
TransactionPlugin | public interface TransactionPlugin extends TransactionListener(Code) | | A transaction plugin is able to listen to a transaction evolution, perform
checks and throw exceptions, alter transaction requests, as well as
|
afterTransaction | void afterTransaction(TransactionType request, boolean committed)(Code) | | Notification the transaction ended
Parameters: committed - true if the transaction was successful, false if thetransaction was aborted for any reason |
getPriority | int getPriority()(Code) | | Aspects gets called in a specific order. State your priority, the higher
the number, the earlier the plugin will be processed.
|
|
|