Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.poller.comet.CometState

Packages that use CometState
com.liferay.portal.kernel.poller.comet   
 

Uses of CometState in com.liferay.portal.kernel.poller.comet
 

Methods in com.liferay.portal.kernel.poller.comet that return CometState
 CometState BaseCometHandler.getCometState()
           
 CometState CometHandler.getCometState()
           
static CometState CometState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CometState[] CometState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Liferay 6.2-ce-ga5