private static final class LossyMultiCastSink.DefaultPreparedEnqueue
extends java.lang.Object
implements org.apache.excalibur.event.PreparedEnqueue
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection |
m_preparedEnqueues
A collection of prepared enqueue objects
|
| Modifier | Constructor and Description |
|---|---|
private |
LossyMultiCastSink.DefaultPreparedEnqueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
addPreparedEnqueue(org.apache.excalibur.event.PreparedEnqueue preparedEnqueue)
Adds a prepared enqueue object to the list
of prepared enqueues.
|
void |
commit() |
private final java.util.Collection m_preparedEnqueues
private LossyMultiCastSink.DefaultPreparedEnqueue()
public void abort()
abort in interface org.apache.excalibur.event.PreparedEnqueuePreparedEnqueue.abort()public void commit()
commit in interface org.apache.excalibur.event.PreparedEnqueuePreparedEnqueue.commit()public void addPreparedEnqueue(org.apache.excalibur.event.PreparedEnqueue preparedEnqueue)
preparedEnqueue - The prepared enqueue object to be added.