[jboss-jira] [JBoss JIRA] (JBJCA-882) Support deploying from a local or remote JVM
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Mon Aug 6 12:54:06 EDT 2012
Jesper Pedersen created JBJCA-882:
-------------------------------------
Summary: 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
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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list