com.liferay.portal.poller
Class PollerProcessorUtil

java.lang.Object
  extended by com.liferay.portal.poller.PollerProcessorUtil

public class PollerProcessorUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Method Summary
static void addPollerProcessor(java.lang.String portletId, com.liferay.portal.kernel.poller.PollerProcessor pollerProcessor)
           
static void deletePollerProcessor(java.lang.String portletId)
           
static com.liferay.portal.kernel.poller.PollerProcessor getPollerProcessor(java.lang.String portletId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addPollerProcessor

public static void addPollerProcessor(java.lang.String portletId,
                                      com.liferay.portal.kernel.poller.PollerProcessor pollerProcessor)

deletePollerProcessor

public static void deletePollerProcessor(java.lang.String portletId)

getPollerProcessor

public static com.liferay.portal.kernel.poller.PollerProcessor getPollerProcessor(java.lang.String portletId)