gr.uoa.di.madgik.execution.plan.element.attachment
Class ExecutionAttachment

java.lang.Object
  extended by gr.uoa.di.madgik.execution.plan.element.attachment.ExecutionAttachment

public class ExecutionAttachment
extends Object


Nested Class Summary
static class ExecutionAttachment.AttachmentLocation
           
 
Field Summary
 boolean CleanUpRestored
           
 ExecutionAttachment.AttachmentLocation LocationType
           
 String LocationValue
           
 String Permissions
           
 String RestoreLocationValue
           
 File tmpFile
           
 
Constructor Summary
ExecutionAttachment()
           
 
Method Summary
 void FromXML(Element XML)
           
 void FromXML(String XML)
           
 void MoveTmpToRestore(ExecutionHandle Handle)
           
 String ToXML()
           
 void Validate()
           
 void WriteLocalFromStorage(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
           
 void WriteLocalFromStream(DataInputStream din)
           
 void WriteLocalToStream(DataOutputStream dout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LocationType

public ExecutionAttachment.AttachmentLocation LocationType

LocationValue

public String LocationValue

RestoreLocationValue

public String RestoreLocationValue

CleanUpRestored

public boolean CleanUpRestored

Permissions

public String Permissions

tmpFile

public File tmpFile
Constructor Detail

ExecutionAttachment

public ExecutionAttachment()
Method Detail

MoveTmpToRestore

public void MoveTmpToRestore(ExecutionHandle Handle)
                      throws Exception
Throws:
Exception

WriteLocalFromStorage

public void WriteLocalFromStorage(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
                           throws Exception
Throws:
Exception

WriteLocalFromStream

public void WriteLocalFromStream(DataInputStream din)
                          throws Exception
Throws:
Exception

WriteLocalToStream

public void WriteLocalToStream(DataOutputStream dout)
                        throws IOException
Throws:
IOException

Validate

public void Validate()
              throws ExecutionValidationException
Throws:
ExecutionValidationException

ToXML

public String ToXML()
             throws ExecutionSerializationException
Throws:
ExecutionSerializationException

FromXML

public void FromXML(String XML)
             throws ExecutionSerializationException
Throws:
ExecutionSerializationException

FromXML

public void FromXML(Element XML)
             throws ExecutionSerializationException
Throws:
ExecutionSerializationException


Copyright © 2013. All Rights Reserved.