Module java.corba

Class ForwardRequest

  • All Implemented Interfaces:
    Serializable, IDLEntity


    public final class ForwardRequest
    extends UserException
    org/omg/PortableInterceptor/ForwardRequest.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /scratch/HUDSON/workspace/9-2-build-linux-amd64-phase2/jdk9/6725/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl Thursday, August 3, 2017 3:57:53 AM UTC
    • Field Detail

      • forward

        public Object forward
        The new object to forward the request to.
    • Constructor Detail

      • ForwardRequest

        public ForwardRequest​()
      • ForwardRequest

        public ForwardRequest​(Object _forward)
      • ForwardRequest

        public ForwardRequest​(String $reason,
                              Object _forward)