dbXML API

Uses of Package
com.dbxml.db.core.extension

Packages that use com.dbxml.db.core.extension
com.dbxml.db.common.scripting Defines the dbXML Scripting package. 
com.dbxml.db.common.security Implements the standard SecurityManager classes. 
com.dbxml.db.core This is the top-level package for all dbXML Core functionality. 
com.dbxml.db.core.extension Defines the dbXML Extension interface and implements ExtensionManager, a reflection/invokation system and a Simple Extension implementation. 
com.dbxml.db.core.system This package contains system-level classes and Extensions. 
com.dbxml.db.enterprise.sync Implements the Extensions and Triggers required to perform seemless synchronization between servers. 
 

Classes in com.dbxml.db.core.extension used by com.dbxml.db.common.scripting
Extension
          Extension is an interface used to identify a class as a being a dbXML extension.
SimpleExtension
          SimpleExtension implements default behavior for the required methods of the Extension interface.
 

Classes in com.dbxml.db.core.extension used by com.dbxml.db.common.security
Extension
          Extension is an interface used to identify a class as a being a dbXML extension.
SimpleExtension
          SimpleExtension implements default behavior for the required methods of the Extension interface.
 

Classes in com.dbxml.db.core.extension used by com.dbxml.db.core
ExtensionManager
          ExtensionManager manages Extension instances.
 

Classes in com.dbxml.db.core.extension used by com.dbxml.db.core.extension
Extension
          Extension is an interface used to identify a class as a being a dbXML extension.
ExtensionException
          A ExtensionException is thrown by the Reflector if an exception occurs in the reflection, lookup, or execution of an Extension's method.
 

Classes in com.dbxml.db.core.extension used by com.dbxml.db.core.system
Extension
          Extension is an interface used to identify a class as a being a dbXML extension.
SimpleExtension
          SimpleExtension implements default behavior for the required methods of the Extension interface.
 

Classes in com.dbxml.db.core.extension used by com.dbxml.db.enterprise.sync
Extension
          Extension is an interface used to identify a class as a being a dbXML extension.
SimpleExtension
          SimpleExtension implements default behavior for the required methods of the Extension interface.
 


dbXML API

Copyright (c) 2004 The dbXML Group