[jboss-jira] [JBoss JIRA] Commented: (JBAS-6330) Hotdeployment management interface

Ales Justin (JIRA) jira-events at lists.jboss.org
Fri Mar 6 17:08:22 EST 2009


    [ https://jira.jboss.org/jira/browse/JBAS-6330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12455990#action_12455990 ] 

Ales Justin commented on JBAS-6330:
-----------------------------------

Apart from what you already listed, I've added this.
(Note: current impl only checks hasURL on newly added urls - see ProfileServiceDeploymentRepositoryAdapter for more details)

   /**
    * Do this repository contain a url.
    *
    * @param url the url
    * @return true if the url is contained
    * @throws MalformedURLException for any error
    * @throws URISyntaxException for any error
    */
   boolean hasURL(String url) throws MalformedURLException, URISyntaxException;

   /**
    * Do this repository contain a url.
    *
    * @param url the url
    * @return true if the url is contained
    * @throws URISyntaxException for any error
    */
   boolean hasURL(URL url) throws URISyntaxException;

   /**
    * List deployed urls.
    *
    * @return the list of deployed urls
    */
   URL[] listDeployedURLs();


> Hotdeployment management interface
> ----------------------------------
>
>                 Key: JBAS-6330
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6330
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: Management services, ProfileService
>    Affects Versions: JBossAS-5.0.0.GA
>            Reporter: Scott M Stark
>            Assignee: Ales Justin
>            Priority: Blocker
>             Fix For: JBossAS-5.1.0.CR1
>
>
> Create a testcase illustrating:
> 1) add a folder to the scanner list
> 2) remove a folder from the scanner list
> 3) suspend the scanner
> 4) resume the scanner

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list