Class ClassDesc

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private java.lang.String codebase  
      private java.lang.String repid  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassDesc()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • repid

        private java.lang.String repid
      • codebase

        private java.lang.String codebase
    • Constructor Detail

      • ClassDesc

        public ClassDesc()