Returns the object bound with the specified name in this session, or null if no object is bound under the name. @param name a string specifying the name of the object @return the object with the specified name @exception IllegalStateException if this method is called on an invalidate
(String name)
| 135 | * @exception IllegalStateException if this method is called on an invalidated session |
| 136 | */ |
| 137 | Object getAttribute(String name); |
| 138 | |
| 139 | /** |
| 140 | * Returns an <code>Enumeration</code> of <code>String</code> objects containing the names of all the objects bound |
no outgoing calls