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.
|
javax.xml.registry.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 javax.xml.registry.JAXRException
operation
- the operation to be executedjavax.xml.registry.JAXRException
- if an internal error occurs on setting the operation.ExtensionOperation getOperation() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on getting the operation.javax.xml.registry.BulkResponse run() throws java.lang.Exception
java.lang.Exception
- if an internal error occurs.