|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifecycleExtensionPoint
A LifecycleExtensionPoint controls the execution of possibly nested transactions.
Method Summary | |
---|---|
ExtensionOperation |
getOperation()
Get the operation that is to be executed under the control of this extension point. |
javax.xml.registry.BulkResponse |
run()
Run the attached operation under transaction control. |
void |
setOperation(ExtensionOperation operation)
Set the operation that is to be executed under the control of this extension point. |
Method Detail |
---|
void setOperation(ExtensionOperation operation) throws javax.xml.registry.JAXRException
operation
- the operation to be executed
javax.xml.registry.JAXRException
ExtensionOperation getOperation() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
javax.xml.registry.BulkResponse run() throws java.lang.Exception
javax.xml.registry.JAXRException
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |