public interface LifecycleExtensionPoint
Modifier and Type | Method and Description |
---|---|
ExtensionOperation |
getOperation()
Gets the operation that is to be executed under the control of this extension point.
|
BulkResponse |
run()
Runs the attached operation under transaction control.
|
void |
setOperation(ExtensionOperation operation)
Sets the operation that is to be executed under the control of this extension point.
|
void setOperation(ExtensionOperation operation) throws JAXRException
operation
- the operation to be executedJAXRException
- if an internal error occurs on setting the operation.ExtensionOperation getOperation() throws JAXRException
JAXRException
- if an internal error occurs on getting the operation.BulkResponse run() throws java.lang.Exception
java.lang.Exception
- if an internal error occurs.