palio.modules.hetman.objects
Class ProcessBreak

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

public class ProcessBreak
extends HetmanObject

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

Constructor Summary
ProcessBreak(Process process, java.lang.String palioObjectCode)
           
 
Method Summary
 void execute(java.lang.Object instanceId, java.lang.String message)
           
 
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

ProcessBreak

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

execute

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