- All Known Implementing Classes:
RemoteInvocationStackTraceElementDetail
public interface RemoteInvocationDetail
Remote invocation stack trace element details.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StackTraceElementfrom(RemoteInvocationDetail detail) Gets a stack trace element fromRemoteInvocationDetailGets the class nameGets the file nameintGets the line numberGets the method name
-
Method Details
-
from
Gets a stack trace element fromRemoteInvocationDetail- Parameters:
detail-RemoteInvocationDetail- Returns:
StackTraceElement
-
getClassName
String getClassName()Gets the class name- Returns:
- class name
-
getMethodName
String getMethodName()Gets the method name- Returns:
- method name
-
getFileName
String getFileName()Gets the file name- Returns:
- file name
-
getLineNumber
int getLineNumber()Gets the line number- Returns:
- line number
-