org.jboss.jca.core.recovery
Class DefaultRecoveryPlugin
java.lang.Object
org.jboss.jca.core.recovery.DefaultRecoveryPlugin
- All Implemented Interfaces:
- org.jboss.jca.core.spi.recovery.RecoveryPlugin
public class DefaultRecoveryPlugin
- extends Object
- implements org.jboss.jca.core.spi.recovery.RecoveryPlugin
Default implementation of a recovery plugin.
- Author:
- Stefano Maestri, Jesper Pedersen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRecoveryPlugin
public DefaultRecoveryPlugin()
- Constructor
isValid
public boolean isValid(Object c)
throws javax.resource.ResourceException
-
- Specified by:
isValid in interface org.jboss.jca.core.spi.recovery.RecoveryPlugin
- Throws:
javax.resource.ResourceException
close
public void close(Object c)
throws javax.resource.ResourceException
-
- Specified by:
close in interface org.jboss.jca.core.spi.recovery.RecoveryPlugin
- Throws:
javax.resource.ResourceException
Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)