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

boolean isDummy()

messageThreadId

String messageThreadId()

messageThreadReferences

String[] messageThreadReferences()

simplifiedSubject

String simplifiedSubject()

subjectIsReply

boolean subjectIsReply()

setChild

void setChild(Threadable child)

setNext

void setNext(Threadable next)

makeDummy

Threadable makeDummy()


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