Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.profiles.search
Class ProfileSearchClusterTask

java.lang.Object
  extended by com.jivesoftware.profiles.search.ProfileSearchClusterTask
All Implemented Interfaces:
com.tangosol.net.Invocable, java.io.Serializable, java.lang.Runnable

public class ProfileSearchClusterTask
extends java.lang.Object
implements com.tangosol.net.Invocable

Coherence cluster task that updates search indexes across cluster members.

See Also:
Serialized Form

Constructor Summary
ProfileSearchClusterTask()
           
 
Method Summary
 java.lang.Object getResult()
          This task has nothing to report so we just return null
 User getUser()
           
 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 setRebuild(boolean rebuild)
           
 void setUpdate(boolean update)
           
 void setUser(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileSearchClusterTask

public ProfileSearchClusterTask()
Method Detail

init

public void init(com.tangosol.net.InvocationService service)
Called by the InvocationService exactly once on this Invocable object as part of its initialization.

Specified by:
init in interface com.tangosol.net.Invocable

getUser

public User getUser()

setUser

public void setUser(User user)

isAdd

public boolean isAdd()

setAdd

public void setAdd(boolean add)

isUpdate

public boolean isUpdate()

setUpdate

public void setUpdate(boolean update)

isDelete

public boolean isDelete()

setDelete

public void setDelete(boolean delete)

isRebuild

public boolean isRebuild()

setRebuild

public void setRebuild(boolean rebuild)

run

public void run()
Executes the task

Specified by:
run in interface com.tangosol.net.Invocable
Specified by:
run in interface java.lang.Runnable

getResult

public java.lang.Object getResult()
This task has nothing to report so we just return null

Specified by:
getResult in interface com.tangosol.net.Invocable

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.