|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.excalibur.event.impl.FixedSizeQueue.FixedSizePreparedEnqueue
private static final class FixedSizeQueue.FixedSizePreparedEnqueue
Field Summary | |
---|---|
private java.lang.Object[] |
m_elements
|
private FixedSizeQueue |
m_parent
|
Constructor Summary | |
---|---|
private |
FixedSizeQueue.FixedSizePreparedEnqueue(FixedSizeQueue parent,
java.lang.Object[] elements)
|
Method Summary | |
---|---|
void |
abort()
|
void |
commit()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final FixedSizeQueue m_parent
private java.lang.Object[] m_elements
Constructor Detail |
---|
private FixedSizeQueue.FixedSizePreparedEnqueue(FixedSizeQueue parent, java.lang.Object[] elements)
Method Detail |
---|
public void commit()
commit
in interface org.apache.excalibur.event.PreparedEnqueue
public void abort()
abort
in interface org.apache.excalibur.event.PreparedEnqueue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |