org.curjent.impl.agent
Interface SyntheticInterface

All Known Implementing Classes:
SyntheticTask

interface SyntheticInterface

Interface for synthetic interface methods. These primarily provide consistency for call metadata, such as CallSite.getInterfaceMethod().


Method Summary
 void isolated()
          Isolated marker calls.
 void leading()
          Leading marker calls.
 void standard()
          Standard, non-marker calls.
 void trailing()
          Trailing marker calls.
 

Method Detail

standard

void standard()
Standard, non-marker calls.

See Also:
Agent.mark(Object)

trailing

void trailing()
Trailing marker calls.

See Also:
Agent.mark(Object)

leading

void leading()
Leading marker calls.

See Also:
Agent.mark(Object)

isolated

void isolated()
Isolated marker calls.

See Also:
Agent.mark(Object)


Copyright 2009-2011 Tom Landon
Apache License 2.0