org.globus.transfer.reliable.service
Class RFTConfiguration
java.lang.Object
org.globus.transfer.reliable.service.RFTConfiguration
- public class RFTConfiguration
- extends Object
Configuration Class for RFT service populated from JNDI-config
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxActiveAllowed
private String maxActiveAllowed
backOff
private String backOff
RFTConfiguration
public RFTConfiguration()
- Default Constructor
RFTConfiguration
public RFTConfiguration(String maxActiveAllowed,
String backOff)
- Parameters:
maxActiveAllowed - backOff -
getBackOff
public String getBackOff()
- Returns:
- Returns the backOff.
setBackOff
public void setBackOff(String backOff)
- Parameters:
backOff - The backOff to set.
getMaxActiveAllowed
public String getMaxActiveAllowed()
- Returns:
- Returns the maxActiveAllowed.
setMaxActiveAllowed
public void setMaxActiveAllowed(String maxActiveAllowed)
- Parameters:
maxActiveAllowed - The maxActiveAllowed to set.