org.apache.yoko.rmi.impl
Class RMIStubDescriptor
java.lang.Object
org.apache.yoko.rmi.impl.ModelElement
org.apache.yoko.rmi.impl.TypeDescriptor
org.apache.yoko.rmi.impl.ValueDescriptor
org.apache.yoko.rmi.impl.RMIStubDescriptor
public class RMIStubDescriptor
- extends ValueDescriptor
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 |
Methods inherited from class org.apache.yoko.rmi.impl.ValueDescriptor |
computeHashCode, copyWithinState, createBlankInstance, defaultReadValue, defaultWriteValue, init, init0, isCustomMarshalled, read, readResolve, readValue, write, writeReplace, writeValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRepositoryID
public String getRepositoryID()
- Overrides:
getRepositoryID
in class ValueDescriptor
writeValue
protected void writeValue(org.apache.yoko.rmi.impl.ObjectWriter writer,
Serializable val)
throws IOException
- Overrides:
writeValue
in class ValueDescriptor
- Throws:
IOException
readValue
protected void readValue(ObjectReader reader,
Serializable value)
throws IOException
- Description copied from class:
ValueDescriptor
- This methods reads the fields of a single class slice.
- Overrides:
readValue
in class ValueDescriptor
- Throws:
IOException
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.