Nuxeo Enterprise Platform 5.4

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

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

public class SerializableEventBundle
extends java.lang.Object
implements java.io.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
 java.lang.String getCoreInstanceName()
           
 java.lang.String getEventBundleName()
           
 java.rmi.dgc.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 java.rmi.dgc.VMID getSourceVMID()

getEventBundleName

public java.lang.String getEventBundleName()

getCoreInstanceName

public java.lang.String getCoreInstanceName()

reconstructEventBundle

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.