Namespace: Ccs.Common
Interface 
IStartupManager Copy to Clipboard
Parent classes:
Inherits: Ccs.Common.IManager
Implemented by: Consultingwerk.Framework.GuiClientStartupManager, Consultingwerk.Framework.Server.AppServerStartupManager

This Software is licensed by Progress Software Corporation (licensor)
under the Progress Software Common Component Specification Project
Release License Agreement available at
https://community.progress.com/products/directions/common_component/p/releaselicenseagreement
The Interface definition is part of the Common Component Specification [CCSBE01]. The
file is considered as a Specification Implementation Condition as described
in section 2.1.1.1: If Licensor has made Specification Implementation
Conditions available as of the date Licensee completes its Independent
Implementation, then Licensee must, prior to making any claim that its
Independent Implementation complies with the Specification, ensure that
the Independent Implementation satisfies all of the Specification
Implementation Conditions. If Licensor subsequently makes available or
updates, from time to time, the Specification Implementation Conditions,
then Licensee will verify that its Independent Implementation satisfies the
latest version of the Specification Implementation Conditions within ninety
(90) days following Licensor's release thereof.
Contributors:
Peter Judge, Progress Software Corp [2016]
File:IStartupManager
Purpose:The factory of all common components.
Author(s):Simon L Prinsloo
Created:Wed May 18 19:41:55 CAT 2016
Purpose: Provides access to the injected IServiceManager.
Notes:



Top Method Summary
Options Name Purpose
+ dispose () /* Destroy/Shutdown/Anti-Initializer */
Inherited from Ccs.Common.IService
+ Ccs.Common.IManager getManager (Class) Retrieve an instance of the specified IManager object.
+ initialize () /* Initializer/Startup */
Inherited from Ccs.Common.IService

Top Property Summary
Options Name Purpose
+ Ccs.Common.IServiceManager ServiceManager
+ Ccs.Common.ISessionManager SessionManager


Method Detail
Top

PUBLIC dispose ()

Inherited from Ccs.Common.IService
/* Destroy/Shutdown/Anti-Initializer

Top

PUBLIC Ccs.Common.IManager getManager (Class)

Purpose: Retrieve an instance of the specified IManager object.
Notes:

Parameters:
pServiceType Progress.Lang.Class
The Progress.Lang.Class repersenting the required service.
Returns Ccs.Common.IManager
IManager implementation of the requested type, or ? if none are configured.
Top

PUBLIC initialize ()

Inherited from Ccs.Common.IService
/* Initializer/Startup



Property Detail
Top

PUBLIC Ccs.Common.IServiceManager ServiceManager


Returns Ccs.Common.IServiceManager
Top

PUBLIC Ccs.Common.ISessionManager SessionManager


Returns Ccs.Common.ISessionManager


©2006-2020 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       05.06.2023 05:30:33