Uses of Class
com.caucho.ejb.session.SingletonManager

Packages that use SingletonManager
com.caucho.ejb.session   
 

Uses of SingletonManager in com.caucho.ejb.session
 

Methods in com.caucho.ejb.session that return SingletonManager
 SingletonManager<X> SingletonContext.getServer()
          Returns the server which owns this bean.
 

Constructors in com.caucho.ejb.session with parameters of type SingletonManager
SingletonContext(SingletonManager<X> manager, java.lang.Class<T> api)