org.springframework.data.gemfire.support
Class ListRegionsOnServerFunction

java.lang.Object
  extended by org.springframework.data.gemfire.support.ListRegionsOnServerFunction
All Implemented Interfaces:
com.gemstone.gemfire.cache.execute.Function, com.gemstone.gemfire.lang.Identifiable, Serializable

public class ListRegionsOnServerFunction
extends Object
implements com.gemstone.gemfire.cache.execute.Function

See Also:
Serialized Form

Constructor Summary
ListRegionsOnServerFunction()
           
 
Method Summary
 void execute(com.gemstone.gemfire.cache.execute.FunctionContext functionContext)
           
 String getId()
           
 boolean hasResult()
           
 boolean isHA()
           
 boolean optimizeForWrite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListRegionsOnServerFunction

public ListRegionsOnServerFunction()
Method Detail

execute

public void execute(com.gemstone.gemfire.cache.execute.FunctionContext functionContext)
Specified by:
execute in interface com.gemstone.gemfire.cache.execute.Function

getId

public String getId()
Specified by:
getId in interface com.gemstone.gemfire.cache.execute.Function
Specified by:
getId in interface com.gemstone.gemfire.lang.Identifiable

hasResult

public boolean hasResult()
Specified by:
hasResult in interface com.gemstone.gemfire.cache.execute.Function

isHA

public boolean isHA()
Specified by:
isHA in interface com.gemstone.gemfire.cache.execute.Function

optimizeForWrite

public boolean optimizeForWrite()
Specified by:
optimizeForWrite in interface com.gemstone.gemfire.cache.execute.Function