org.glassfish.tyrus.oldservlet
Class WebSocketServerWebIntegration
java.lang.Object
org.glassfish.tyrus.oldservlet.WebSocketServerWebIntegration
- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
@WebListener
public class WebSocketServerWebIntegration
- extends Object
- implements javax.servlet.ServletContextListener
Web application lifecycle listener.
- Author:
- Danny Coward (danny.coward at oracle.com), Martin Matula (martin.matula at oracle.com)
| 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.