Class CallStack
- java.lang.Object
-
- com.sun.enterprise.admin.util.proxy.CallStack
-
public class CallStack extends Object
Represents a call stack.
-
-
Constructor Summary
Constructors Constructor Description CallStack()Creates a new instance of CallStack
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeginCall(Call call)voidbeginCall(Method m, Object[] args)voidendCall()voidendCallWithError(Throwable th)CallgetActiveCall()IteratorgetCallStack()intgetStackSize()
-