org.dspace.kernel.mixins
Interface InitializedService


public interface InitializedService

Allow the service or provider to be initialized when it is started by the service manager. After all injections are complete the init method will be called. Any initialization that a service needs to do should happen here.

Author:
Aaron Zeckoski (azeckoski @ gmail.com)

Method Summary
 void init()
          Executed after the service is created and all dependencies and configurations injected.
 

Method Detail

init

void init()
Executed after the service is created and all dependencies and configurations injected.



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