public class DefaultRegisteredInvocations extends Object implements RegisteredInvocations, Serializable
Constructor and Description |
---|
DefaultRegisteredInvocations() |
Modifier and Type | Method and Description |
---|---|
void |
add(Invocation invocation) |
void |
clear() |
List<Invocation> |
getAll() |
boolean |
isEmpty() |
void |
removeLast() |
public void add(Invocation invocation)
add
in interface RegisteredInvocations
public void removeLast()
removeLast
in interface RegisteredInvocations
public List<Invocation> getAll()
getAll
in interface RegisteredInvocations
public void clear()
clear
in interface RegisteredInvocations
public boolean isEmpty()
isEmpty
in interface RegisteredInvocations