Method Summary |
|
public void | buildState() Builds up the third party state for all the sites. |
public boolean | interThirdParty(String site) Returns a boolean indicating whether to use third party transfers for
inter site transfers or not. |
public boolean | interThirdPartyRemote(String site) Returns a boolean indicating whether to execute third party transfers for
inter site on remote site or not. |
public void | print() Prints out the third party state for the various sites. |
public boolean | stageInThirdParty(String site) Returns a boolean indicating whether to use third party transfers for
stage-in transfers or not. |
public boolean | stageInThirdPartyRemote(String site) Returns a boolean indicating whether to execute third party transfers for
stage-in on remote site or not. |
public boolean | stageOutThirdParty(String site) Returns a boolean indicating whether to use third party transfers for
stage-out transfers or not. |
public boolean | stageOutThirdPartyRemote(String site) Returns a boolean indicating whether to execute third party transfers for
stage-out on remote site or not. |