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 /home/abuild/rpmbuild/BUILD/jdk10u-45b1d041a4ef/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl Thursday, May 2, 2019 at 8:01:01 AM Coordinated Universal Time
    • 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)