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

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteResource<T>
      extended by uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteConversation<DataConversation>
          extended by uk.ac.soton.itinnovation.grid.comms.data.DataStagerHelpers
All Implemented Interfaces:
Comparable<StorableInStateRepository>, Conversation, StorableInStateRepository

public class DataStagerHelpers
extends BaseRemoteConversation<DataConversation>


Field Summary
 
Fields inherited from class uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteConversation
log
 
Fields inherited from class uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteResource
EPR, proxy, repository, serviceName, soapBinding, 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()
           
 String[] getValidRoles()
           
 void read(File file)
           
 void removePolicyRule(PolicyRule rule)
           
 
Methods inherited from class uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteConversation
assertNotFinished, compareTo, finish, getChildConversations, getContextID, getParentConversation, getService, initHelper, isFinished, outOfDate, setLabel, toString
 
Methods inherited from class uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteResource
createMethod, equals, getDescription, getEndpoint, getEndpointRef, getInterface, getMethod, getParentURL, getRepository, getServiceName, getURL, getWSDL, hasMethod, invoke, invokeService, invokeService, setDescription
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface uk.ac.soton.ecs.iam.grid.comms.client.StorableInStateRepository
getDescription, getEndpointRef, getInterface, getParentURL, getRepository, getURL, setDescription
 

Constructor Detail

DataStagerHelpers

public DataStagerHelpers()
Method Detail

read

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

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


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