Returns an Enumeration of String objects containing the names of all the objects bound to this session. @return an Enumeration of String objects specifying the names of all the objects bound to this session @exception IllegalStateExce
()
| 146 | * @exception IllegalStateException if this method is called on an invalidated session |
| 147 | */ |
| 148 | Enumeration<String> getAttributeNames(); |
| 149 | |
| 150 | /** |
| 151 | * Binds an object to this session, using the name specified. If an object of the same name is already bound to the |
no outgoing calls