Uses of Class
com.metamatrix.common.application.exception.ApplicationLifecycleException

Packages that use ApplicationLifecycleException
com.metamatrix.common.application   
com.metamatrix.dqp.embedded.services   
com.metamatrix.dqp.service   
com.metamatrix.dqp.service.metadata   
com.metamatrix.server.connector.service   
com.metamatrix.server.dqp.service   
 

Uses of ApplicationLifecycleException in com.metamatrix.common.application
 

Methods in com.metamatrix.common.application that throw ApplicationLifecycleException
 void ApplicationService.start(ApplicationEnvironment environment)
          Start the service with the specified environment.
 void Application.stop()
           
 void ApplicationService.stop()
          Stop the service.
 

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

Methods in com.metamatrix.dqp.embedded.services that throw ApplicationLifecycleException
 void EmbeddedBaseDQPService.start(ApplicationEnvironment environment)
           
 void EmbeddedDataService.startConnectorBinding(java.lang.String deployedConnectorBindingName)
           
abstract  void EmbeddedBaseDQPService.startService(ApplicationEnvironment environment)
           
 void EmbeddedBufferService.startService(ApplicationEnvironment environment)
           
 void EmbeddedDataService.startService(ApplicationEnvironment environment)
          Start the service with the specified environment.
 void EmbeddedConfigurationService.startService(ApplicationEnvironment environment)
           
 void EmbeddedMetadataService.startService(ApplicationEnvironment environment)
           
 void EmbeddedVDBService.startService(ApplicationEnvironment environment)
           
 void EmbeddedTrackingService.startService(ApplicationEnvironment environment)
           
 void EmbeddedBaseDQPService.stop()
           
 void EmbeddedDataService.stopConnectorBinding(java.lang.String deployedConnectorBindingName)
           
abstract  void EmbeddedBaseDQPService.stopService()
           
 void EmbeddedBufferService.stopService()
           
 void EmbeddedDataService.stopService()
          Stop the service.
 void EmbeddedConfigurationService.stopService()
           
 void EmbeddedMetadataService.stopService()
           
 void EmbeddedVDBService.stopService()
           
 void EmbeddedTrackingService.stopService()
           
 

Uses of ApplicationLifecycleException in com.metamatrix.dqp.service
 

Methods in com.metamatrix.dqp.service that throw ApplicationLifecycleException
 void VDBService.changeVDBStatus(java.lang.String vdbName, java.lang.String vdbVersion, int status)
          Change the status of the VDB
 void CustomizableTrackingService.start(ApplicationEnvironment environment)
           
 void DataService.startConnectorBinding(java.lang.String connectorBindingName)
          Start the Connector Binding by the name given, if it is already added and not srarted.
 void CustomizableTrackingService.stop()
           
 void DataService.stopConnectorBinding(java.lang.String connectorBindingName)
          Stop the Connector Binding by the given name
 

Uses of ApplicationLifecycleException in com.metamatrix.dqp.service.metadata
 

Methods in com.metamatrix.dqp.service.metadata that throw ApplicationLifecycleException
 void IndexMetadataService.start(ApplicationEnvironment environment)
           
 void IndexMetadataService.stop()
           
 

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

Methods in com.metamatrix.server.connector.service that throw ApplicationLifecycleException
protected  void ConnectorService.closeService()
          Close the service to new work if applicable.
protected  void ConnectorService.initService(java.util.Properties props)
          Perform initialization and commence processing.
 void ClientServiceRegistryService.start(ApplicationEnvironment environment)
           
 void ClientServiceRegistryService.stop()
           
protected  void ConnectorService.waitForServiceToClear()
           
 

Uses of ApplicationLifecycleException in com.metamatrix.server.dqp.service
 

Methods in com.metamatrix.server.dqp.service that throw ApplicationLifecycleException
 void PlatformVDBService.changeVDBStatus(java.lang.String vdbName, java.lang.String vdbVersion, int status)
           
 void PlatformBufferService.start(ApplicationEnvironment environment)
           
 void PlatformVDBService.start(ApplicationEnvironment environment)
           
 void PlatformDataService.start(ApplicationEnvironment environment)
          Start the service with the specified environment.
 void PlatformAuthorizationService.start(ApplicationEnvironment environment)
           
 void PlatformDataService.startConnectorBinding(java.lang.String connectorBindingName)
           
 void PlatformBufferService.stop()
           
 void PlatformVDBService.stop()
           
 void PlatformDataService.stop()
          Stop the service.
 void PlatformAuthorizationService.stop()
           
 void PlatformDataService.stopConnectorBinding(java.lang.String connectorBindingName)
           
 



Copyright © 2009. All Rights Reserved.