org.atmosphere.cpr
Interface AtmosphereResourceFactory.Async

Enclosing interface:
AtmosphereResourceFactory

public static interface AtmosphereResourceFactory.Async

An interface to use in order to retrieve an AtmosphereResource inside a cluster.


Method Summary
 void available(AtmosphereResource r)
          A stub representing an AtmosphereResource located somewhere in a cluster
 

Method Detail

available

void available(AtmosphereResource r)
A stub representing an AtmosphereResource located somewhere in a cluster

Parameters:
r -


Copyright © 2015. All Rights Reserved.