org.apache.commons.net.nntp
Interface Threadable

All Known Implementing Classes:
Article

public interface Threadable

A placeholder interface for threadable message objects Author: Rory Winston


Method Summary
 boolean isDummy()
           
 Threadable makeDummy()
           
 String messageThreadId()
           
 String[] messageThreadReferences()
           
 void setChild(Threadable child)
           
 void setNext(Threadable next)
           
 String simplifiedSubject()
           
 boolean subjectIsReply()
           
 

Method Detail

isDummy

public boolean isDummy()

messageThreadId

public String messageThreadId()

messageThreadReferences

public String[] messageThreadReferences()

simplifiedSubject

public String simplifiedSubject()

subjectIsReply

public boolean subjectIsReply()

setChild

public void setChild(Threadable child)

setNext

public void setNext(Threadable next)

makeDummy

public Threadable makeDummy()


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.