org.apache.james.test.AbstractProtocolTest Abstract Protocol Test is the root of all of the James Imap Server test cases. It provides functionality to create text files for matching client requests and server responses. In order to use it however you must create a sub class and set all the file names, etc up yourself. All Comments are wr ...
org.apache.commons.collections.FastArrayList <p>A customized implementation of <code>java.util.ArrayList</code> designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes. When operating in "fast" mode, read calls are non-synchronized and write c ...
org.apache.commons.collections.iterators.AbstractTestListIterator Abstract class for testing the ListIterator interface. <p> This class provides a framework for testing an implementation of ListIterator. Concrete subclasses must provide the list iterator to be tested. They must also specify certain details of how the list iterator operates by overriding th ...
org.apache.commons.collections.list.AbstractLinkedList An abstract implementation of a linked list which provides numerous points for subclasses to override. <p> Overridable methods are provided to change the storage node and to change how nodes are added to and removed. Hopefully, all you need for unusual subclasses is here. @since Commons Col ...
com.lowagie.text.rtf.RtfWriter If you are creating a new project using the rtf part of iText, please consider using the new RtfWriter2. The RtfWriter is in bug-fix-only mode, will be deprecated end of 2005 and removed end of 2007. A <CODE>DocWriter</CODE> class for Rich Text Files (RTF). <P> A <CODE>Rtf ...
org.jboss.ejb.EjbModule An EjbModule represents a collection of beans that are deployed as a unit. <p>The beans may use the EjbModule to access other beans within the same deployment unit. @see Container @see EJBDeployer @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Ãberg</a> @author & ...
org.apache.jetspeed.webservices.util.UDDIAccessBean UDDIAccessBean provides a command bean interface to UDDI registry services. Please note that currently only inquiry tasks are supported. I hope to add other task types soon. @author Scott A. Roehrig@IBM Corporation @version 1.0
org.jivesoftware.messenger.muc.MUCRoomHistory Represent the data model for one <code>MUCRoom</code> history. Including chat transcript, joining and leaving times. @author Gaston Dombiak