org.jboss.managed.api
Interface DeploymentTemplateInfo


public interface DeploymentTemplateInfo

The exportable information for a DeploymentTemplate.

Version:
$Revision: 64275 $
Author:
Scott.Stark@jboss.org

Method Summary
 String getDescription()
           
 String getName()
           
 Map<String,ManagedProperty> getProperties()
           
 

Method Detail

getName

String getName()

getDescription

String getDescription()

getProperties

Map<String,ManagedProperty> getProperties()


Copyright ? 2007 JBoss Inc.. All Rights Reserved.