org.openspaces.esb.mule.seda
Class InternalEventEntry
java.lang.Object
com.j_spaces.core.client.MetaDataEntry
org.openspaces.esb.mule.seda.InternalEventEntry
- All Implemented Interfaces:
- IMetaDataEntry, Externalizable, Serializable, net.jini.core.entry.Entry
public class InternalEventEntry
- extends MetaDataEntry
- implements Externalizable
An internal entry holding the name of the serice (that has the SEDA queue) and the
actual mule event to be used.
- Author:
- kimchy
- See Also:
- Serialized Form
Methods inherited from class com.j_spaces.core.client.MetaDataEntry |
__getEntryInfo, __setEntryInfo, _readExternal, _writeExternal, isFifo, isNOWriteLeaseMode, isTransient, makePersistent, makeTransient, setFifo, setNOWriteLeaseMode, setTransient |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
event
public org.mule.api.MuleEvent event
marshalledObject
public byte[] marshalledObject
InternalEventEntry
public InternalEventEntry()
InternalEventEntry
public InternalEventEntry(org.mule.api.MuleEvent event,
String name)
__getSpaceIndexedFields
public static String[] __getSpaceIndexedFields()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
getName
public String getName()
setName
public void setName(String name)
getEvent
public org.mule.api.MuleEvent getEvent()
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
setEvent
public void setEvent(org.mule.api.MuleEvent event)
Copyright © GigaSpaces.