|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.softevo.ample.sibrelib.runtime.SequenceWriter
org.softevo.ample.sibrelib.runtime.ClassSequenceWriter
org.softevo.ample.sibrelib.runtime.OutgoingClassSequenceWriter
public class OutgoingClassSequenceWriter
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.softevo.ample.sibrelib.runtime.ClassSequenceWriter |
---|
ClassSequenceWriter.ShutdownThread |
Nested classes/interfaces inherited from class org.softevo.ample.sibrelib.runtime.SequenceWriter |
---|
SequenceWriter.Pattern, SequenceWriter.PatternNameWriter |
Field Summary | |
---|---|
protected static int |
callerClassId
|
protected static int |
callerInstanceId
|
Fields inherited from class org.softevo.ample.sibrelib.runtime.ClassSequenceWriter |
---|
classTraceMap |
Fields inherited from class org.softevo.ample.sibrelib.runtime.SequenceWriter |
---|
classToPatternSetMap, entryCounter, identityMap, identityMapFileName, lock, methodTracer, outputFileName, windowSize |
Fields inherited from interface org.softevo.sibrelib.runtime.Constants |
---|
CLASS_CALLER, CLASS_ID, CLASS_METHOD, CLASS_OBJECT, CLASS_THREAD, KEY_IDENTITYMAP, KEY_INTERNAL, KEY_OUTPUTFILE, KEY_UNDERFLOW, KEY_WINDOWSIZE, LINENUMBER_UNDEFINED, OBJECTID_STATIC, RET_CALLER_POPFAIL, RET_CALLER_PUSHFAIL, RET_CONFIGFAIL, RET_TRACE_FILEOPEN, RET_TRACE_WRITE |
Constructor Summary | |
---|---|
OutgoingClassSequenceWriter()
|
Method Summary | |
---|---|
static void |
setCaller(int threadId,
int callerInstanceId,
int callerClassId)
|
static void |
writeEntry(int threadId,
int classId,
int methodId)
|
Methods inherited from class org.softevo.ample.sibrelib.runtime.ClassSequenceWriter |
---|
addUnderfullWindows |
Methods inherited from class org.softevo.ample.sibrelib.runtime.SequenceWriter |
---|
getOrCreatePatternSet, readConfiguration, readIdentityMap, writeResults |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static int callerInstanceId
protected static int callerClassId
Constructor Detail |
---|
public OutgoingClassSequenceWriter()
Method Detail |
---|
public static void setCaller(int threadId, int callerInstanceId, int callerClassId)
public static void writeEntry(int threadId, int classId, int methodId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |