org.ow2.petals
Interface PetalsLifeCycle

All Known Subinterfaces:
DeploymentService, InstallationService, LoggerService
All Known Implementing Classes:
DeploymentServiceImpl, InstallationServiceImpl, LoggerServiceImpl

public interface PetalsLifeCycle

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

Author:
alouis

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

Method Detail

shutdown

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

Throws:
java.lang.Exception


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.