Package com.intersys.objects.reflect

Cache Reflection API is used for dynamic binding and obtaining metadata from Cache.

See:
          Description

Interface Summary
CacheArgument  
CacheClass  
CacheDescription This interface represents common information about Cache concepts like Property definition or Method arguments definitions.
CacheField A CacheField provides information about, and dynamic access to, a single field of an Object in Cache Database.
CacheMethod A CacheMethod provides information about, and access to, a single method on a Cache class.
CacheQueryInfo  
 

Class Summary
CacheModifier  
 

Package com.intersys.objects.reflect Description

Cache Reflection API is used for dynamic binding and obtaining metadata from Cache.

This package defines Reflection API for Cache objects. It can be used for dynamic binding and obtaining information about Cache classes and their methods and properties. It is designed to be similar to Java Reflection API but reflect Cache specific features.
Michael A Bouzinier
Last modified: Thu Dec 20 08:05:39 Eastern Standard Time 2001