com.sun.enterprise.admin.util.proxy
Class CallStack

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

public class CallStack
extends java.lang.Object

Represents a call stack.


Constructor Summary
CallStack()
          Creates a new instance of CallStack
 
Method Summary
 void beginCall(Call call)
           
 void beginCall(java.lang.reflect.Method m, java.lang.Object[] args)
           
 void endCall()
           
 void endCallWithError(java.lang.Throwable th)
           
 Call getActiveCall()
           
 java.util.Iterator getCallStack()
           
 int getStackSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallStack

public CallStack()
Creates a new instance of CallStack

Method Detail

getStackSize

public int getStackSize()

beginCall

public void beginCall(java.lang.reflect.Method m,
                      java.lang.Object[] args)

beginCall

public void beginCall(Call call)

endCall

public void endCall()

endCallWithError

public void endCallWithError(java.lang.Throwable th)

getActiveCall

public Call getActiveCall()

getCallStack

public java.util.Iterator getCallStack()


Copyright © 2012 GlassFish Community. All Rights Reserved.