public class SynchronizedPropagationList extends Object implements PropagationList
| Modifier and Type | Class and Description |
|---|---|
static class |
SynchronizedPropagationList.PropagationEntryIterator |
| Constructor and Description |
|---|
SynchronizedPropagationList(InternalWorkingMemory workingMemory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(PropagationEntry entry) |
void |
flush() |
void |
flushNonMarshallable() |
boolean |
isEmpty() |
Iterator<PropagationEntry> |
iterator() |
void |
reset() |
public SynchronizedPropagationList(InternalWorkingMemory workingMemory)
public void addEntry(PropagationEntry entry)
addEntry in interface PropagationListpublic void flush()
flush in interface PropagationListpublic void flushNonMarshallable()
flushNonMarshallable in interface PropagationListpublic void reset()
reset in interface PropagationListpublic boolean isEmpty()
isEmpty in interface PropagationListpublic Iterator<PropagationEntry> iterator()
iterator in interface PropagationListCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.