com.codemonster.surinam.export.lifecycle
Interface LifecycleAware

All Known Implementing Classes:
PlaceholderProviderImplementation, ServiceAdapter, SimpleServiceWrapper

public interface LifecycleAware

This management interface is for clients that wish to participate in lifecycle callbacks.

Author:
Samuel Provencher

Method Summary
 void destroy()
          This gives the service a last chance to clean up before things start shutting down or the service is being unloaded.
 void initialize()
          Initialization (Initial Setup) provides the opportunity to perform initial activities in the service as it is not yet registered as a viable organization implementation.
 

Method Detail

initialize

void initialize()
Initialization (Initial Setup) provides the opportunity to perform initial activities in the service as it is not yet registered as a viable organization implementation.


destroy

void destroy()
This gives the service a last chance to clean up before things start shutting down or the service is being unloaded.



Copyright © 2010. All Rights Reserved.