com.solidstategroup.forum
Class ThreadSubscription

java.lang.Object
  extended by com.solidstategroup.forum.ThreadSubscription

public class ThreadSubscription
extends java.lang.Object


Constructor Summary
ThreadSubscription()
           
 
Method Summary
 int alertSubscribers()
           
 ThreadSubscription execute()
           
 Thread getThread()
           
 WebUser getWebUser()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setThread(Thread thread)
           
 void setWebUser(WebUser webUser)
           
 boolean store()
           
 boolean unsubscribe()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadSubscription

public ThreadSubscription()
Method Detail

execute

public ThreadSubscription execute()

store

public boolean store()

alertSubscribers

public int alertSubscribers()

unsubscribe

public boolean unsubscribe()

getThread

public Thread getThread()

setThread

public void setThread(Thread thread)

getWebUser

public WebUser getWebUser()

setWebUser

public void setWebUser(WebUser webUser)

isActive

public boolean isActive()

setActive

public void setActive(boolean active)