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

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

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 the same a Grizzly Pipeline 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
protected static NotificationHandler CometEngine.loadNotificationHandlerInstance(String className)
          Util to load classes using reflection.
 

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

Uses of NotificationHandler in com.sun.grizzly.cometd
 

Classes in com.sun.grizzly.cometd that implement NotificationHandler
 class CometdNotificationHandler
          Customized NotificationHandler that isolate notification to subscribed channel.
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.