|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeploymentTemplateInfo | |
|---|---|
| org.jboss.managed.api | |
| org.jboss.managed.plugins | |
| org.jboss.managed.plugins.factory | |
| Uses of DeploymentTemplateInfo in org.jboss.managed.api |
|---|
| Methods in org.jboss.managed.api with parameters of type DeploymentTemplateInfo | |
|---|---|
ManagedDeployment |
ManagedDeployment.addModule(String deplymentBaseName,
DeploymentTemplateInfo info)
Add a deployment |
| Uses of DeploymentTemplateInfo in org.jboss.managed.plugins |
|---|
| Classes in org.jboss.managed.plugins that implement DeploymentTemplateInfo | |
|---|---|
class |
BasicDeploymentTemplateInfo
A simple bean type of implementation of DeploymentTemplateInfo |
| Methods in org.jboss.managed.plugins with parameters of type DeploymentTemplateInfo | |
|---|---|
ManagedDeployment |
ManagedDeploymentImpl.addModule(String deplymentBaseName,
DeploymentTemplateInfo info)
|
| Uses of DeploymentTemplateInfo in org.jboss.managed.plugins.factory |
|---|
| Methods in org.jboss.managed.plugins.factory that return DeploymentTemplateInfo | |
|---|---|
DeploymentTemplateInfo |
DeploymentTemplateInfoFactory.createTemplateInfo(Class<?> attachmentClass,
String name,
String description)
Create a DeploymentTemplateInfo by scanning the metadata attachment class for ManagementProperty annotations. |
DeploymentTemplateInfo |
DeploymentTemplateInfoFactory.createTemplateInfo(Class<? extends DeploymentTemplateInfo> infoClass,
Class<?> attachmentClass,
String name,
String description)
Create a DeploymentTemplateInfo by scanning the metadata attachment class for ManagementProperty annotations. |
DeploymentTemplateInfo |
DeploymentTemplateInfoFactory.createTemplateInfo(ManagedObject mo,
String name,
String description)
Create a DeploymentTemplateInfo from the ManagedObject view. |
| Method parameters in org.jboss.managed.plugins.factory with type arguments of type DeploymentTemplateInfo | |
|---|---|
DeploymentTemplateInfo |
DeploymentTemplateInfoFactory.createTemplateInfo(Class<? extends DeploymentTemplateInfo> infoClass,
Class<?> attachmentClass,
String name,
String description)
Create a DeploymentTemplateInfo by scanning the metadata attachment class for ManagementProperty annotations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||