org.ow2.petals.microkernel.api
Interface PetalsLifeCycle

All Known Subinterfaces:
DeploymentService, InstallationService

public interface PetalsLifeCycle

This interface defines methods that Petals components that have a lifecycle must implement.

Author:
Adrien Louis - EBM WebSourcing

Method Summary
 void shutdown()
          Called to shutdown a component.
 

Method Detail

shutdown

void shutdown()
              throws Exception
Called to shutdown a component. The component must unregister all container related information.

Throws:
Exception


Copyright © 2005-2015 Linagora. All Rights Reserved.