public interface XAResourceRecovery
XAResourceRecoveryRegistry
Modifier and Type | Method and Description |
---|---|
XAResource[] |
getXAResources()
Provides XAResource(s) to the transaction system for recovery purposes.
|
void |
initialize()
Initialize the recovery plugin
|
void |
setJndiName(String jndiName)
Set the JNDI name for the resource
|
void |
shutdown()
Shutdown the recovery plugin
|
void initialize() throws Exception
Exception
- If an error occursvoid shutdown() throws Exception
Exception
- If an error occursXAResource[] getXAResources()
void setJndiName(String jndiName)
jndiName
- The valueCopyright © 2021 JBoss by Red Hat. All rights reserved.