uk.ac.soton.itinnovation.grid.comms.data
Class DataStagerHelpers

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.client.proxy.AbstractProxyHelpers<T>
      extended by uk.ac.soton.itinnovation.grid.client.proxy.LegacyProxyHelpers<DataStagerResource>
          extended by uk.ac.soton.itinnovation.grid.comms.data.DataStagerHelpers
All Implemented Interfaces:
Comparable<StorableInStateRepository>, Conversation, StorableInStateRepository, ProxyHelpers, WebProxy

@RawProxyInterface(value=DataStagerResource.class)
public class DataStagerHelpers
extends LegacyProxyHelpers<DataStagerResource>


Field Summary
 
Fields inherited from class uk.ac.soton.itinnovation.grid.client.proxy.AbstractProxyHelpers
helperProxyFactory, log, rawProxy, target, transport
 
Constructor Summary
DataStagerHelpers()
           
 
Method Summary
 void addPolicyRule(PolicyRule rule)
           
 void copyFrom(DataConversation source)
           
 void copyTo(DataConversation target)
           
 void destroy()
           
 org.apache.axis.message.addressing.EndpointReferenceType getEPR()
           
 PolicyRule[] getPolicyRules()
           
 URL getRestURL()
           
protected  Class<RemoteDataService> getServiceIface()
           
 String[] getValidRoles()
           
 void read(File file)
           
 void removePolicyRule(PolicyRule rule)
           
 void saveFromFile(File file)
           
 
Methods inherited from class uk.ac.soton.itinnovation.grid.client.proxy.LegacyProxyHelpers
compareTo, createMatchPattern, createMatchRule, getClientMatchPattern, getDescription, getEndpoint, getEndpointRef, getOwnerRule, getService, getServiceMatchPattern, getURL, setDescription, setLabel, toString
 
Methods inherited from class uk.ac.soton.itinnovation.grid.client.proxy.AbstractProxyHelpers
initProxyHelpers, proxyGetInvocationEngine, proxyGetRemoteMethod, proxyGetTarget, proxyHasMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataStagerHelpers

public DataStagerHelpers()
Method Detail

read

public void read(File file)
          throws RemoteException,
                 IOException
Throws:
RemoteException
IOException

saveFromFile

public void saveFromFile(File file)
                  throws RemoteException
Throws:
RemoteException

copyFrom

public void copyFrom(DataConversation source)
              throws RemoteException
Throws:
RemoteException

copyTo

public void copyTo(DataConversation target)
            throws RemoteException
Throws:
RemoteException

getPolicyRules

public PolicyRule[] getPolicyRules()
                            throws RemoteException
Throws:
RemoteException

addPolicyRule

public void addPolicyRule(PolicyRule rule)
                   throws RemoteException
Throws:
RemoteException

removePolicyRule

public void removePolicyRule(PolicyRule rule)
                      throws RemoteException
Throws:
RemoteException

getValidRoles

public String[] getValidRoles()
                       throws RemoteException
Throws:
RemoteException

destroy

public void destroy()
             throws RemoteException
Throws:
RemoteException

getEPR

public org.apache.axis.message.addressing.EndpointReferenceType getEPR()
                                                                throws RemoteException
Throws:
RemoteException

getServiceIface

protected Class<RemoteDataService> getServiceIface()
Overrides:
getServiceIface in class LegacyProxyHelpers<DataStagerResource>

getRestURL

public URL getRestURL()
               throws MalformedURLException
Throws:
MalformedURLException


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.