@Inherited @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ManagementDeployment
Modifier and Type | Optional Element and Description |
---|---|
String |
description
A description of the managed deployment
|
ManagedDeployment.DeploymentPhase |
phase
The phase the deployment belongs to
|
String |
simpleName
Get the simple name (x.ear) for the deployment.
|
String[] |
types
Get the deployment/module types.
|
public abstract String simpleName
public abstract String description
public abstract ManagedDeployment.DeploymentPhase phase
public abstract String[] types
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.