|
|||||||||
| Home >> All >> javax >> rmi >> [ CORBA overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.rmi.CORBA
Class ClassDesc

java.lang.Objectjavax.rmi.CORBA.ClassDesc
- All Implemented Interfaces:
- java.io.Serializable
- public class ClassDesc
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
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()
|
|||||||||
| Home >> All >> javax >> rmi >> [ CORBA overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javax.rmi.CORBA.ClassDesc