org.openorb.orb.pi
Interface RequestCallback


public interface RequestCallback

This interface is handed to the PIManager when performing interception tasks.

Version:
$Revision: 1.3 $ $Date: 2004/02/10 21:02:51 $
Author:
Jerome Daniel, Chris Wood

Method Summary
 void reply_error(java.lang.Error ex)
           
 void reply_location_forward(org.omg.CORBA.Object forward, boolean permanent)
           
 void reply_runtime_exception(java.lang.RuntimeException ex)
           
 void reply_system_exception(org.omg.CORBA.SystemException ex)
           
 

Method Detail

reply_system_exception

public void reply_system_exception(org.omg.CORBA.SystemException ex)

reply_runtime_exception

public void reply_runtime_exception(java.lang.RuntimeException ex)

reply_error

public void reply_error(java.lang.Error ex)

reply_location_forward

public void reply_location_forward(org.omg.CORBA.Object forward,
                                   boolean permanent)
Parameters:
forward -  
permanent -