com.sun.enterprise.web.connector.grizzly.comet
Class DefaultNotificationHandler

java.lang.Object
  extended by com.sun.grizzly.comet.DefaultNotificationHandler
      extended by 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

Field Summary
 
Fields inherited from class com.sun.grizzly.comet.DefaultNotificationHandler
blockingNotification, threadPool
 
Constructor Summary
DefaultNotificationHandler()
          Deprecated.  
 
Method Summary
protected  void notify0(CometEvent cometEvent, CometHandler cometHandler)
          Deprecated. 
protected  void setThreadPool(ExecutorService threadPool)
          Deprecated. 
 
Methods inherited from class com.sun.grizzly.comet.DefaultNotificationHandler
isBlockingNotification, notify, notify, setBlockingNotification, setSpreadNotifyToManyToThreads
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.grizzly.comet.NotificationHandler
isBlockingNotification, notify, notify, setBlockingNotification
 

Constructor Detail

DefaultNotificationHandler

public DefaultNotificationHandler()
Deprecated. 
Method Detail

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.