palio.modules.hetman.objects
Class ProcessView

java.lang.Object
  extended by palio.modules.hetman.objects.HetmanObject
      extended by palio.modules.hetman.objects.ProcessView

public class ProcessView
extends HetmanObject

Author:
Krzysztof Madyniak (kmadyniak@torn.com.pl)

Constructor Summary
ProcessView(Process process, java.lang.String palioObjectCode)
           
 
Method Summary
 void execute(java.lang.Object instanceId, java.lang.String infoMessage, java.lang.String errorMessage)
           
 
Methods inherited from class palio.modules.hetman.objects.HetmanObject
getPalioObjectCode, getProcess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessView

public ProcessView(Process process,
                   java.lang.String palioObjectCode)
Method Detail

execute

public void execute(java.lang.Object instanceId,
                    java.lang.String infoMessage,
                    java.lang.String errorMessage)
             throws palio.PalioException,
                    HetmanException
Throws:
palio.PalioException
HetmanException