java.lang.Object
io.micronaut.crac.resources.datasources.UnknownDataSourceResource
 
- All Implemented Interfaces:
 
org.crac.Resource 
public class UnknownDataSourceResource
extends Object
implements org.crac.Resource 
Handler for currently unhandled DataSources.
- Since:
 
- 1.1.0
 
- Author:
 
- Tim Yates
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
void
afterRestore(org.crac.Context<? extends org.crac.Resource> context) 
 
void
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
UnknownDataSourceResource
public UnknownDataSourceResource(DataSource dataSource) 
 
 
- 
Method Details
- 
beforeCheckpoint
public void beforeCheckpoint(org.crac.Context<? extends org.crac.Resource> context)
                      throws Exception 
- Specified by:
 
beforeCheckpoint in interface org.crac.Resource 
- Throws:
 
Exception 
 
- 
afterRestore
public void afterRestore(org.crac.Context<? extends org.crac.Resource> context)
                  throws Exception 
- Specified by:
 
afterRestore in interface org.crac.Resource 
- Throws:
 
Exception