Name

ForwardRequest

Synopsis

This exception is thrown by a ServantManager when an object request has to be forwarded on to another object.

                  
public final class ForwardRequest extends org.omg.CORBA.UserException {
// Public Constructors
   public ForwardRequest();  
   public ForwardRequest(
        org.omg.CORBA.Object _forward_reference);  
   public ForwardRequest(String $reason, 
        org.omg.CORBA.Object _forward_reference);  
// Public Instance Fields
   public org.omg.CORBA.Object forward_reference;  
}

Passed To

org.omg.PortableServer.ForwardRequestHelper.{insert(), write()}

Returned By

org.omg.PortableServer.ForwardRequestHelper.{extract(), read()}

Thrown By

_ServantActivatorStub.incarnate(), _ServantLocatorStub.preinvoke(), ServantActivatorOperations.incarnate(), ServantLocatorOperations.preinvoke()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.