org.globus.transfer.reliable.service
Class RFTConfiguration

java.lang.Object
  extended byorg.globus.transfer.reliable.service.RFTConfiguration

public class RFTConfiguration
extends Object

Configuration Class for RFT service populated from JNDI-config


Field Summary
private  String backOff
           
private  String maxActiveAllowed
           
 
Constructor Summary
RFTConfiguration()
          Default Constructor
RFTConfiguration(String maxActiveAllowed, String backOff)
           
 
Method Summary
 String getBackOff()
           
 String getMaxActiveAllowed()
           
 void setBackOff(String backOff)
           
 void setMaxActiveAllowed(String maxActiveAllowed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxActiveAllowed

private String maxActiveAllowed

backOff

private String backOff
Constructor Detail

RFTConfiguration

public RFTConfiguration()
Default Constructor


RFTConfiguration

public RFTConfiguration(String maxActiveAllowed,
                        String backOff)
Parameters:
maxActiveAllowed -
backOff -
Method Detail

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.