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 RegisteredInvocationspublic void removeLast()
removeLast in interface RegisteredInvocationspublic java.util.List<Invocation> getAll()
getAll in interface RegisteredInvocationspublic void clear()
clear in interface RegisteredInvocationspublic boolean isEmpty()
isEmpty in interface RegisteredInvocations