dbXML API

Uses of Interface
org.dbxml.core.objects.Reflectable

Packages that use Reflectable
org.dbxml.core.objects Defines the dbXML XMLObject interface and implements XMLObjectManager, a reflection/invokation system and a Simple XMLObject implementation. 
org.dbxml.core.system This package contains system-level classes and XMLObjects. 
org.dbxml.tests Implements a few tools used to test various aspects of dbXML as it is under development. 
 

Uses of Reflectable in org.dbxml.core.objects
 

Subinterfaces of Reflectable in org.dbxml.core.objects
 interface XMLObject
          XMLObject is an interface used to identify a class as a being a dbXML XML Object.
 

Classes in org.dbxml.core.objects that implement Reflectable
 class SimpleReflectable
          SimpleReflectable
 class SimpleXMLObject
          SimpleXMLObject
 

Methods in org.dbxml.core.objects with parameters of type Reflectable
 java.lang.Object Reflector.invoke(Reflectable obj, java.lang.String name, java.lang.Object[] params)
          invoke invokes the named method against the specified Reflectable Object, passing to the method the set of specified parameters.
 java.lang.Object Reflector.invoke(Reflectable obj, java.lang.String name, Variant[] args)
          invoke invokes the named method against the specified Reflectable Object, passing to the method the set of specified parameters.
 java.lang.Object Reflector.invoke(Reflectable obj, java.lang.String name, Args params)
          invoke invokes the named method against the specified Reflectable Object, passing to the method the set of specified parameters.
 java.lang.Object Reflector.invoke(Reflectable obj, java.lang.String name, org.w3c.dom.Element element)
          invoke invokes the named method against the specified Reflectable Object, passing to the method the set of specified parameters.
 

Uses of Reflectable in org.dbxml.core.system
 

Classes in org.dbxml.core.system that implement Reflectable
 class Sequencer
          Sequencer is a system-level sequencer for creating auto-incrementing values.
 

Uses of Reflectable in org.dbxml.tests
 

Classes in org.dbxml.tests that implement Reflectable
 class TestSecurity
          Simple portal demo application.
 class TestXmlObject
           
 


dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved