javax.rmi.CORBA
Class ClassDesc

java.lang.Object
  extended by javax.rmi.CORBA.ClassDesc
All Implemented Interfaces:
Serializable

public class ClassDesc
extends Object
implements 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.

See Also:
Serialized Form

Constructor Summary
ClassDesc()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassDesc

public ClassDesc()