org.atmosphere.container
Class GlassFishv3CometSupport
java.lang.Object
org.atmosphere.cpr.WebContainer
org.atmosphere.container.GrizzlyCometSupport
org.atmosphere.container.GlassFishv3CometSupport
- All Implemented Interfaces:
- CometSupport
public class GlassFishv3CometSupport
- extends GrizzlyCometSupport
Comet Portable Runtime implementation on top of Glassfish v3.
- Author:
- Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlassFishv3CometSupport
public GlassFishv3CometSupport(Map<String,AtmosphereServlet.AtmosphereHandlerWrapper> atmosphereHandlers)
getContainerName
public String getContainerName()
- Return the name of the Java Web Server.
- Specified by:
getContainerName in interface CometSupport- Overrides:
getContainerName in class GrizzlyCometSupport
- Returns:
- the name of the Java Web Server.
getContainerDottedVersion
public String getContainerDottedVersion()
- Return the supported version of the Java Web Server
- Specified by:
getContainerDottedVersion in interface CometSupport- Overrides:
getContainerDottedVersion in class GrizzlyCometSupport
- Returns:
- the supported version of the Java Web Server
Copyright © 2009 SUN Microsystems. All Rights Reserved.