org.globus.exec.service.exec.utils
Class StagingHelper

java.lang.Object
  extended byorg.globus.exec.service.exec.utils.StagingHelper

public class StagingHelper
extends Object


Field Summary
private static org.globus.util.I18n i18n
           
private static org.apache.commons.logging.Log logger
           
private static PerformanceLog performanceLogger
           
 
Constructor Summary
StagingHelper()
           
 
Method Summary
static void destroyTransfer(ManagedExecutableJobResource resource)
           
private static String getLoggingPrefix(ManagedExecutableJobResource resource)
           
static BaseFaultType getTransferFaultFromRP(org.globus.rft.generated.RFTFaultResourcePropertyType faultRP)
           
static org.globus.rft.generated.OverallStatus poll(ManagedExecutableJobResource resource)
           
static void setStagingStubSecurity(ManagedExecutableJobResource resource, Stub stub)
           
static void submitStagingRequest(ManagedExecutableJobResource resource, org.globus.rft.generated.BaseRequestType stagingRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static org.apache.commons.logging.Log logger

i18n

private static org.globus.util.I18n i18n

performanceLogger

private static PerformanceLog performanceLogger
Constructor Detail

StagingHelper

public StagingHelper()
Method Detail

getTransferFaultFromRP

public static BaseFaultType getTransferFaultFromRP(org.globus.rft.generated.RFTFaultResourcePropertyType faultRP)

submitStagingRequest

public static void submitStagingRequest(ManagedExecutableJobResource resource,
                                        org.globus.rft.generated.BaseRequestType stagingRequest)
                                 throws Exception
Throws:
Exception

destroyTransfer

public static void destroyTransfer(ManagedExecutableJobResource resource)
                            throws Exception
Throws:
Exception

setStagingStubSecurity

public static void setStagingStubSecurity(ManagedExecutableJobResource resource,
                                          Stub stub)
                                   throws RemoteException
Throws:
RemoteException

poll

public static org.globus.rft.generated.OverallStatus poll(ManagedExecutableJobResource resource)

getLoggingPrefix

private static String getLoggingPrefix(ManagedExecutableJobResource resource)