Uses of Interface
com.metamatrix.common.application.ClassLoaderManager

Packages that use ClassLoaderManager
com.metamatrix.common.application   
com.metamatrix.common.comm.platform.socket   
com.metamatrix.dqp.embedded.services   
com.metamatrix.dqp.service   
com.metamatrix.platform.service.api   
com.metamatrix.platform.service.controller   
com.metamatrix.platform.vm.controller   
com.metamatrix.server.connector.service   
com.metamatrix.server.query.service   
 

Uses of ClassLoaderManager in com.metamatrix.common.application
 

Classes in com.metamatrix.common.application that implement ClassLoaderManager
 class AbstractClassLoaderManager
           
 

Uses of ClassLoaderManager in com.metamatrix.common.comm.platform.socket
 

Classes in com.metamatrix.common.comm.platform.socket that implement ClassLoaderManager
 class SocketVMController
          Main class for a server process.
 

Uses of ClassLoaderManager in com.metamatrix.dqp.embedded.services
 

Classes in com.metamatrix.dqp.embedded.services that implement ClassLoaderManager
 class EmbeddedConfigurationService
          A File based configuration service implementation Implementation notes - While loading the VDBs also keep track of Connector Bindings loaded separately - While loading the VDBs also keep track of Connector types loaded separately - The above list also should contain the list from server config file.
 

Uses of ClassLoaderManager in com.metamatrix.dqp.service
 

Subinterfaces of ClassLoaderManager in com.metamatrix.dqp.service
 interface ConfigurationService
          Configuration Service, this is responsible for all the configuration for other services and also DQP configuration.
 

Uses of ClassLoaderManager in com.metamatrix.platform.service.api
 

Methods in com.metamatrix.platform.service.api with parameters of type ClassLoaderManager
 void ServiceInterface.init(ServiceID id, DeployedComponentID deployedComponentID, java.util.Properties props, ClientServiceRegistry listenerRegistry, ClassLoaderManager clManager)
          Instruct the service to initialize and begin processing.The service must notify any lifecycle listeners of its initialization using the unique service instance name returned.
 

Uses of ClassLoaderManager in com.metamatrix.platform.service.controller
 

Methods in com.metamatrix.platform.service.controller with parameters of type ClassLoaderManager
 void AbstractService.init(ServiceID id, DeployedComponentID deployedComponentID, java.util.Properties props, ClientServiceRegistry listenerRegistry, ClassLoaderManager clManager)
          Initialize a service using the properties specified.
 

Uses of ClassLoaderManager in com.metamatrix.platform.vm.controller
 

Classes in com.metamatrix.platform.vm.controller that implement ClassLoaderManager
 class ProcessController
          This class is used to start up a server process and start all services that are configured under this server
 

Uses of ClassLoaderManager in com.metamatrix.server.connector.service
 

Methods in com.metamatrix.server.connector.service with parameters of type ClassLoaderManager
 void ConnectorService.init(ServiceID id, DeployedComponentID deployedComponentID, java.util.Properties props, ClientServiceRegistry listenerRegistry, ClassLoaderManager clManager)
          Initialize ConnectorService
 

Uses of ClassLoaderManager in com.metamatrix.server.query.service
 

Methods in com.metamatrix.server.query.service with parameters of type ClassLoaderManager
 void QueryService.init(ServiceID id, DeployedComponentID deployedComponentID, java.util.Properties props, ClientServiceRegistry listenerRegistry, ClassLoaderManager clManager)
           
 



Copyright © 2009. All Rights Reserved.