|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.logger.DefaultChannelLogRecord
A standard implementation of a channel log record. Includes an equals( Object ) and hashCode() implementation.
Constructor Summary | |
DefaultChannelLogRecord(java.lang.String s,
short me,
short ma)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getClassSignature()
Returns the signature for the class (fully-qualified class name + the checksum for the class bytecode). |
short |
getMarkIndex()
Returns the recorded index for the channel's mark in this method. |
short |
getMethodIndex()
Returns the index for the method in which this entry was recorded. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultChannelLogRecord(java.lang.String s, short me, short ma)
Method Detail |
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String getClassSignature()
IChannelLogRecord
getClassSignature
in interface IChannelLogRecord
public short getMethodIndex()
IChannelLogRecord
getMethodIndex
in interface IChannelLogRecord
public short getMarkIndex()
IChannelLogRecord
getMarkIndex
in interface IChannelLogRecord
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |