org.apache.commons.pipeline.event
Class PipelineShutdownRequest

java.lang.Object
  extended by java.util.EventObject
      extended by org.apache.commons.pipeline.event.PipelineShutdownRequest
All Implemented Interfaces:
Serializable

public class PipelineShutdownRequest
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PipelineShutdownRequest(Stage source, String message)
          Creates a new instance of ObjectProcessedEvent
 
Method Summary
 String getMessage()
           
 Stage getSource()
           
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PipelineShutdownRequest

public PipelineShutdownRequest(Stage source,
                               String message)
Creates a new instance of ObjectProcessedEvent

Method Detail

getSource

public Stage getSource()
Overrides:
getSource in class EventObject

getMessage

public String getMessage()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.