public class CallFrame extends Object
| Constructor and Description |
|---|
CallFrame() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
boolean |
hasAttribute(String name) |
void |
registerDestructionCallback(String name,
Runnable callback) |
Object |
removeAttribute(String name) |
void |
setAttribute(String name,
Object value) |
public boolean hasAttribute(String name)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.