| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface which states that the object can be converted into a Map.
| Field Summary | |
| static java.lang.String | MAP_CAPABLE_CLASS_NAME_KEYThe key for the type of Object this Map represents; all MapCapable objects will place their classname keyed by this key as a String into the Map returned from asMap(). | 
| Method Summary | |
|  java.util.Map | asMap()To be capable of being serialized and deserialized by generic clients, the following rules must be observed for the resulting Map. | 
|  java.lang.String | getMapClassName()Return the interface that this Map represents (the Java classname). | 
| Field Detail | 
public static final java.lang.String MAP_CAPABLE_CLASS_NAME_KEY
| Method Detail | 
public java.util.Map asMap()
The Map itself and any items it references, directly or indirectly must be of a class of one of the following:
public java.lang.String getMapClassName()
| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.