|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationHandler | |
|---|---|
| com.sun.enterprise.web.connector.grizzly.comet | |
| com.sun.grizzly.cometd | |
| Uses of NotificationHandler in com.sun.enterprise.web.connector.grizzly.comet |
|---|
| Classes in com.sun.enterprise.web.connector.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.enterprise.web.connector.grizzly.comet declared as NotificationHandler | |
|---|---|
protected NotificationHandler |
CometContext.notificationHandler
The default NotificationHandler. |
| Methods in com.sun.enterprise.web.connector.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.enterprise.web.connector.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||