org.apache.avalon.activation
Interface RuntimeFactory

All Known Implementing Classes:
DefaultRuntimeFactory

public interface RuntimeFactory

A factory enabling the establishment of runtime handlers.

Version:
$Revision: 1.1.1.2 $ $Date: 2004/05/19 09:27:02 $
Author:
Avalon Development Team

Method Summary
 Appliance getRuntime(DeploymentModel model)
          Resolve a runtime handler for a model.
 

Method Detail

getRuntime

public Appliance getRuntime(DeploymentModel model)
Resolve a runtime handler for a model.

Parameters:
model - the deployment model
Returns:
the runtime appliance


Copyright © The Apache Software Foundation. All Rights Reserved.