|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISequenceJoinPoint
Interface for a join point information that is used by MaintainJ plug-in.
Method Summary | |
---|---|
CallSignature |
getCallSignature()
Returns CallSignature for this join point |
long |
getEndTime()
End time of this method call as returned by System.currentTimeMillis() |
ISequenceJoinPoint |
getMatchingJoinPoint()
Returns the matching join point. |
long |
getResponseTime()
Returns the response time of this method in milliseconds. |
java.lang.String |
getSourceLocation()
The source file name and the line number where this call originates. |
long |
getStartTime()
Start time of this method call as returned by System.currentTimeMillis() |
java.lang.String |
getTargetClass()
The target class name with package name |
java.lang.String |
getThisClass()
The source class name with package name |
java.lang.String |
getWithinType()
The name of the class where this method is defined. |
int |
hashCode()
hashCode for this join point. |
boolean |
isReturnCall()
Returns true if this is a return call |
boolean |
isSelfCall()
Returns true if this is a self call |
Method Detail |
---|
CallSignature getCallSignature()
long getEndTime()
ISequenceJoinPoint getMatchingJoinPoint()
long getResponseTime()
java.lang.String getSourceLocation()
long getStartTime()
java.lang.String getTargetClass()
java.lang.String getThisClass()
java.lang.String getWithinType()
int hashCode()
hashCode
in class java.lang.Object
boolean isReturnCall()
boolean isSelfCall()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |