Uses of Class
com.caucho.resin.BeanContainerRequest

Packages that use BeanContainerRequest
com.caucho.resin   
 

Uses of BeanContainerRequest in com.caucho.resin
 

Methods in com.caucho.resin that return BeanContainerRequest
 BeanContainerRequest ResinBeanContainer.beginRequest()
          Enters the Resin context and begins a new request on the thread.
 

Methods in com.caucho.resin with parameters of type BeanContainerRequest
 void ResinBeanContainer.completeRequest(BeanContainerRequest context)
          Completes the thread's request and exits the Resin context.