com.arjuna.orbportability.recovery
Interface IORRecovery

All Known Implementing Classes:
DefaultIORRecovery

public interface IORRecovery

Implementation specific mechanisms for recovering an IOR, i.e., making an IOR that represents a failed object valid again.

Since:
JTS 2.0.
Version:
$Id: IORRecovery.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)

Method Summary
 org.omg.CORBA.Object recover(ORB orb, java.lang.String name, org.omg.CORBA.Object obj, java.lang.Object[] params)
           
 

Method Detail

recover

public org.omg.CORBA.Object recover(ORB orb,
                                    java.lang.String name,
                                    org.omg.CORBA.Object obj,
                                    java.lang.Object[] params)
                             throws org.omg.CORBA.SystemException
Throws:
org.omg.CORBA.SystemException