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