[jboss-jira] [JBoss JIRA] (JBJCA-882) Support deploying from a local or remote JVM
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Wed Sep 5 09:14:32 EDT 2012
[ https://issues.jboss.org/browse/JBJCA-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jesper Pedersen resolved JBJCA-882.
-----------------------------------
Resolution: Done
> Support deploying from a local or remote JVM
> --------------------------------------------
>
> Key: JBJCA-882
> URL: https://issues.jboss.org/browse/JBJCA-882
> Project: IronJacamar
> Issue Type: Task
> Components: Deployer, Standalone
> Reporter: Jesper Pedersen
> Assignee: Jesper Pedersen
> Fix For: 1.1.0.Beta2
>
>
> Remote:
> {noformat}
> Boolean remote-deploy(String, byte[])
> Throwable
> Boolean remote-undeploy(String)
> Throwable
> String[] remote-list()
> {noformat}
> Local:
> {noformat}
> Boolean local-deploy(URL)
> Throwable
> Boolean local-undeploy(URL)
> Throwable
> URL[] local-list()
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list