Package org.jboss.marshalling
Class TraceInformation.MethodInfo
- java.lang.Object
-
- org.jboss.marshalling.TraceInformation.Info
-
- org.jboss.marshalling.TraceInformation.MethodInfo
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- TraceInformation
public static final class TraceInformation.MethodInfo extends TraceInformation.Info implements java.io.Serializable
Information specific to a method execution.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TraceInformation.MethodInfo.Type
The type of method being executed.
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MethodInfo(TraceInformation.Info cause)
-
Method Summary
-
Methods inherited from class org.jboss.marshalling.TraceInformation.Info
getCause, toString, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MethodInfo
MethodInfo(TraceInformation.Info cause)
-
-