Class CallStack

java.lang.Object
com.sun.enterprise.admin.util.proxy.CallStack

public class CallStack extends Object
Represents a call stack.
  • Constructor Details

    • CallStack

      public CallStack()
      Creates a new instance of CallStack
  • Method Details

    • getStackSize

      public int getStackSize()
    • beginCall

      public void beginCall(Method m, Object[] args)
    • beginCall

      public void beginCall(Call call)
    • endCall

      public void endCall()
    • endCallWithError

      public void endCallWithError(Throwable th)
    • getActiveCall

      public Call getActiveCall()
    • getCallStack

      public Iterator getCallStack()