org.mule.util.queue
Class EventHolder

java.lang.Object
  extended byorg.mule.util.queue.EventHolder
All Implemented Interfaces:
java.io.Serializable

public class EventHolder
extends java.lang.Object
implements java.io.Serializable

EventHolder used to contain an event for serialisation. The UMOEvent can be reconstructed from this holder object.

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason
See Also:
Serialized Form

Constructor Summary
EventHolder(UMOEvent event)
           
 
Method Summary
 UMOEvent getEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHolder

public EventHolder(UMOEvent event)
Method Detail

getEvent

public UMOEvent getEvent()
                  throws InitialisationException
Throws:
InitialisationException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.