gr.uoa.di.madgik.execution.plan.element.invocable
Class CheckpointConfig

java.lang.Object
  extended by gr.uoa.di.madgik.execution.plan.element.invocable.CheckpointConfig

public class CheckpointConfig
extends Object


Field Summary
 TimeUnit TimeoutUnit
           
 long TimeoutValue
           
 gr.uoa.di.madgik.grs.store.buffer.IBufferStore.MultiplexType TypeOfMultiplex
           
 gr.uoa.di.madgik.grs.proxy.IProxy.ProxyType TypeOfProxy
           
 
Constructor Summary
CheckpointConfig()
           
 
Method Summary
 void FromXML(Element XML)
           
 void FromXML(String XML)
           
 String ToXML()
           
 void Validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TypeOfProxy

public gr.uoa.di.madgik.grs.proxy.IProxy.ProxyType TypeOfProxy

TypeOfMultiplex

public gr.uoa.di.madgik.grs.store.buffer.IBufferStore.MultiplexType TypeOfMultiplex

TimeoutValue

public long TimeoutValue

TimeoutUnit

public TimeUnit TimeoutUnit
Constructor Detail

CheckpointConfig

public CheckpointConfig()
Method Detail

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.