org.apache.avalon.activation.lifecycle
Interface LifecycleCreateExtension


public interface LifecycleCreateExtension


Method Summary
 void create(DeploymentModel model, StageDescriptor stage, Object object)
          Invocation of the deployment creation stage extension.
 

Method Detail

create

public void create(DeploymentModel model,
                   StageDescriptor stage,
                   Object object)
            throws Exception
Invocation of the deployment creation stage extension.

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


Copyright © Apache Software Foundation. All Rights Reserved.