Uses of Interface
org.dspace.kernel.ServiceManager

Packages that use ServiceManager
org.dspace.kernel The DSpace Services kernel and service manager. 
org.dspace.kernel.mixins Interfaces for interacting with the startup, shutdown, or reconfiguration of the framework. 
 

Uses of ServiceManager in org.dspace.kernel
 

Methods in org.dspace.kernel that return ServiceManager
 ServiceManager DSpaceKernel.getServiceManager()
           
 

Methods in org.dspace.kernel with parameters of type ServiceManager
 void Activator.start(ServiceManager serviceManager)
          This is called when the service manager is starting this activator.
 void Activator.stop(ServiceManager serviceManager)
          This is called when the service manager is shutting down this activator.
 

Uses of ServiceManager in org.dspace.kernel.mixins
 

Methods in org.dspace.kernel.mixins with parameters of type ServiceManager
 void ServiceManagerReadyAware.serviceManagerReady(ServiceManager serviceManager)
          This is called when the startup of all core services and activators is complete.
 



Copyright © Monday, September 1, 2008-2011 The DSpace Foundation. All Rights Reserved.