org.hydrateframework
Interface AssemblerLink

All Known Implementing Classes:
Assembler, MultiAssemblerLink

public interface AssemblerLink

This interface is implemented by classes that support the linking of objects to each other during the build process. This interface is supported by all Assembler classes and provides the mechanism for objects to be linked up during the build process. It is also supported by the MultiAssemblerLink class where more complex linking is required

Version:
@(#)$Revision: 1.1 $
Author:
David Chamberlin

Method Summary
 java.lang.Object getBuiltObject()
          Get the object that this assembler, or assemblers have just built or null if none has been built yet.
 java.lang.Object[] getBuiltObjects()
          If mroe than one assembler is active in a particular query, more than one object may be returned.
 

Method Detail

getBuiltObject

java.lang.Object getBuiltObject()
Get the object that this assembler, or assemblers have just built or null if none has been built yet.


getBuiltObjects

java.lang.Object[] getBuiltObjects()
If mroe than one assembler is active in a particular query, more than one object may be returned.



Copyright © 2000 The Hydrate Project. All Rights Reserved.