edu.emory.mathcs.rmix.spi
Class BasicAsyncBindParams

java.lang.Object
  extended byedu.emory.mathcs.rmix.spi.BasicParams
      extended byedu.emory.mathcs.rmix.spi.BasicBindParams
          extended byedu.emory.mathcs.rmix.spi.BasicAsyncBindParams

public class BasicAsyncBindParams
extends BasicBindParams


Field Summary
 boolean allowUnprotectedMarshal
           
 boolean asyncFailuresArePersistent
           
 boolean disableCallbackStackTraces
           
 
Constructor Summary
protected BasicAsyncBindParams(Parameters params)
           
 
Method Summary
protected  void addTo(Parameters params)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class edu.emory.mathcs.rmix.spi.BasicParams
ensureRemainderEmpty, getParameter, toRmixParameters
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowUnprotectedMarshal

public final boolean allowUnprotectedMarshal

disableCallbackStackTraces

public final boolean disableCallbackStackTraces

asyncFailuresArePersistent

public final boolean asyncFailuresArePersistent
Constructor Detail

BasicAsyncBindParams

protected BasicAsyncBindParams(Parameters params)
Method Detail

addTo

protected void addTo(Parameters params)
Overrides:
addTo in class BasicBindParams

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)