de.opsdesign.yax.common
Class StepEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.opsdesign.yax.common.YaxEvent
          extended by de.opsdesign.yax.common.StepEvent
All Implemented Interfaces:
java.io.Serializable

public class StepEvent
extends YaxEvent

should be used by Step instances (Steps and StepTypes with reference to the current Step instance)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.opsdesign.yax.common.YaxEvent
exceptionCause, exceptionClass, message
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StepEvent(Step step)
           
StepEvent(Step step, Message message)
           
StepEvent(Step step, Message message, java.lang.Class exceptionClass)
           
StepEvent(Step step, Message message, java.lang.Class exceptionClass, java.lang.Exception exceptionCause)
           
 
Method Summary
 
Methods inherited from class de.opsdesign.yax.common.YaxEvent
getExceptionCause, getExceptionClass, getMessage, getMessageMessage, getMessageSeverity, getName, hasExceptionCause, isComponentEvent, isConfigurationEvent, isConfigurationException, isContainerEvent, isContextEvent, isException, isRunException, isStepEvent
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepEvent

public StepEvent(Step step)

StepEvent

public StepEvent(Step step,
                 Message message)

StepEvent

public StepEvent(Step step,
                 Message message,
                 java.lang.Class exceptionClass)

StepEvent

public StepEvent(Step step,
                 Message message,
                 java.lang.Class exceptionClass,
                 java.lang.Exception exceptionCause)


Copyright © 2008 OPS Design GmbH. All Rights Reserved.