org.jboss.jca.core.recovery
Class DefaultRecoveryPlugin

java.lang.Object
  extended by 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

Constructor Summary
DefaultRecoveryPlugin()
          Constructor
 
Method Summary
 void close(Object c)
          
 boolean isValid(Object c)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRecoveryPlugin

public DefaultRecoveryPlugin()
Constructor

Method Detail

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/)