org.openorb.PI
Interface RequestCallback
- public interface RequestCallback
This interface is handed to the PIManager when performing interception tasks.
- Version:
- $Revision: 1.1 $ $Date: 2000/12/28 22:52:36 $
- Author:
- Jerome Daniel <daniel@intalio.com>, Chris Wood <wood@intalio.com>
reply_system_exception
public void reply_system_exception(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(Object forward,
boolean permanent)