Oracle Content Management SDK

Uses of Class
oracle.ifs.common.ParameterTable

Packages that use ParameterTable
oracle.ifs.common   
oracle.ifs.management.domain   
 

Uses of ParameterTable in oracle.ifs.common
 

Fields in oracle.ifs.common declared as ParameterTable
protected  ParameterTable BaseMain.m_parametertable
          The parameter table (a table of name/value pairs build up from param.def
 

Methods in oracle.ifs.common that return ParameterTable
 ParameterTable BaseMain.getParameterTable()
          Returns the ParameterTable used by this instance.
 

Uses of ParameterTable in oracle.ifs.management.domain
 

Methods in oracle.ifs.management.domain that return ParameterTable
 ParameterTable DomainController.getServerConfiguration(java.lang.String name, java.lang.String schemaPassword)
          Gets the configuration parameters for the specified SERVERCONFIGURATION.
 ParameterTable DomainManager.getServerConfiguration(java.lang.String name)
          Gets the configuration parameters for the specified SERVERCONFIGURATION.
 ParameterTable Server.getParameterTable()
          Gets the configuration parameters for this Server.
 ParameterTable DomainManagerInterface.getServerConfiguration(java.lang.String name)
          Gets the configuration parameters for the specified SERVERCONFIGURATION.
 ParameterTable DomainControllerInterface.getServerConfiguration(java.lang.String name, java.lang.String schemaPassword)
          Gets the configuration parameters for the specified SERVERCONFIGURATION.
 

Methods in oracle.ifs.management.domain with parameters of type ParameterTable
 ServerManagerInterface NodeManagerInterface.loadServer(java.lang.String serverName, java.lang.String serviceName, ParameterTable parameterTable)
          Loads a server on this NodeManager.
protected  void ServerManager.initialize(java.lang.String name, NodeManager nodeManager, java.lang.String serviceName, ParameterTable parameterTable)
          Initializes this ServerManager.
 void Server.initialize(java.lang.String name, ServerManager serverManager, NodeManager nodeManager, java.lang.String serviceName, ParameterTable parameterTable)
          Initializes this Server (internal).
 void Server.initialize(java.lang.String name, java.lang.String serviceName, java.lang.String schemaPassword, ParameterTable parameterTable, java.io.PrintWriter logWriter, int logLevel)
          Initializes this Server (standalone).
 ServerManagerInterface NodeManager.loadServer(java.lang.String serverName, java.lang.String serviceName, ParameterTable parameterTable)
          Loads a server on this NodeManager.
 

Constructors in oracle.ifs.management.domain with parameters of type ParameterTable
ServerManager(java.lang.String name, ParameterTable parameterTable)
          Constructs a ServerManager.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.