Skip navigation links


Uses of Class
com.essbase.eas.client.plugins.Information

Packages that use Information
com.essbase.eas.client.manager   
com.essbase.eas.client.plugins Provides classes and interfaces relating to Essbase Administration Services plug-in components. 

 

Uses of Information in com.essbase.eas.client.manager

 

Methods in com.essbase.eas.client.manager that return Information
static Information[] ComponentManager.getInstalledComponents()
          retrieves the set of installed components; returns them as an array of Information objects.

 

Methods in com.essbase.eas.client.manager with parameters of type Information
static void ComponentManager.addComponent(Information value)
          adds a new component to the set of installed components.
static java.lang.Class ComponentManager.getClassForComponent(Information info, java.lang.String className)
          finds a class belonging to a specific component and loads the class.
static void ComponentManager.removeComponent(Information value)
          removes a component from the set of installed components.
static void ComponentManager.setComponentsTo(Information[] values)
          sets the list of components.

 

Uses of Information in com.essbase.eas.client.plugins

 

Methods in com.essbase.eas.client.plugins that return Information
 Information[] PluginList.getPlugins()
           

 

Constructors in com.essbase.eas.client.plugins with parameters of type Information
Information(Information source)
          creates a new information object from an existing one.
PluginList(Information[] sources)
           

 


Skip navigation links


Copyright © 2001, 2007, Oracle. All rights reserved.