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