org.apache.avalon.composition.model
Interface LifecycleDestroyExtension


public interface LifecycleDestroyExtension


Method Summary
 void destroy(ComponentModel model, StageDescriptor stage, Object object)
          Invocation of the deployment destroy stage extension.
 

Method Detail

destroy

public void destroy(ComponentModel model,
                    StageDescriptor stage,
                    Object object)
             throws Exception
Invocation of the deployment destroy stage extension.

Parameters:
model - the model representing for the object to destroy
stage - the extension stage descriptor
object - the object under deployment
Throws:
if - a deployment error occurs
Exception


Copyright © The Apache Software Foundation. All Rights Reserved.