Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01

Uses of Interface
oracle.reports.plugin.PluginFactory

Packages that use PluginFactory
oracle.reports.plugin   
oracle.reports.plugin.datasource   
 

Uses of PluginFactory in oracle.reports.plugin
 

Classes in oracle.reports.plugin that implement PluginFactory
 class PluginFactoryTemplate
          Base Factory class of Template Plug-in Data Source.
 

Methods in oracle.reports.plugin that return PluginFactory
 PluginFactory Plugin.getFactory()
          Gets the factory object which creates this plugin.
 

Methods in oracle.reports.plugin with parameters of type PluginFactory
 void Plugin.setFactory(PluginFactory fac)
          Sets the factory object which creates this plugin.
 

Uses of PluginFactory in oracle.reports.plugin.datasource
 

Subinterfaces of PluginFactory in oracle.reports.plugin.datasource
 interface PluginDataSourceFactory
          Factory of Plugin Data Source, which is used to create Plugin Data Source instance as well as to hold the shared or even static information or behavior of this type of Plugin Data Source.
 

Classes in oracle.reports.plugin.datasource that implement PluginFactory
 class PluginDataSourceFactoryTemplate
          Factory class of Template Plug-in Data Source.
 

Fields in oracle.reports.plugin.datasource declared as PluginFactory
protected  PluginFactory PluginDataSourceTemplate.mFactory
           
 

Methods in oracle.reports.plugin.datasource that return PluginFactory
 PluginFactory PluginDataSourceTemplate.getFactory()
          Gets the factory passed to setFactory.
 

Methods in oracle.reports.plugin.datasource with parameters of type PluginFactory
 void PluginDataSourceTemplate.setFactory(PluginFactory fac)
          Sets the factory which creates the Plugin.
 


Oracle Reports
Java API Reference

Copyright © 1994, 2009 Oracle Corporation. All Rights Reserved.