Uses of Interface
org.glassfish.grizzly.comet.NotificationHandler
Packages that use NotificationHandler
-
Uses of NotificationHandler in org.glassfish.grizzly.comet
Classes in org.glassfish.grizzly.comet that implement NotificationHandlerModifier and TypeClassDescriptionclassDefault NotificationHandler that uses a thread pool dedicated to the CometEngine to execute the notification process.Fields in org.glassfish.grizzly.comet declared as NotificationHandlerModifier and TypeFieldDescriptionprotected NotificationHandlerCometContext.notificationHandlerThe default NotificationHandler.Methods in org.glassfish.grizzly.comet that return NotificationHandlerModifier and TypeMethodDescriptionCometContext.getNotificationHandler()Return the associatedNotificationHandlerMethods in org.glassfish.grizzly.comet with parameters of type NotificationHandlerModifier and TypeMethodDescriptionvoidCometContext.setNotificationHandler(NotificationHandler notificationHandler) Set the currentNotificationHandlerMethod parameters in org.glassfish.grizzly.comet with type arguments of type NotificationHandlerModifier and TypeMethodDescription<E> CometContext<E>CometEngine.register(String topic, Class<? extends NotificationHandler> notificationClass) Instantiate a newCometContext.