com.ptc.windchill.upgrade.directives
Class MessageDirective

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

public class MessageDirective
extends Object
implements UpdateDirective


Field Summary
static String MESSAGE_ATTRIBUTE_NAME
           
private  ParameterizedString msg_
           
 
Constructor Summary
MessageDirective()
           
 
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

msg_

private ParameterizedString msg_

MESSAGE_ATTRIBUTE_NAME

public static final String MESSAGE_ATTRIBUTE_NAME
See Also:
Constant Field Values
Constructor Detail

MessageDirective

public MessageDirective()
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