public class ContainerInterceptorTemplate extends Object
| Constructor and Description |
|---|
ContainerInterceptorTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
onIncomingRequest(String propagationAsString)
Does nothing if propagation is null
|
String |
onOutgoingResponse(boolean error)
Terminates an imported transaction.
|
public void onIncomingRequest(String propagationAsString) throws IllegalArgumentException
propagation - IllegalArgumentException - if propagation is not understoodpublic String onOutgoingResponse(boolean error) throws com.atomikos.icatch.RollbackException
error - If false then rollback, else commit.com.atomikos.icatch.RollbackExceptionCopyright © 2026. All rights reserved.