EjbJar#createOrion
Modifier and Type | Field and Description |
---|---|
private String | jarSuffix
Instance variable that stores the suffix for the JBoss jarfile. |
protected static final String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected void | addVendorFiles(Hashtable<String, File>
Hashtable<String, File> ejbFiles, String String baseName)Overrides org. |
pack-priv File | getVendorOutputJarFile(String
String baseName)Overrides org. |
jarSuffix | back to summary |
---|---|
private String jarSuffix Instance variable that stores the suffix for the JBoss jarfile. |
ORION_DD | back to summary |
---|---|
protected static final String ORION_DD |
OrionDeploymentTool | back to summary |
---|---|
public OrionDeploymentTool() |
addVendorFiles | back to summary |
---|---|
protected void addVendorFiles(Hashtable<String, File> ejbFiles, String baseName) Overrides org. Add any vendor specific files which should be included in the EJB Jar. |
getVendorOutputJarFile | back to summary |
---|---|
pack-priv File getVendorOutputJarFile(String baseName) Overrides org. Get the vendor specific name of the Jar that will be output. The modification date of this jar will be checked against the dependent bean classes.
|