You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "willem Jiang (JIRA)" <ji...@apache.org> on 2007/01/17 22:24:30 UTC

[jira] Assigned: (CXF-360) Enable the registration of a listener to server events

     [ https://issues.apache.org/jira/browse/CXF-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

willem Jiang reassigned CXF-360:
--------------------------------

    Assignee: willem Jiang

> Enable the registration of a listener to server events
> ------------------------------------------------------
>
>                 Key: CXF-360
>                 URL: https://issues.apache.org/jira/browse/CXF-360
>             Project: CXF
>          Issue Type: Task
>          Components: Core
>            Reporter: Sean O'Callaghan
>         Assigned To: willem Jiang
>
> Add in the ability to recieve notification of when an endpoints server starts and stops, and get info on that server instance.
>  
> Propose adding in a ServerLifeCycleManager and ServerLifeCycleListener to the api's.
>  
> Something along the lines of :
>  
> org.apache.cxf.endpoint.ServerLifeCycleManager { 
>         startServer(org.apache.cxf.endpoint.Server server)
>         stopServer(org.apache.cxf.endpoint.Server  server)
>         registerListener(ServerLifeCycleListener listener)
>         unRegisterListener(ServerLifeCycleListener listener)
>     }
>  
>   org.apache.cxf.endpoint.ServerLifeCycleListener {
>         startServer(org.apache.cxf.endpoint.Server server)
>         stopServer(org.apache.cxf.endpoint.Server server) 
>   }
>  
> where the ServerImpl would be modified to access the ServerLifeCycleManager.

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