com.ptc.windchill.upgrade.directives
Class DelayDirectives

java.lang.Object
  extended bycom.ptc.windchill.upgrade.directives.DelayDirectives
All Implemented Interfaces:
UpdateDirective

public class DelayDirectives
extends Object
implements UpdateDirective


Field Summary
static String DELAY_ATTRIBUTE_NAME
           
private  int delayInt_
           
 
Constructor Summary
DelayDirectives()
           
 
Method Summary
 void asDomOn(Element element)
           
 void execute(DirectiveServices directive_services)
           
 void initializeFromDom(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELAY_ATTRIBUTE_NAME

public static final String DELAY_ATTRIBUTE_NAME
See Also:
Constant Field Values

delayInt_

private int delayInt_
Constructor Detail

DelayDirectives

public DelayDirectives()
Method Detail

asDomOn

public void asDomOn(Element element)
             throws DirectiveIOException
Specified by:
asDomOn in interface UpdateDirective
Throws:
DirectiveIOException

initializeFromDom

public void initializeFromDom(Element element)
                       throws DirectiveIOException
Specified by:
initializeFromDom in interface UpdateDirective
Throws:
DirectiveIOException

execute

public void execute(DirectiveServices directive_services)
             throws DirectiveExecutionException
Specified by:
execute in interface UpdateDirective
Throws:
DirectiveExecutionException