Class ProxyDesc

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProxyDesc
    extends java.lang.Object
    implements java.io.Serializable
    This class is used to marshal java.lang.Proxy objects over IIOP.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String codebase  
      java.lang.reflect.InvocationHandler handler  
      java.lang.String[] interfaces  
      (package private) static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyDesc()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • interfaces

        public java.lang.String[] interfaces
      • codebase

        public java.lang.String codebase
      • handler

        public java.lang.reflect.InvocationHandler handler
    • Constructor Detail

      • ProxyDesc

        public ProxyDesc()