[jboss-jira] [JBoss JIRA] Resolved: (JBMAN-13) Add APPLICATION_CLUSTERED DeploymentPhase enum type
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Sat May 17 11:14:22 EDT 2008
[ http://jira.jboss.com/jira/browse/JBMAN-13?page=all ]
Scott M Stark resolved JBMAN-13.
--------------------------------
Resolution: Done
> Add APPLICATION_CLUSTERED DeploymentPhase enum type
> ---------------------------------------------------
>
> Key: JBMAN-13
> URL: http://jira.jboss.com/jira/browse/JBMAN-13
> Project: JBoss Managed
> Issue Type: Feature Request
> Affects Versions: JBossMan.2.0.0.Beta12
> Reporter: Scott M Stark
> Assigned To: Scott M Stark
> Fix For: JBossMan.2.0.0.Beta13
>
>
> For completeness, support of previous jbossas farming type deployments we need a clustered application phase:
> /** The class of deployment */
> public enum DeploymentPhase {
> /** A deployment loaded during the server bootstrap phase */
> BOOTSTRAP,
> /** An mc/service deployment for a Deployer to be loaded after the BOOTSTRAP phase */
> DEPLOYER,
> /** Any deployment content to be loaded after the DEPLOYER phase */
> APPLICATION,
> /** Any deployment content to be loaded across a 'cluster' after the APPLICATION phase */
> APPLICATION_CLUSTERED,
> };
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list