com.sun.enterprise.web.connector.grizzly.comet
Class CometEvent<E>
java.lang.Object
com.sun.grizzly.comet.CometEvent
com.sun.enterprise.web.connector.grizzly.comet.CometEvent<E>
Deprecated. use CometEvent
public class CometEvent<E>
- extends CometEvent
Simple event class used to pass information between CometHandler
and the Comet implementation.
- Author:
- Jeanfrancois Arcand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CometEvent
public CometEvent()
- Deprecated.
setType
protected void setType(int type)
- Deprecated.
- Set the
type
of this object.
- Overrides:
setType
in class CometEvent
setCometContext
protected void setCometContext(CometContext cometContext)
- Deprecated.
-
Copyright © 2011 SUN Microsystems. All Rights Reserved.