org.apache.yoko.rmi.impl
Class ClassDescriptor

java.lang.Object
  extended by org.apache.yoko.rmi.impl.ModelElement
      extended by org.apache.yoko.rmi.impl.TypeDescriptor
          extended by org.apache.yoko.rmi.impl.ValueDescriptor
              extended by org.apache.yoko.rmi.impl.ClassDescriptor

public class ClassDescriptor
extends ValueDescriptor


Field Summary
 
Fields inherited from class org.apache.yoko.rmi.impl.ValueDescriptor
_constructor, _fields, _hash_code, _is_externalizable, _is_immutable_value, _is_rmi_stub, _is_serializable, _object_deserializer, _read_object_method, _read_resolve_method, _serial_version_uid_field, _super_descriptor, _value_members, _write_object_method, _write_replace_method
 
Fields inherited from class org.apache.yoko.rmi.impl.TypeDescriptor
_java_class, _repid, _type_code, remoteDescriptor
 
Fields inherited from class org.apache.yoko.rmi.impl.ModelElement
idl_name, java_name, package_name, repository, type_name
 
Method Summary
 String getRepositoryIDForArray()
           
 void init()
           
 Serializable readResolve(Serializable value)
          Read an instance of this value from a CDR stream
 Serializable writeReplace(Serializable value)
          Write an instance of this value to a CDR stream
 
Methods inherited from class org.apache.yoko.rmi.impl.ValueDescriptor
computeHashCode, copyWithinState, createBlankInstance, defaultReadValue, defaultWriteValue, getRepositoryID, init0, isCustomMarshalled, read, readValue, readValue, write, writeValue, writeValue
 
Methods inherited from class org.apache.yoko.rmi.impl.TypeDescriptor
copyBetweenStates, getJavaClass
 
Methods inherited from class org.apache.yoko.rmi.impl.ModelElement
getIDLName, getJavaName, getPackageName, getTypeName, getTypeRepository, setIDLName, setJavaName, setPackageName, setTypeName, setTypeRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init()
Overrides:
init in class ValueDescriptor

getRepositoryIDForArray

public String getRepositoryIDForArray()
Overrides:
getRepositoryIDForArray in class TypeDescriptor

readResolve

public Serializable readResolve(Serializable value)
Read an instance of this value from a CDR stream

Overrides:
readResolve in class ValueDescriptor

writeReplace

public Serializable writeReplace(Serializable value)
Write an instance of this value to a CDR stream

Overrides:
writeReplace in class ValueDescriptor


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.