org.gridvise.coherence.cache.invocation
Class AbstractInvocationService<R>

java.lang.Object
  extended by org.gridvise.coherence.cache.invocation.AbstractInvocationService<R>

public abstract class AbstractInvocationService<R>
extends Object


Constructor Summary
AbstractInvocationService()
           
 
Method Summary
abstract  String getName()
           
 Collection<R> queryOnAllMembers(AbstractRemoteTask<R> task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInvocationService

public AbstractInvocationService()
Method Detail

queryOnAllMembers

public Collection<R> queryOnAllMembers(AbstractRemoteTask<R> task)

getName

public abstract String getName()


Copyright © 2013. All Rights Reserved.