|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.database.SearchClusterTask
public class SearchClusterTask
Coherence cluster task that updates search indexes across cluster members.
Constructor Summary | |
---|---|
SearchClusterTask()
|
Method Summary | |
---|---|
DbForum |
getForum()
|
DbForumMessage |
getMessage()
|
java.lang.Object |
getResult()
This task has nothing to report so we just return null |
DbForumThread |
getThread()
|
void |
init(com.tangosol.net.InvocationService service)
Called by the InvocationService exactly once on this Invocable object as part of its initialization. |
boolean |
isAdd()
|
boolean |
isDelete()
|
boolean |
isRebuild()
|
boolean |
isUpdate()
|
void |
run()
Executes the task |
void |
setAdd(boolean add)
|
void |
setDelete(boolean delete)
|
void |
setForum(DbForum forum)
|
void |
setMessage(DbForumMessage message)
|
void |
setRebuild(boolean rebuild)
|
void |
setThread(DbForumThread thread)
|
void |
setUpdate(boolean update)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchClusterTask()
Method Detail |
---|
public void init(com.tangosol.net.InvocationService service)
init
in interface com.tangosol.net.Invocable
public DbForumMessage getMessage()
public void setMessage(DbForumMessage message)
public DbForumThread getThread()
public void setThread(DbForumThread thread)
public DbForum getForum()
public void setForum(DbForum forum)
public boolean isAdd()
public void setAdd(boolean add)
public boolean isUpdate()
public void setUpdate(boolean update)
public boolean isDelete()
public void setDelete(boolean delete)
public boolean isRebuild()
public void setRebuild(boolean rebuild)
public void run()
run
in interface com.tangosol.net.Invocable
run
in interface java.lang.Runnable
public java.lang.Object getResult()
getResult
in interface com.tangosol.net.Invocable
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |