@Weight(value=VARIABLE) public abstract static class Deferrers.Deferred extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
private int |
stackDepth |
| Constructor and Description |
|---|
Deferred()
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
executeDeferred()
Execute call.
|
int |
getStackDepth()
Get the stack depth detected during object creation.
|
private static final long serialVersionUID
private final int stackDepth
public int getStackDepth()
public abstract void executeDeferred()
throws java.lang.Exception
java.lang.Exception - it will be thrown for error.