You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sean O'Callaghan (JIRA)" <ji...@apache.org> on 2007/01/09 13:15:27 UTC

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

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


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

        

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

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean O'Callaghan reassigned CXF-360:
------------------------------------

    Assignee: Sean O'Callaghan  (was: 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: Sean O'Callaghan
>
> 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.
-
You can reply to this email to add a comment to the issue online.


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

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean O'Callaghan resolved CXF-360.
----------------------------------

    Resolution: Fixed

merged relevant files

> 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: Sean O'Callaghan
>
> 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.
-
You can reply to this email to add a comment to the issue online.


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

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
     [ 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