org.gridvise.coherence.cache.invocation
Class ExtendInvocable

java.lang.Object
  extended by org.gridvise.coherence.cache.invocation.ExtendInvocable
All Implemented Interfaces:
com.tangosol.net.Invocable, Serializable, Runnable

public class ExtendInvocable
extends Object
implements com.tangosol.net.Invocable, Serializable

See Also:
Serialized Form

Constructor Summary
ExtendInvocable(String targetInvocationServiceName, com.tangosol.net.Invocable invocable)
           
 
Method Summary
 Object getResult()
           
 void init(com.tangosol.net.InvocationService invocationService)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendInvocable

public ExtendInvocable(String targetInvocationServiceName,
                       com.tangosol.net.Invocable invocable)
Method Detail

getResult

public Object getResult()
Specified by:
getResult in interface com.tangosol.net.Invocable

init

public void init(com.tangosol.net.InvocationService invocationService)
Specified by:
init in interface com.tangosol.net.Invocable

run

public void run()
Specified by:
run in interface com.tangosol.net.Invocable
Specified by:
run in interface Runnable


Copyright © 2013. All Rights Reserved.