|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.curjent.impl.agent.SyntheticTask
final class SyntheticTask
Class for synthetic task methods. These methods are not actually called when
a synthetic message is dispatched. These merely provide consistency for
call metadata, especically CallSite.getTaskMethod()
.
Constructor Summary | |
---|---|
SyntheticTask()
|
Method Summary | |
---|---|
void |
isolated()
Isolated marker calls. |
void |
leading()
Leading marker calls. |
void |
standard()
Standard, non-marker calls. |
void |
trailing()
Trailing marker calls. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
SyntheticTask()
Method Detail |
---|
public void standard()
standard
in interface SyntheticInterface
Agent.mark(Object)
@Marker public void trailing()
trailing
in interface SyntheticInterface
Agent.mark(Object)
@Leading public void leading()
leading
in interface SyntheticInterface
Agent.mark(Object)
@Isolated public void isolated()
isolated
in interface SyntheticInterface
Agent.mark(Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |