org.iqual.chaplin
Class ContextManager.StackFrame

java.lang.Object
  extended by org.iqual.chaplin.ContextManager.StackFrame
Enclosing class:
ContextManager

public static class ContextManager.StackFrame
extends Object


Method Summary
 ContextAttributes getContextAttribute()
           
 String getContextClassName()
           
 String getContextId()
           
 String getMethod()
           
 String getOwner()
           
 String getSignature()
           
 Object getUserData(Object key)
           
 boolean hasUserData(Object key)
           
 boolean isContextCreated()
           
 void removeUserData(Object key)
           
 void setUserData(Object key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOwner

public String getOwner()

getMethod

public String getMethod()

getSignature

public String getSignature()

getContextId

public String getContextId()

getContextClassName

public String getContextClassName()

getContextAttribute

public ContextAttributes getContextAttribute()

isContextCreated

public boolean isContextCreated()

getUserData

public Object getUserData(Object key)

setUserData

public void setUserData(Object key,
                        Object value)

removeUserData

public void removeUserData(Object key)

hasUserData

public boolean hasUserData(Object key)


Copyright © 2009 iquality.org. All Rights Reserved.