4142434445464748495051
{ synchronized (this) { if (bayeuxHandler == null && "dojox.cometd.bayeux".equals(scab.getName())) { Bayeux bayeux = (Bayeux) scab.getValue(); bayeuxHandler = new BayeuxClient(bayeux); if (remoter != null) { bayeuxHandler.setRemoter(remoter);
424344454647484950
public void attributeAdded(ServletContextAttributeEvent scab) { if (scab.getName().equals(Bayeux.DOJOX_COMETD_BAYEUX)) { Bayeux bayeux=(Bayeux)scab.getValue(); initialize(bayeux); } }