org.glassfish.tyrus.platform.web
Class WebSocketServerWebIntegration
java.lang.Object
org.glassfish.tyrus.platform.web.WebSocketServerWebIntegration
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
@WebListener
public class WebSocketServerWebIntegration
- extends Object
- implements javax.servlet.ServletContextListener
Web application lifecycle listener.
- Author:
- dannycoward
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRINCIPAL
public static final String PRINCIPAL
- See Also:
- Constant Field Values
WebSocketServerWebIntegration
public WebSocketServerWebIntegration()
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
- Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
Copyright © 2012. All Rights Reserved.