Uses of Interface
org.apache.wsrp4j.producer.provider.PortletPool

Packages that use PortletPool
org.apache.wsrp4j.producer.provider   
org.apache.wsrp4j.producer.provider.pluto   
org.apache.wsrp4j.producer.provider.pluto.driver   
 

Uses of PortletPool in org.apache.wsrp4j.producer.provider
 

Methods in org.apache.wsrp4j.producer.provider that return PortletPool
 PortletPool Provider.getPortletPool()
          Returns an instance of PortletPool by calling the constructor of the corresponding class implementing the PortletPool-Interface
 

Uses of PortletPool in org.apache.wsrp4j.producer.provider.pluto
 

Subinterfaces of PortletPool in org.apache.wsrp4j.producer.provider.pluto
 interface PlutoPortletPool
          This class provides an internal add-on to the Provider interface.
 

Uses of PortletPool in org.apache.wsrp4j.producer.provider.pluto.driver
 

Classes in org.apache.wsrp4j.producer.provider.pluto.driver that implement PortletPool
 class PortletPoolImpl
          This class implements the PortletPool interface.
 

Methods in org.apache.wsrp4j.producer.provider.pluto.driver that return PortletPool
 PortletPool ProviderImpl.getPortletPool()
          Returns an instance of the PortletPoolImpl-class.
 



--