Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.rmi.CORBA
Class ClassDesc  view ClassDesc download ClassDesc.java

java.lang.Object
  extended byjavax.rmi.CORBA.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. When used as a parameter type, return type, or data member, the Java Class is mapped to the OMG IDL type ::javax::rmi::CORBA::ClassDesc.


Field Summary
(package private)  java.lang.String codebase
          Space separeted list of URL's from where the code can be downloaded.
(package private)  java.lang.String repid
          The class repository Id.
private static long serialVersionUID
          Use serialVersionUID (V1.4) for interoperability.
 
Constructor Summary
ClassDesc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Use serialVersionUID (V1.4) for interoperability.

See Also:
Constant Field Values

repid

java.lang.String repid
The class repository Id.


codebase

java.lang.String codebase
Space separeted list of URL's from where the code can be downloaded.

Constructor Detail

ClassDesc

public ClassDesc()