org.teiid.templates
Class TranslatorTemplateInfo
java.lang.Object
org.jboss.managed.plugins.BasicDeploymentTemplateInfo
org.teiid.templates.TranslatorTemplateInfo
- All Implemented Interfaces:
- Serializable, org.jboss.managed.api.DeploymentTemplateInfo
public class TranslatorTemplateInfo
- extends org.jboss.managed.plugins.BasicDeploymentTemplateInfo
This class defines the template for all the translator classes. Each Translator's class
defines its properties through TranslatorProperty
annotation. This class need to
present them as template properties that can be managed.
- See Also:
- Serialized Form
Methods inherited from class org.jboss.managed.plugins.BasicDeploymentTemplateInfo |
addProperty, copy, getDescription, getName, getProperties, getRootManagedPropertyName, setProperties, setRootManagedPropertyName, toString |
TranslatorTemplateInfo
public TranslatorTemplateInfo(String name,
String description,
Map<String,org.jboss.managed.api.ManagedProperty> properties,
String executionFactoryName)
start
public void start()
copy
public TranslatorTemplateInfo copy()
- Specified by:
copy
in interface org.jboss.managed.api.DeploymentTemplateInfo
- Overrides:
copy
in class org.jboss.managed.plugins.BasicDeploymentTemplateInfo
Copyright © 2011. All Rights Reserved.