public class SingleRegisteredInvocation extends java.lang.Object implements RegisteredInvocations, java.io.Serializable
| Constructor and Description |
|---|
SingleRegisteredInvocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Invocation invocation) |
java.util.List<Invocation> |
getAll() |
boolean |
isEmpty() |
void |
removeLast() |
public void add(Invocation invocation)
add in interface RegisteredInvocationspublic void removeLast()
removeLast in interface RegisteredInvocationspublic java.util.List<Invocation> getAll()
getAll in interface RegisteredInvocationspublic boolean isEmpty()
isEmpty in interface RegisteredInvocations