Package org.apache.activemq.jms.pool
Class GenericResourceManager.Recovery
- java.lang.Object
-
- org.apache.activemq.jms.pool.GenericResourceManager.Recovery
-
- Enclosing class:
- GenericResourceManager
public static class GenericResourceManager.Recovery extends Object
This class will ensure the broker is properly recovered when wired with the Geronimo transaction manager.
-
-
Constructor Summary
Constructors Constructor Description Recovery()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isRecoverable(GenericResourceManager rm)
static boolean
recover(GenericResourceManager rm)
-
-
-
Method Detail
-
isRecoverable
public static boolean isRecoverable(GenericResourceManager rm)
-
recover
public static boolean recover(GenericResourceManager rm) throws IOException
- Throws:
IOException
-
-