[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 13:01:07 EDT 2012


     [ https://issues.jboss.org/browse/JBJCA-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesper Pedersen updated JBJCA-882:
----------------------------------

    Description: 
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}


  was:
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}


    Component/s: Standalone

    
> 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: 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