|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.excalibur.event.impl.LossyMultiCastSink.DefaultPreparedEnqueue
private static final class LossyMultiCastSink.DefaultPreparedEnqueue
A prepared enqueue object that holds other prepared enqueue objects and allows to perform a commit / abort on all of these objects.
| Field Summary | |
|---|---|
private java.util.Collection |
m_preparedEnqueues
A collection of prepared enqueue objects |
| Constructor Summary | |
|---|---|
private |
LossyMultiCastSink.DefaultPreparedEnqueue()
|
| Method Summary | |
|---|---|
void |
abort()
|
void |
addPreparedEnqueue(org.apache.excalibur.event.PreparedEnqueue preparedEnqueue)
Adds a prepared enqueue object to the list of prepared enqueues. |
void |
commit()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.util.Collection m_preparedEnqueues
| Constructor Detail |
|---|
private LossyMultiCastSink.DefaultPreparedEnqueue()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||