| 
   | 
  
    +
    
    
   | 
  
    
           dispose ()
    
   | 
  
     
/* Destroy/Shutdown/Anti-Initializer */    Inherited from Ccs.Common.IService 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         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 */     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           initialize ()
    
   | 
  
     
/*  Initializer/Startup */    Inherited from Ccs.Common.IService 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           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. */     
   |