public class DefaultRegisteredInvocations extends java.lang.Object implements RegisteredInvocations, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
private static class |
DefaultRegisteredInvocations.RemoveToString |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<Invocation> |
invocations |
private static long |
serialVersionUID |
Constructor and Description |
---|
DefaultRegisteredInvocations() |
Modifier and Type | Method and Description |
---|---|
void |
add(Invocation invocation) |
void |
clear() |
java.util.List<Invocation> |
getAll() |
boolean |
isEmpty() |
void |
removeLast() |
private static final long serialVersionUID
private final java.util.LinkedList<Invocation> invocations
public void add(Invocation invocation)
add
in interface RegisteredInvocations
public void removeLast()
removeLast
in interface RegisteredInvocations
public java.util.List<Invocation> getAll()
getAll
in interface RegisteredInvocations
public void clear()
clear
in interface RegisteredInvocations
public boolean isEmpty()
isEmpty
in interface RegisteredInvocations