org.milyn.event.types
Class ConfigBuilderEvent

java.lang.Object
  extended by org.milyn.event.types.ConfigBuilderEvent
All Implemented Interfaces:
ExecutionEvent

public class ConfigBuilderEvent
extends Object
implements ExecutionEvent

Condifuration Builder Event.

Author:
tom.fennelly@gmail.com

Constructor Summary
ConfigBuilderEvent(SmooksResourceConfiguration resourceConfig, String message)
           
ConfigBuilderEvent(SmooksResourceConfiguration resourceConfig, String message, Throwable thrown)
           
ConfigBuilderEvent(String message)
           
 
Method Summary
 String getMessage()
           
 SmooksResourceConfiguration getResourceConfig()
           
 Throwable getThrown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigBuilderEvent

public ConfigBuilderEvent(String message)

ConfigBuilderEvent

public ConfigBuilderEvent(SmooksResourceConfiguration resourceConfig,
                          String message)

ConfigBuilderEvent

public ConfigBuilderEvent(SmooksResourceConfiguration resourceConfig,
                          String message,
                          Throwable thrown)
Method Detail

getResourceConfig

public SmooksResourceConfiguration getResourceConfig()

getMessage

public String getMessage()

getThrown

public Throwable getThrown()


Copyright © 2008. All Rights Reserved.