FileDocCategorySizeDatePackage
Threadable.javaAPI DocApache Commons NET 1.4.1 API1095Sat Dec 03 10:05:50 GMT 2005org.apache.commons.net.nntp

Threadable

public interface Threadable
A placeholder interface for threadable message objects Author: Rory Winston

Fields Summary
Constructors Summary
Methods Summary
public booleanisDummy()

public org.apache.commons.net.nntp.ThreadablemakeDummy()

public java.lang.StringmessageThreadId()

public java.lang.String[]messageThreadReferences()

public voidsetChild(org.apache.commons.net.nntp.Threadable child)

public voidsetNext(org.apache.commons.net.nntp.Threadable next)

public java.lang.StringsimplifiedSubject()

public booleansubjectIsReply()