org.atmosphere.inject
Class AtmosphereProducers

java.lang.Object
  extended by org.atmosphere.inject.AtmosphereProducers
All Implemented Interfaces:
AtmosphereConfigAware

@ApplicationScoped
public class AtmosphereProducers
extends Object
implements AtmosphereConfigAware

Atmosphere Internal Object Injection for DI supporting JSR 330


Constructor Summary
AtmosphereProducers()
           
 
Method Summary
 void configure(AtmosphereConfig config)
          Configure an AtmosphereFramework object.
 AtmosphereConfig getAtmosphereConfig()
           
 AtmosphereFramework getAtmosphereFramework()
           
 AtmosphereResourceFactory getAtmosphereResourceFactory()
           
 AtmosphereResourceSessionFactory getAtmosphereResourceSessionFactory()
           
 BroadcasterFactory getBroadcasterFactory()
           
 MetaBroadcaster getMetaBroadcaster()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosphereProducers

public AtmosphereProducers()
Method Detail

configure

public void configure(AtmosphereConfig config)
Description copied from interface: AtmosphereConfigAware
Configure an AtmosphereFramework object.

Specified by:
configure in interface AtmosphereConfigAware
Parameters:
config - AtmosphereConfig

getBroadcasterFactory

@Produces
public BroadcasterFactory getBroadcasterFactory()

getAtmosphereResourceFactory

@Produces
public AtmosphereResourceFactory getAtmosphereResourceFactory()

getAtmosphereResourceSessionFactory

@Produces
public AtmosphereResourceSessionFactory getAtmosphereResourceSessionFactory()

getAtmosphereConfig

@Produces
public AtmosphereConfig getAtmosphereConfig()

getAtmosphereFramework

@Produces
public AtmosphereFramework getAtmosphereFramework()

getMetaBroadcaster

@Produces
public MetaBroadcaster getMetaBroadcaster()


Copyright © 2015. All Rights Reserved.