Example usage for com.liferay.portal.kernel.poller BasePollerProcessor subclass-usage

List of usage examples for com.liferay.portal.kernel.poller BasePollerProcessor subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.poller BasePollerProcessor subclass-usage.

Usage

From source file blade.portlet.BladePollProcessor.java

/**
 * @author kameshs
 */
@Component(immediate = true, property = {
        "javax.portlet.name=blade_portlet_BladePollProcessorPortlet" }, service = PollerProcessor.class)
public class BladePollProcessor extends BasePollerProcessor {

From source file com.liferay.blade.samples.pollprocessor.BladePollProcessor.java

/**
 * @author Liferay
 */
@Component(immediate = true, property = {
        "javax.portlet.name=blade_portlet_BladePollProcessorPortlet" }, service = PollerProcessor.class)
public class BladePollProcessor extends BasePollerProcessor {

From source file com.liferay.chat.poller.ChatPollerProcessor.java

/**
 * @author Brian Wing Shun Chan
 */
public class ChatPollerProcessor extends BasePollerProcessor {

    protected void addEntry(PollerRequest pollerRequest) throws Exception {

From source file com.liferay.chat.video.poller.ChatVideoPollerProcessor.java

/**
 * @author Philippe Proulx
 */
public class ChatVideoPollerProcessor extends BasePollerProcessor {

    @Override

From source file com.liferay.notifications.dockbarnotifications.poller.DockbarNotificationsPollerProcessor.java

/**
 * @author Jonathan Lee
 */
public class DockbarNotificationsPollerProcessor extends BasePollerProcessor {

    @Override

From source file com.liferay.notifications.web.internal.poller.NotificationsPollerProcessor.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + NotificationsPortletKeys.NOTIFICATIONS }, service = PollerProcessor.class)
public class NotificationsPollerProcessor extends BasePollerProcessor {

From source file org.opencps.notification.dockbarnotifications.poller.DockbarNotificationsPollerProcessor.java

/**
 * @author nhanhoang
 */
public class DockbarNotificationsPollerProcessor extends BasePollerProcessor {

    protected void doReceive(PollerRequest pollerRequest, PollerResponse pollerResponse) throws Exception {