All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ncsa.habanero.ModelObjectReq

public interface ModelObjectReq
extends Marshallable
ModelObjectReq is used when an object must know about it's parent during unmarshallSelf. Some objects implement this interface because the parent is required in the constructor.


Method Index

 o unmarshallSelf(MarshallInput, ModelObject)

Methods

 o unmarshallSelf
 public abstract void unmarshallSelf(MarshallInput in,
                                     ModelObject parent) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index