org.atmosphere.container
Class GlassFishv3CometSupport

java.lang.Object
  extended by org.atmosphere.cpr.AsynchronousProcessor
      extended by org.atmosphere.container.GrizzlyCometSupport
          extended by org.atmosphere.container.GlassFishv3CometSupport
All Implemented Interfaces:
CometSupport<AtmosphereEventImpl>

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.AsynchronousProcessor
EVENT, logger
 
Constructor Summary
GlassFishv3CometSupport(AtmosphereServlet.AtmosphereConfig config)
           
 
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
action, init, service
 
Methods inherited from class org.atmosphere.cpr.AsynchronousProcessor
cancelled, resumed, 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(AtmosphereServlet.AtmosphereConfig config)
Method Detail

getContainerName

public String getContainerName()
Return the name of the Java Web Server.

Specified by:
getContainerName in interface CometSupport<AtmosphereEventImpl>
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<AtmosphereEventImpl>
Overrides:
getContainerDottedVersion in class GrizzlyCometSupport
Returns:
the supported version of the Java Web Server


Copyright © 2009 SUN Microsystems. All Rights Reserved.