public class SingleRegisteredInvocation extends java.lang.Object implements RegisteredInvocations, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private Invocation |
invocation |
| Constructor and Description |
|---|
SingleRegisteredInvocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Invocation invocation) |
void |
clear() |
java.util.List<Invocation> |
getAll() |
boolean |
isEmpty() |
void |
removeLast() |
private Invocation invocation
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