com.healthmarketscience.rmiio
Class RemoteRetry.VoidCaller

java.lang.Object
  extended by com.healthmarketscience.rmiio.RemoteRetry.Caller<Object>
      extended by com.healthmarketscience.rmiio.RemoteRetry.VoidCaller
Enclosing class:
RemoteRetry

public abstract static class RemoteRetry.VoidCaller
extends RemoteRetry.Caller<Object>

Simple subclass of Caller for use by remote method calls which do not need to return values. User should implement voidCall() instead of call().


Constructor Summary
RemoteRetry.VoidCaller()
           
 
Method Summary
 Object call()
          Makes a remote method call which returns a value.
abstract  void voidCall()
          Makes a remote method call which returns no value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteRetry.VoidCaller

public RemoteRetry.VoidCaller()
Method Detail

call

public final Object call()
                  throws Exception
Description copied from class: RemoteRetry.Caller
Makes a remote method call which returns a value. Users should change the exception signature to be that of the actual method call.

Specified by:
call in class RemoteRetry.Caller<Object>
Throws:
Exception

voidCall

public abstract void voidCall()
                       throws Exception
Makes a remote method call which returns no value. Users should change the exception signature to be that of the actual method call.

Throws:
Exception


Copyright © 2006–2016 Health Market Science. All rights reserved.