com.sun.enterprise.web.connector.grizzly.comet
Class DefaultNotificationHandler
java.lang.Object
com.sun.grizzly.comet.DefaultNotificationHandler
com.sun.enterprise.web.connector.grizzly.comet.DefaultNotificationHandler
- All Implemented Interfaces:
- NotificationHandler
Deprecated. use DefaultNotificationHandler from com.sun.grizzly.comet
public class DefaultNotificationHandler
- extends DefaultNotificationHandler
- implements NotificationHandler
Default Notificationhandler that uses the same a Grizzly thread pool
to execute the notification process.
- Author:
- Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultNotificationHandler
public DefaultNotificationHandler()
- Deprecated.
setThreadPool
protected void setThreadPool(ExecutorService threadPool)
- Deprecated.
-
- Overrides:
setThreadPool in class DefaultNotificationHandler
notify0
protected void notify0(CometEvent cometEvent,
CometHandler cometHandler)
- Deprecated.
-
- Overrides:
notify0 in class DefaultNotificationHandler
Copyright © 2011 Oracle Corpration. All Rights Reserved.