Ccs.Common.IServiceManager
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| Progress.Lang.Object getService (Class) |
/* Returns a usable instance of the requested service.
@param P.L.Class The service name requested
@return P.L.Object A usable instance
@throws P.L.AppError Thrown when no implementation can be found */
|
||
| Progress.Lang.Object getService (Class, ILifecycleScope) |
/* Returns a usable instance of the requested service.
@param P.L.Class The service name requested
@param ILifecycleScope A requested scope. The implementation may choose to ignore this value.
@return P.L.Object A usable instance
@throws P.L.AppError Thrown when no implementation can be found */
|
||
| Progress.Lang.Object getService (Class, character) |
/* Returns a usable instance of the requested service.
@param P.L.Class The service name requested
@param character An alias for the service. The implementation may choose to ignore this value.
@return P.L.Object A usable instance
@throws P.L.AppError Thrown when no implementation can be found */
|
||
| stopServices (ILifecycleScope) |
/* Destroys and flushes from any cache(s) objects scoped to the argument scope.
@param ILifecycleScope A requested scope for which to stop services. */
|
Method Detail
Progress.Lang.Object getService (Class)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Lang.Object getService (Class, ILifecycleScope)
|
||||||||||||||||||||||
Progress.Lang.Object getService (Class, character)
|
||||||||||||||||||||||
stopServices (ILifecycleScope)
|
||||||||||||||||||||||