org.atmosphere.container
Class GlassFishv3CometSupport

java.lang.Object
  extended by org.atmosphere.cpr.WebContainer
      extended by org.atmosphere.container.GrizzlyCometSupport
          extended by 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

Field Summary
 
Fields inherited from class org.atmosphere.cpr.WebContainer
atmosphereHandlers, EVENT, logger
 
Constructor Summary
GlassFishv3CometSupport(Map<String,AtmosphereServlet.AtmosphereHandlerWrapper> atmosphereHandlers)
           
 
Method Summary
 String getContainerDottedVersion()
          Return the supported version of the Java Web Server
 String getContainerName()
          Return the name of the Java Web Server.
 
Methods inherited from class org.atmosphere.container.GrizzlyCometSupport
init, service
 
Methods inherited from class org.atmosphere.cpr.WebContainer
resumed, setWebServerName, suspended, timedout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlassFishv3CometSupport

public GlassFishv3CometSupport(Map<String,AtmosphereServlet.AtmosphereHandlerWrapper> atmosphereHandlers)
Method Detail

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.