| 
Class Summary | 
| ClassMap | 
A cache of introspection information for a specific class instance. | 
| ClassMap.CacheMiss | 
  | 
| ClassMap.MethodInfo | 
Used for the iterative discovery process for public methods. | 
| IntrospectionCacheData | 
Holds information for node-local context data introspection
  information. | 
| Introspector | 
This basic function of this class is to return a Method
 object for a particular class given the name of a method
 and the parameters to the method in the form of an Object[]
 The first time the Introspector sees a 
 class it creates a class method map for the
 class in question. | 
| IntrospectorBase | 
This basic function of this class is to return a Method
 object for a particular class given the name of a method
 and the parameters to the method in the form of an Object[]
 The first time the Introspector sees a 
 class it creates a class method map for the
 class in question. | 
| MethodMap | 
  |