Uses of Interface
com.sun.grizzly.comet.NotificationHandler

Packages that use NotificationHandler
com.sun.enterprise.web.connector.grizzly.comet   
com.sun.grizzly.comet   
 

Uses of NotificationHandler in com.sun.enterprise.web.connector.grizzly.comet
 

Subinterfaces of NotificationHandler in com.sun.enterprise.web.connector.grizzly.comet
 interface NotificationHandler
          This class is invoked when the CometContext.notify is invoked.
 

Uses of NotificationHandler in com.sun.grizzly.comet
 

Classes in com.sun.grizzly.comet that implement NotificationHandler
 class DefaultNotificationHandler
          Default Notificationhandler that uses a thread pool dedicated to the CometEngine to execute the notification process.
 

Fields in com.sun.grizzly.comet declared as NotificationHandler
protected  NotificationHandler CometContext.notificationHandler
          The default NotificationHandler.
 

Methods in com.sun.grizzly.comet that return NotificationHandler
 NotificationHandler CometContext.getNotificationHandler()
          Return the associated NotificationHandler
 

Methods in com.sun.grizzly.comet with parameters of type NotificationHandler
 void CometContext.setNotificationHandler(NotificationHandler notificationHandler)
          Set the current NotificationHandler
 

Method parameters in com.sun.grizzly.comet with type arguments of type NotificationHandler
 CometContext CometEngine.register(String topic, int type, Class<? extends NotificationHandler> notificationClass)
          Instantiate a new CometContext.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.