com.sun.enterprise.admin.util.proxy
Class CallStack
java.lang.Object
com.sun.enterprise.admin.util.proxy.CallStack
public class CallStack
- extends Object
Represents a call stack.
|
Constructor Summary |
CallStack()
Creates a new instance of CallStack |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallStack
public CallStack()
- Creates a new instance of CallStack
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()
Copyright © 2012 GlassFish Community. All Rights Reserved.