JAVA/CORBA CLASSES


Examples: getLastDocument and getPrevDocument methods
1. This agent gets all the documents in a document collection in reverse order, demonstrating the preferred loop structure.
2. This agent gets the next to the last document in a document collection by using the last document as a parameter to getPrevDocument.
See Also