Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.event.jms
Class SerializableEventBundle

java.lang.Object
  extended by org.nuxeo.ecm.core.event.jms.SerializableEventBundle
All Implemented Interfaces:
Serializable

public class SerializableEventBundle
extends Object
implements Serializable

Serializable representation of an EventBundle that is used for JMS forwarding.

Author:
Thierry Delprat
See Also:
Serialized Form

Nested Class Summary
static class SerializableEventBundle.CannotReconstruct
           
 class SerializableEventBundle.EventBundleRelayedViaJMS
           
 
Constructor Summary
SerializableEventBundle(EventBundle events)
           
 
Method Summary
 String getCoreInstanceName()
           
 String getEventBundleName()
           
 VMID getSourceVMID()
           
 EventBundle reconstructEventBundle(CoreSession session)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableEventBundle

public SerializableEventBundle(EventBundle events)
Method Detail

getSourceVMID

public VMID getSourceVMID()

getEventBundleName

public String getEventBundleName()

getCoreInstanceName

public String getCoreInstanceName()

reconstructEventBundle

public EventBundle reconstructEventBundle(CoreSession session)
                                   throws SerializableEventBundle.CannotReconstruct
Throws:
SerializableEventBundle.CannotReconstruct

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.