Uses of Interface
org.directwebremoting.Hub

Packages that use Hub
org.directwebremoting This package contains all the classes that are interesting to DWR users going about normal DWR business. 
org.directwebremoting.event   
org.directwebremoting.impl   
org.directwebremoting.jms   
 

Uses of Hub in org.directwebremoting
 

Methods in org.directwebremoting that return Hub
static Hub HubFactory.attach(Container container)
          Internal method to allow us to get the Builder from which we will get Hub objects.
static Hub HubFactory.get()
          Accessor for the current Hub.
static Hub HubFactory.get(ServerContext ctx)
          Accessor for the current Hub in more complex setups.
 

Uses of Hub in org.directwebremoting.event
 

Methods in org.directwebremoting.event that return Hub
 Hub MessageEvent.getHub()
           
 Hub DefaultMessageEvent.getHub()
           
 

Constructors in org.directwebremoting.event with parameters of type Hub
DefaultMessageEvent(Hub hub, ConverterManager converterManager, RealRawData rawData)
          Constructor for use with client-side originated messages
DefaultMessageEvent(Hub hub, java.lang.Object data)
          Constructor for use with server-side originated messages
 

Uses of Hub in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement Hub
 class DefaultHub
          DWR's default implementation of Hub
 

Uses of Hub in org.directwebremoting.jms
 

Constructors in org.directwebremoting.jms with parameters of type Hub
DwrMessage(Hub hub, MessageEvent message)
          Ctor for propagation from the DWR Hub.
 


Copyright ยจ 2008