org.mule.transport.ajax
Interface BayeuxAware

All Known Implementing Classes:
AjaxConnector, AjaxMessageDispatcher, AjaxMessageReceiver, AjaxServletConnector

public interface BayeuxAware

Set on objects that have or need access to the Bayeux CometD object


Method Summary
 org.mortbay.cometd.AbstractBayeux getBayeux()
           
 void setBayeux(org.mortbay.cometd.AbstractBayeux bayeux)
           
 

Method Detail

setBayeux

void setBayeux(org.mortbay.cometd.AbstractBayeux bayeux)
               throws MuleException
Throws:
MuleException

getBayeux

org.mortbay.cometd.AbstractBayeux getBayeux()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.